diff --git a/databases-0.4.1.tar.gz b/databases-0.4.1.tar.gz deleted file mode 100644 index 31b5f3c..0000000 --- a/databases-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0dfe402c29af3635ea84bcac8d8bdde5b7f17e6d9a5c06942801cb957b835fa -size 26359 diff --git a/databases-0.4.3.tar.gz b/databases-0.4.3.tar.gz new file mode 100644 index 0000000..b8a49c0 --- /dev/null +++ b/databases-0.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55e67120ae4c6eefc369c7728639f92d49b67ab94d507f49a62770dcff68fbd +size 26517 diff --git a/python-databases.changes b/python-databases.changes index 0b64204..df334bd 100644 --- a/python-databases.changes +++ b/python-databases.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Apr 13 21:28:51 UTC 2021 - simmphonie@opensuse.org + +- update to version 0.4.3 + * Pin SQLAlchemy to < 1.4 (#314) +- version 0.4.2 + * Fix memory leak with asyncpg for SQLAlchemy generic functions (#273) +- fix python version to "< 3.7" for aiocontextvars + ------------------------------------------------------------------- Sat Jan 16 18:42:21 UTC 2021 - Benjamin Greiner diff --git a/python-databases.spec b/python-databases.spec index 4ebf8cb..7da0ff6 100644 --- a/python-databases.spec +++ b/python-databases.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-databases -Version: 0.4.1 +Version: 0.4.3 Release: 0 Summary: Async database support for Python License: BSD-3-Clause @@ -28,7 +28,7 @@ Source: https://github.com/encode/databases/archive/%{version}.tar.gz#/d BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-sqlalchemy +Requires: python-sqlalchemy >= 1.3 Suggests: python-aiocontextvars Suggests: python-aiomysql Suggests: python-aiopg @@ -40,8 +40,8 @@ BuildRequires: %{python_module aiosqlite} BuildRequires: %{python_module asyncpg} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} -BuildRequires: %{python_module sqlalchemy} -BuildRequires: (python3-aiocontextvars if python3-base <= 3.6) +BuildRequires: %{python_module sqlalchemy >= 1.3} +BuildRequires: (python3-aiocontextvars if python3-base < 3.7) BuildRequires: (python36-aiocontextvars if python36-base) # /SECTION %python_subpackages