python3-sqlalchemy: 2.0.30 -> 2.0.31

This commit is contained in:
Tim Biermann 2024-06-19 19:48:44 +02:00
parent ee7f2ffa9e
commit c1db97b61a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 12 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.30-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.30-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.30-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.30-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.30-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.30-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.31-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.31-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.31-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.31-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.31-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/SQLAlchemy-2.0.31-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__/
@ -29,7 +29,6 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/sqlalchemy/connectors/__py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sqlalchemy/connectors/asyncio.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sqlalchemy/connectors/pyodbc.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sqlalchemy/cyextension/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sqlalchemy/cyextension/.gitignore
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sqlalchemy/cyextension/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sqlalchemy/cyextension/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sqlalchemy/cyextension/__pycache__/__init__.cpython-310.pyc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF358uGZUQnAD6qFbKIebIeDDcO9bZ+mZ4Jf4wPrk9N0ydj+S7tc4WCv609rQUOBjbC6tjLF5H/AhNW/jsl+SuOQw=
SHA256 (Pkgfile) = cfc7eaa8cc893f91e3b31b80ca0434ef752132e9b992509e319156eaded3e336
SHA256 (.footprint) = 0623f36d79b91873ded093e9d6a371c78a23a763905f71ca5187dced9f0e96c1
SHA256 (SQLAlchemy-2.0.30.tar.gz) = 2b1708916730f4830bc69d6f49d37f7698b5bd7530aca7f04f785f8849e95255
RWSagIOpLGJF38Zg1mGOcR8XDWK/YBeakds72grtbVDDHIK9btne512OuEc7QfWO09E1BiQVD3cgskGNle0xWyHGsXv4BeR1pQ0=
SHA256 (Pkgfile) = 56efba06ef512d69cc0497a3863f01472e9d87cfcead2885e675a46dd70ec74c
SHA256 (.footprint) = d4c37e68c34a552ff3d452222d07e8dcc2b1e7f0b6afa7f26392507afd222813
SHA256 (SQLAlchemy-2.0.31.tar.gz) = b607489dd4a54de56984a0c7656247504bd5523d9d0ba799aef59d4add009484

View File

@ -4,7 +4,7 @@
# Depends on: python3-greenlet python3-typing_extensions
name=python3-sqlalchemy
version=2.0.30
version=2.0.31
release=1
source=(https://pypi.org/packages/source/S/SQLAlchemy/SQLAlchemy-$version.tar.gz)