python3-referencing: updated to version 0.34.0

This commit is contained in:
Matt Housh 2024-03-29 09:43:32 -05:00
parent 203ec09407
commit 5bfac8578f
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 17 additions and 17 deletions

View File

@ -2,15 +2,15 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/referencing-0.33.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.33.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.33.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.33.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.33.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.33.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.33.0.dist-info/direct_url.json
drwxr-xr-x root/root usr/lib/python3.10/site-packages/referencing-0.33.0.dist-info/licenses/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.33.0.dist-info/licenses/COPYING
drwxr-xr-x root/root usr/lib/python3.10/site-packages/referencing-0.34.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.34.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.34.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.34.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.34.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.34.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.34.0.dist-info/direct_url.json
drwxr-xr-x root/root usr/lib/python3.10/site-packages/referencing-0.34.0.dist-info/licenses/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing-0.34.0.dist-info/licenses/COPYING
drwxr-xr-x root/root usr/lib/python3.10/site-packages/referencing/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/referencing/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/referencing/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33eu/v8ypv6D4Cup/AlQgJPUNc75Ij69/22BXQZjbev4CkBxz1DChMjN2SDTADbk0WyyjP25qnw2+9n/Ni3Y/AI=
SHA256 (Pkgfile) = b5203a930eecb3ee07896afc1d219210388bac0a87163788f66c9b5c80e50df1
SHA256 (.footprint) = 696b500f6bd984deb84b6045026598a0b7d20f2d5096734ad76f5dd7bd336647
SHA256 (referencing-0.33.0.tar.gz) = c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7
RWSagIOpLGJF3yCPiNyBoeuc+fH+Q77PepCfeTVqjelgx41wsb348yX4wmZlA0FUYzbLXxZPdf9sISy1s2VFlQAAzKuc/6CNaQs=
SHA256 (Pkgfile) = f1c31943ab32d1bf76a4b97ba57f431bab66dbe19b4b6d9d26d1b9633a030dcb
SHA256 (.footprint) = adbf75bb7b64106e150fe02427ed37e925521d33277f7fc9e0b24eab1f23767d
SHA256 (referencing-0.34.0.tar.gz) = 5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844

View File

@ -4,12 +4,12 @@
# Depends on: python3-rpds-py python3-hatch-vcs python3-attrs
name=python3-referencing
version=0.33.0
version=0.34.0
release=1
source=(https://pypi.python.org/packages/source/r/referencing/referencing-$version.tar.gz)
build() {
cd referencing-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG --ignore-installed --no-deps dist/*.whl
cd referencing-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG --ignore-installed --no-deps dist/*.whl
}