python3-sqlalchemy: 2.0.27 -> 2.0.28

This commit is contained in:
John McQuah 2024-03-09 12:04:17 +00:00
parent 94fe70f989
commit af34380a5d
3 changed files with 12 additions and 11 deletions

View File

@ -2,12 +2,12 @@ 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/SQLAlchemy-2.0.27.dev0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.27.dev0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.27.dev0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.27.dev0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.27.dev0.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.27.dev0.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.28.dev0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.28.dev0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.28.dev0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.28.dev0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.28.dev0.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.28.dev0.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sqlalchemy/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sqlalchemy/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sqlalchemy/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxD3SJTdCLSt7majYAUwuZ4vOJtqibmTpfUiauhtsqrGiCwyjo8aVPe+SdoyL8ws6JmWMZ2yTxDN76MS9YsQRwAQ=
SHA256 (Pkgfile) = f0aa9011d2f23c3170a9039b78dc527af018a397771a7526c6038ae52abc0a66
SHA256 (.footprint) = 2418b3f3477265cc1238b2a2da6adaaa8b7970d2446ad558929580c11c4639d5
SHA256 (python3-sqlalchemy-2.0.27.tar.gz) = fd817cc9da5c9a670f0a63e8186f37543e539259e5eca4f4c123954b66440906
RWTTPlFarK9CxJ55c9Q5JSK9M5cO19ar/5coapTXAMBYw/qmIXuecPw6CyXCAzOTOf2xEcwkA1HNwm05hwkEN/VjMHjPwIoKwgM=
SHA256 (Pkgfile) = a0d10c84fd2ff092ae6afd86cf502f4908bfdd9f1dfeb5b44ca11c921147a051
SHA256 (.footprint) = c8da1291600dbaab43ef7a5f345629c45b42528e4ae916b7d43d7fde3c2a9462
SHA256 (python3-sqlalchemy-2.0.28.tar.gz) = a21334f8a9a90c60168899f77b7d896199a5d4d38a3c99a6d24735b51002f7ce

View File

@ -5,7 +5,7 @@
# Optional: python3-cython
name=python3-sqlalchemy
version=2.0.27
version=2.0.28
release=1
source=(https://github.com/${name#*-}/${name#*-}/archive/refs/tags/rel_${version//./_}.tar.gz)
renames=($name-$version.tar.gz)
@ -15,6 +15,7 @@ build() {
/usr/bin/pip3 install --isolate --root=$PKG --no-deps --ignore-installed .
find $PKG \( \
-iname "COPYING*" -o \
-iname "LICENSE*" -o \
-iname "*README*" -o \
-iname "INSTALLER" -o \