Skip to content

Commit

Permalink
Merge pull request #393 from serpent-os/misc-python-updates
Browse files Browse the repository at this point in the history
Misc python updates
  • Loading branch information
ikeycode authored Oct 10, 2024
2 parents da2f34b + 4ea240e commit 1656a01
Show file tree
Hide file tree
Showing 45 changed files with 219 additions and 178 deletions.
Binary file modified p/python-attrs/manifest.x86_64.bin
Binary file not shown.
15 changes: 9 additions & 6 deletions p/python-attrs/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"python-setuptools_scm",
"python-wheel"
],
"depends": [
"binary(python3)"
],
"files": [
"/usr/lib/python3.11/site-packages/attr/__init__.py",
"/usr/lib/python3.11/site-packages/attr/__init__.pyi",
Expand Down Expand Up @@ -63,10 +66,10 @@
"/usr/lib/python3.11/site-packages/attr/setters.pyi",
"/usr/lib/python3.11/site-packages/attr/validators.py",
"/usr/lib/python3.11/site-packages/attr/validators.pyi",
"/usr/lib/python3.11/site-packages/attrs-23.2.0.dist-info/METADATA",
"/usr/lib/python3.11/site-packages/attrs-23.2.0.dist-info/RECORD",
"/usr/lib/python3.11/site-packages/attrs-23.2.0.dist-info/WHEEL",
"/usr/lib/python3.11/site-packages/attrs-23.2.0.dist-info/licenses/LICENSE",
"/usr/lib/python3.11/site-packages/attrs-24.2.0.dist-info/METADATA",
"/usr/lib/python3.11/site-packages/attrs-24.2.0.dist-info/RECORD",
"/usr/lib/python3.11/site-packages/attrs-24.2.0.dist-info/WHEEL",
"/usr/lib/python3.11/site-packages/attrs-24.2.0.dist-info/licenses/LICENSE",
"/usr/lib/python3.11/site-packages/attrs/__init__.py",
"/usr/lib/python3.11/site-packages/attrs/__init__.pyi",
"/usr/lib/python3.11/site-packages/attrs/__pycache__/__init__.cpython-311.opt-1.pyc",
Expand All @@ -92,6 +95,6 @@
}
},
"source-name": "python-attrs",
"source-release": "1",
"source-version": "23.2.0"
"source-release": "2",
"source-version": "24.2.0"
}
19 changes: 8 additions & 11 deletions p/python-attrs/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,22 @@
# SPDX-License-Identifier: MPL-2.0
#
name : python-attrs
version : 23.2.0
release : 1
version : 24.2.0
release : 2
homepage : https://pypi.org/project/attrs
upstreams :
- https://files.pythonhosted.org/packages/e3/fc/f800d51204003fa8ae392c4e8278f256206e7a919b708eef054f5f4b650d/attrs-23.2.0.tar.gz : 935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30
- https://files.pythonhosted.org/packages/source/a/attrs/attrs-24.2.0.tar.gz : 5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346
summary : Classes Without Boilerplate
description : |
Classes Without Boilerplate
attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). Its main goal is to help you to write concise and correct software without slowing down your code.
license :
- JSON
builddeps :
- binary(python3)
- python-installer
- python-packaging
- python-wheel
- python-hatchling
- python-hatch-vcs
- python-setuptools_scm
- python-hatch-fancy-pypi-readme
- python(hatchling)
- python(hatch_vcs)
- python(hatch_fancy_pypi_readme)
- python(setuptools_scm)
rundeps :
- binary(python3)
build : |
Expand Down
Binary file modified p/python-calver/manifest.x86_64.bin
Binary file not shown.
16 changes: 10 additions & 6 deletions p/python-calver/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"packages": {
"python-calver": {
"build-depends": [
"binary(python3)",
"python-installer",
"python-packaging",
"python-wheel"
"binary(python3)"
],
"depends": [
"binary(python3)"
],
"files": [
"/usr/lib/python3.11/site-packages/calver-2022.6.26.dist-info/LICENSE",
Expand All @@ -23,10 +23,14 @@
"/usr/lib/python3.11/site-packages/calver/__pycache__/integration.cpython-311.pyc",
"/usr/lib/python3.11/site-packages/calver/integration.py"
],
"name": "python-calver"
"name": "python-calver",
"provides": [
"python(calver(3.11))",
"python(calver)"
]
}
},
"source-name": "python-calver",
"source-release": "1",
"source-release": "2",
"source-version": "2022.6.26"
}
7 changes: 2 additions & 5 deletions p/python-calver/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@
#
name : python-calver
version : 2022.6.26
release : 1
release : 2
homepage : https://pypi.org/project/calver
upstreams :
- https://files.pythonhosted.org/packages/b5/00/96cbed7c019c49ee04b8a08357a981983db7698ae6de402e57097cefc9ad/calver-2022.6.26.tar.gz : e05493a3b17517ef1748fbe610da11f10485faa7c416b9d33fd4a52d74894f8b
- https://files.pythonhosted.org/packages/source/c/calver/calver-2022.6.26.tar.gz : e05493a3b17517ef1748fbe610da11f10485faa7c416b9d33fd4a52d74894f8b
summary : Calendar-based versionining for Python packages
description : |
The calver package is a setuptools extension for automatically defining your Python package version as a calendar version.
license :
- Apache-2.0
builddeps :
- binary(python3)
- python-installer
- python-packaging
- python-wheel
rundeps :
- binary(python3)
build : |
Expand Down
Binary file modified p/python-editables/manifest.x86_64.bin
Binary file not shown.
16 changes: 10 additions & 6 deletions p/python-editables/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"python-editables": {
"build-depends": [
"binary(python3)",
"python-flit-core",
"python-installer",
"python-packaging",
"python-wheel"
"python(flit_core)"
],
"depends": [
"binary(python3)"
],
"files": [
"/usr/lib/python3.11/site-packages/editables-0.5.dist-info/LICENSE.txt",
Expand All @@ -23,10 +23,14 @@
"/usr/lib/python3.11/site-packages/editables/py.typed",
"/usr/lib/python3.11/site-packages/editables/redirector.py"
],
"name": "python-editables"
"name": "python-editables",
"provides": [
"python(editables(3.11))",
"python(editables)"
]
}
},
"source-name": "python-editables",
"source-release": "1",
"source-release": "2",
"source-version": "0.5"
}
10 changes: 3 additions & 7 deletions p/python-editables/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,20 @@
#
name : python-editables
version : 0.5
release : 1
release : 2
homepage : https://pypi.org/project/editables
upstreams :
- https://files.pythonhosted.org/packages/37/4a/986d35164e2033ddfb44515168a281a7986e260d344cf369c3f52d4c3275/editables-0.5.tar.gz : 309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2
- https://files.pythonhosted.org/packages/source/e/editables/editables-0.5.tar.gz : 309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2
summary : A Python library for creating "editable wheels"
description : |
This library supports the building of wheels which, when installed, will expose packages in a local directory on sys.path in "editable mode". In other words, changes to the package source will be reflected in the package visible to Python, without needing a reinstall.
license :
- MIT
builddeps :
- binary(python3)
- python-installer
- python-packaging
- python-wheel
- python-flit-core
- python(flit_core)
rundeps :
- binary(python3)
- python-flit-core
build : |
%pyproject_build
install : |
Expand Down
Binary file modified p/python-hatch-fancy-pypi-readme/manifest.x86_64.bin
Binary file not shown.
15 changes: 9 additions & 6 deletions p/python-hatch-fancy-pypi-readme/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"python-hatch-fancy-pypi-readme": {
"build-depends": [
"binary(python3)",
"python-hatchling",
"python-installer",
"python-packaging",
"python-wheel"
"python(hatchling)"
],
"depends": [
"binary(python3)",
"python(hatchling(3.11))"
],
"files": [
"/usr/bin/hatch-fancy-pypi-readme",
Expand Down Expand Up @@ -49,11 +50,13 @@
],
"name": "python-hatch-fancy-pypi-readme",
"provides": [
"binary(hatch-fancy-pypi-readme)"
"binary(hatch-fancy-pypi-readme)",
"python(hatch-fancy-pypi-readme(3.11))",
"python(hatch-fancy-pypi-readme)"
]
}
},
"source-name": "python-hatch-fancy-pypi-readme",
"source-release": "1",
"source-release": "2",
"source-version": "24.1.0"
}
9 changes: 3 additions & 6 deletions p/python-hatch-fancy-pypi-readme/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@
#
name : python-hatch-fancy-pypi-readme
version : 24.1.0
release : 1
release : 2
homepage : https://pypi.org/project/hatch-fancy-pypi-readme
upstreams :
- https://files.pythonhosted.org/packages/b4/c2/c9094283a07dd96c5a8f7a5f1910259d40d2e29223b95dd875a6ca13b58f/hatch_fancy_pypi_readme-24.1.0.tar.gz : 44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8
- https://files.pythonhosted.org/packages/source/h/hatch_fancy_pypi_readme/hatch_fancy_pypi_readme-24.1.0.tar.gz : 44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8
summary : Your ✨Fancy✨ Project Deserves a ✨Fancy✨ PyPI Readme!
description : |
Your ✨Fancy✨ Project Deserves a ✨Fancy✨ PyPI Readme!
license :
- JSON
builddeps :
- binary(python3)
- python-installer
- python-packaging
- python-wheel
- python-hatchling
- python(hatchling)
rundeps :
- binary(python3)
build : |
Expand Down
Binary file modified p/python-hatch-vcs/manifest.x86_64.bin
Binary file not shown.
18 changes: 12 additions & 6 deletions p/python-hatch-vcs/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"python-hatch-vcs": {
"build-depends": [
"binary(python3)",
"python-hatchling",
"python-installer",
"python-packaging",
"python-wheel"
"python(hatchling)"
],
"depends": [
"binary(python3)",
"python(hatchling(3.11))",
"python(setuptools-scm(3.11))"
],
"files": [
"/usr/lib/python3.11/site-packages/hatch_vcs-0.4.0.dist-info/METADATA",
Expand Down Expand Up @@ -38,10 +40,14 @@
"/usr/lib/python3.11/site-packages/hatch_vcs/vcs_utils.py",
"/usr/lib/python3.11/site-packages/hatch_vcs/version_source.py"
],
"name": "python-hatch-vcs"
"name": "python-hatch-vcs",
"provides": [
"python(hatch-vcs(3.11))",
"python(hatch-vcs)"
]
}
},
"source-name": "python-hatch-vcs",
"source-release": "1",
"source-release": "2",
"source-version": "0.4.0"
}
9 changes: 3 additions & 6 deletions p/python-hatch-vcs/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@
#
name : python-hatch-vcs
version : 0.4.0
release : 1
release : 2
homepage : https://pypi.org/project/hatch-vcs
upstreams :
- https://files.pythonhosted.org/packages/f5/c9/54bb4fa27b4e4a014ef3bb17710cdf692b3aa2cbc7953da885f1bf7e06ea/hatch_vcs-0.4.0.tar.gz : 093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7
- https://files.pythonhosted.org/packages/source/h/hatch_vcs/hatch_vcs-0.4.0.tar.gz : 093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7
summary : Hatch plugin for versioning with your preferred VCS
description : |
Hatch plugin for versioning with your preferred VCS
license :
- MIT
builddeps :
- binary(python3)
- python-installer
- python-packaging
- python-wheel
- python-hatchling
- python(hatchling)
rundeps :
- binary(python3)
build : |
Expand Down
Binary file modified p/python-hatchling/manifest.x86_64.bin
Binary file not shown.
14 changes: 12 additions & 2 deletions p/python-hatchling/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"python-trove-classifiers",
"python-wheel"
],
"depends": [
"binary(python3)",
"python(editables(3.11))",
"python(packaging(3.11))",
"python(pathspec(3.11))",
"python(pluggy(3.11))",
"python(trove-classifiers(3.11))"
],
"files": [
"/usr/bin/hatchling",
"/usr/lib/python3.11/site-packages/hatchling-1.21.1.dist-info/METADATA",
Expand Down Expand Up @@ -219,11 +227,13 @@
],
"name": "python-hatchling",
"provides": [
"binary(hatchling)"
"binary(hatchling)",
"python(hatchling(3.11))",
"python(hatchling)"
]
}
},
"source-name": "python-hatchling",
"source-release": "1",
"source-release": "2",
"source-version": "1.21.1"
}
20 changes: 6 additions & 14 deletions p/python-hatchling/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,22 @@
#
name : python-hatchling
version : 1.21.1
release : 1
release : 2
homepage : https://pypi.org/project/hatchling/
upstreams :
- https://files.pythonhosted.org/packages/d8/a1/7dd1caa87c0b15c04c6291e25112e5d082cce02ee87f221a8be1d594f857/hatchling-1.21.1.tar.gz : bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc
- https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.21.1.tar.gz : bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc
summary : Modern, extensible Python build backend
description : |
Modern, extensible Python build backend, as used by Hatch
license :
- MIT
builddeps :
- binary(python3)
- python-editables
- python-installer
- python-packaging
- python-pathspec
- python-pluggy
- python-trove-classifiers
- python-wheel
- python(editables)
- python(pathspec)
- python(pluggy)
- python(trove-classifiers)
rundeps :
- binary(python3)
- python-editables
- python-pathspec
- python-pluggy
- python-trove-classifiers
build : |
%pyproject_build
install : |
Expand Down
Binary file modified p/python-jinja/manifest.x86_64.bin
Binary file not shown.
Loading

0 comments on commit 1656a01

Please sign in to comment.