Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pyproject-fmt #173

Merged
merged 2 commits into from
Oct 4, 2024
Merged

feat: add pyproject-fmt #173

merged 2 commits into from
Oct 4, 2024

Conversation

Psycojoker
Copy link
Collaborator

@Psycojoker Psycojoker commented Sep 25, 2024

ALEPH-179

@Psycojoker Psycojoker requested a review from hoh September 25, 2024 21:19
@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Sep 25, 2024
Copy link

"summary": "Updates to pyproject.toml and dependency management",
"details": "This PR primarily involves minor adjustments to the pyproject.toml file, including reordering dependencies and updating some of their versions. There are no significant changes to the codebase itself, and the modifications are likely to be straightforward and unlikely to introduce bugs. The changes are focused on improving the readability and maintainability of the project's configuration file, without introducing any new features or altering existing logic. This categorization is based on the nature of the changes, which are more about housekeeping and configuration, rather than introducing new functionalities or complex modifications to the system.",
"highlight": [
"diff --git a/pyproject.toml b/pyproject.toml",
"index 2cffe116..478b1b34",
"--- a/pyproject.toml",
"+++ b/pyproject.toml",
"@@ -1,135 +1,135 @@",
" [build-system]",
"-requires = ["hatchling", "hatch-vcs"]",
" build-backend = "hatchling.build"",
"",
"+requires = [ "hatch-vcs", "hatchling" ]",
"",
"[project]",
" name = "aleph-sdk-python"",
"-dynamic = ["version"]",
" description = "Lightweight Python Client library for the Aleph.im network"",
" readme = "README.md"",
" license = { file = "LICENSE.txt" }",
" authors = [",
"- { name = "Aleph.im Team", email = "hello@aleph.im" },",
"+ { name = "Aleph.im Team", email = "hello@aleph.im" },",
" ]",
" classifiers = [",
"- "Programming Language :: Python :: 3",",
"- "Development Status :: 4 - Beta",",
"- "Framework :: aiohttp",",
"- "Intended Audience :: Developers",",
"- "License :: OSI Approved :: MIT License",",
"- "Operating System :: POSIX :: Linux",",
"- "Operating System :: MacOS :: MacOS X",",
"- "Topic :: Software Development :: Libraries",",
" "Development Status :: 4 - Beta",",
" "Framework :: aiohttp",",
" "Intended Audience :: Developers",",
" "License :: OSI Approved :: MIT License",",
" "Operating System :: MacOS :: MacOS X",",
" "Operating System :: POSIX :: Linux",",
" "Programming Language :: Python :: 3 :: Only",",
" "Programming Language :: Python :: 3.8",",
" "Programming Language :: Python :: 3.9",",
" "Programming Language :: Python :: 3.10",",
" "Programming Language :: Python :: 3.11",",
" "Programming Language :: Python :: 3.12",",
" "Topic :: Software Development :: Libraries",",
" ]",
"+dynamic = [ "version" ]",
" dependencies = [",
"- "aiohttp>=3.8.3",",
"- "aleph-message>=0.4.9",",
"- "coincurve; python_version<\"3.11\"",",
"- "coincurve>=19.0.0; python_version>=\"3.11\"",",
"- "eth_abi>=4.0.0; python_version>=\"3.11\"",",
"- "jwcrypto==1.5.6",",
"- "python-magic",",
"- "typing_extensions",",
"- "aioresponses>=0.7.6",",
"- "aleph-superfluid>=0.2.1",",
"- "eth_typing==4.3.1",",
"- "web3==6.3.0",",
" "aiohttp>=3.8.3",",
" "aioresponses>=0.7.6",",
" "aleph-message>=0.4.9",",
" "aleph-superfluid>=0.2.1",",
" "coincurve; python_version<'3.11'",",
" "coincurve>=19; python_version>='3.11'",",
" "eth-abi>=4; python_version>='3.11'",",
" "eth-typing==4.3.1",",
" "jwcrypto==1.5.6",",
" "python-magic",",
" "typing-extensions",",
" "web3==6.3",",
" ]",
]
}

@Psycojoker
Copy link
Collaborator Author

@hoh @olethanh can one of you merge this PR please?

@Psycojoker Psycojoker merged commit a636106 into main Oct 4, 2024
13 checks passed
@Psycojoker Psycojoker deleted the lp-pyproject-fmt branch October 4, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLUE This PR is simple and straightforward.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants