python3-sqlalchemy: 2.0.32 -> 2.0.34

This commit is contained in:
Tim Biermann 2024-09-16 19:42:13 +02:00
parent 010f228105
commit a7c51c9689
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 13 additions and 13 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.32-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.32-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.32-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.32-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.32-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.32-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.34-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.34-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.34-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.34-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.34-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.34-py3.10.egg-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/contrib.pub
RWSagIOpLGJF3564P50ahHYiDGddrKmOQ+tCKZLmWIiWlvKTbIU+KEQlAIt9QBy70mfpGauAf/CpeHArzV/nCJgsjYs1R+jjigE=
SHA256 (Pkgfile) = 9330a6c7f8c6f7e873699aba631ab2881fee27b05c6804b0e4b8d24d52fcf3b7
SHA256 (.footprint) = ff85269ad8ed0cb0f8c1c43ecd2c768413aeca261d809550cb5338e5ddd1d6f1
SHA256 (SQLAlchemy-2.0.32.tar.gz) = c1b88cc8b02b6a5f0efb0345a03672d4c897dc7d92585176f88c67346f565ea8
RWSagIOpLGJF39x8Jj+gwautlHKeSle/LxeQ6qOfF1dTl/Mo+9xIVtyiWINtopabl9BCVIgvgbwIIDhQCo/8l84OZVMKzOJtBgs=
SHA256 (Pkgfile) = 1d70f7f412f2e233d35a3bcad7a4faa9632894fc26dbb35bed6caf722bca7b83
SHA256 (.footprint) = 054754aa2eaf703a6f0639d0bb471342b7c813e05600fde9f9df643a16fd8032
SHA256 (sqlalchemy-2.0.34.tar.gz) = 10d8f36990dd929690666679b0f42235c159a7051534adb135728ee52828dd22

View File

@ -4,12 +4,12 @@
# Depends on: python3-greenlet python3-typing_extensions
name=python3-sqlalchemy
version=2.0.32
version=2.0.34
release=1
source=(https://pypi.org/packages/source/S/SQLAlchemy/SQLAlchemy-$version.tar.gz)
source=(https://pypi.org/packages/source/s/sqlalchemy/sqlalchemy-$version.tar.gz)
build() {
cd SQLAlchemy-$version
cd sqlalchemy-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \