diff --git a/packages/py/python-build/package.yml b/packages/py/python-build/package.yml index abe1496f025b..c08d3d50f716 100644 --- a/packages/py/python-build/package.yml +++ b/packages/py/python-build/package.yml @@ -1,9 +1,9 @@ # yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json name : python-build -version : 1.5.1 -release : 16 +version : 1.6.0 +release : 17 source : - - https://pypi.debian.net/build/build-1.5.1.tar.gz : 94e17f1db803ab22f46049376c44c8437c52090f0dfdf1adc43df56542d644fb + - https://pypi.debian.net/build/build-1.6.0.tar.gz : bd2c8afc603e7a2e0ce70e2ea85f0a6d02043bafbd307f5bada0f98669eca5af homepage : https://build.pypa.io/ license : MIT component : programming.python @@ -25,11 +25,11 @@ build : | if [[ ${BOOTSTRAP} == "1" ]]; then python3 -m pip wheel --no-deps . else - %python3_setup + %pyproject_build fi install : | if [[ ${BOOTSTRAP} == "1" ]]; then python3 -m pip install --root=%installroot% --no-deps --ignore-installed . else - %python3_install + %pyproject_install fi diff --git a/packages/py/python-build/pspec_x86_64.xml b/packages/py/python-build/pspec_x86_64.xml index d834b8ac2046..e83c5b6ca43d 100644 --- a/packages/py/python-build/pspec_x86_64.xml +++ b/packages/py/python-build/pspec_x86_64.xml @@ -3,8 +3,8 @@ python-build https://build.pypa.io/ - Joey Riches - josephriches@gmail.com + Evan Maddock + maddock.evan@vivaldi.net MIT programming.python @@ -21,11 +21,11 @@ programming.python /usr/bin/pyproject-build - /usr/lib/python3.14/site-packages/build-1.5.1.dist-info/METADATA - /usr/lib/python3.14/site-packages/build-1.5.1.dist-info/RECORD - /usr/lib/python3.14/site-packages/build-1.5.1.dist-info/WHEEL - /usr/lib/python3.14/site-packages/build-1.5.1.dist-info/entry_points.txt - /usr/lib/python3.14/site-packages/build-1.5.1.dist-info/licenses/LICENSE + /usr/lib/python3.14/site-packages/build-1.6.0.dist-info/METADATA + /usr/lib/python3.14/site-packages/build-1.6.0.dist-info/RECORD + /usr/lib/python3.14/site-packages/build-1.6.0.dist-info/WHEEL + /usr/lib/python3.14/site-packages/build-1.6.0.dist-info/entry_points.txt + /usr/lib/python3.14/site-packages/build-1.6.0.dist-info/licenses/LICENSE /usr/lib/python3.14/site-packages/build/__init__.py /usr/lib/python3.14/site-packages/build/__main__.py /usr/lib/python3.14/site-packages/build/__pycache__/__init__.cpython-314.opt-1.pyc @@ -69,12 +69,12 @@ - - 2026-07-11 - 1.5.1 + + 2026-09-01 + 1.6.0 Packaging update - Joey Riches - josephriches@gmail.com + Evan Maddock + maddock.evan@vivaldi.net \ No newline at end of file