python3-agate-sql: updated to version 0.7.3

This commit is contained in:
2026-01-20 18:39:58 +00:00
parent 11d34b3a46
commit c59223dc88
3 changed files with 15 additions and 15 deletions

View File

@@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.12/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/agate_sql-0.7.2.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_sql-0.7.2.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_sql-0.7.2.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_sql-0.7.2.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_sql-0.7.2.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.12/site-packages/agate_sql-0.7.3.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_sql-0.7.3.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_sql-0.7.3.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_sql-0.7.3.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_sql-0.7.3.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.12/site-packages/agatesql/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agatesql/__init__.py
drwxr-xr-x root/root usr/lib/python3.12/site-packages/agatesql/__pycache__/

View File

@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxPL8Ht/63Us5HpZnbC+vccwl6GKwv054S6GbYkQ7XLB7nTfisgrPSTzB/Kv/ROkhK42bK2I9OrjBK0t0ARAX6wE=
SHA256 (Pkgfile) = ea342a675ded50bc5afc6f4db65c6e56aeabcc9033b420c5b55cfaa59289c1d5
SHA256 (.footprint) = 90804759ca1733d2b7d5fdd9fd6c7e086b4318e98f98493738fc9ebf094481c3
SHA256 (python3-agate-sql-0.7.2.tar.gz) = 3913bb75fbe973b5c62039cf42cce917b67d0ed62ea46c2c4b05e82a57e36cef
RWTTPlFarK9CxAP6cpMfrGQoJ5BzX7sPsKiJ2O6kPISezGbdBzq/sKPRUBp+1PgZsUU+E3JXQ8xddZGEqEWb2Rjs3R0jvWDhtwA=
SHA256 (Pkgfile) = 0f926ad756013062f4b8f8e64be3b380db6b0481f026306b61967dd4e86d6293
SHA256 (.footprint) = 0f3dd853e9ba2d691379fd000e8102b102159490badc0d14b5fc8e8162adb0f2
SHA256 (agate_sql-0.7.3.tar.gz) = 4c588a28e80bc625c7d5f915e8f8dff4900140a8a6d8a350a098a2ba9adf9d33

View File

@@ -4,14 +4,14 @@
# Depends on: python3-agate python3-sqlalchemy
name=python3-agate-sql
version=0.7.2
version=0.7.3
release=1
source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz)
renames=($name-$version.tar.gz)
_commit=fc7662f1ec3c0917c377f74f143a479eb13c9ae5fe14d77ce28eb165564f
source=(https://files.pythonhosted.org/packages/fe/fe/$_commit/agate_sql-$version.tar.gz)
build() {
cd ${name##python3-}-$version
/usr/bin/pip3 install --isolate --root=$PKG --no-deps --ignore-installed .
cd agate_sql-$version
/usr/bin/pip3 install --isolate --root="$PKG" --no-deps --ignore-installed .
rm $PKG/usr/lib/python3*/site-packages/*.dist-info/{AUTHORS.rst,COPYING,INSTALLER,METADATA,REQUESTED}
rm -rf "$PKG"/usr/lib/python3.12/site-packages/*.dist-info/{AUTHORS.rst,licenses,INSTALLER,RECORD,REQUESTED}
}