forked from pool/python-databases
Accepting request 885352 from home:Simmphonie:python
- 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 OBS-URL: https://build.opensuse.org/request/show/885352 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0dfe402c29af3635ea84bcac8d8bdde5b7f17e6d9a5c06942801cb957b835fa
|
||||
size 26359
|
||||
3
databases-0.4.3.tar.gz
Normal file
3
databases-0.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e55e67120ae4c6eefc369c7728639f92d49b67ab94d507f49a62770dcff68fbd
|
||||
size 26517
|
||||
@@ -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 <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user