!22 update python-sqlalchemy for openstack wallaby
From: @liksh Reviewed-by: @huangtianhua Signed-off-by:
This commit is contained in:
commit
b449672e60
Binary file not shown.
BIN
SQLAlchemy-1.3.23.tar.gz
Normal file
BIN
SQLAlchemy-1.3.23.tar.gz
Normal file
Binary file not shown.
@ -2,3 +2,4 @@ version_control: github
|
||||
src_repo: sqlalchemy/sqlalchemy
|
||||
tag_prefix: rel
|
||||
seperator: _
|
||||
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
%global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$
|
||||
|
||||
Name: python-sqlalchemy
|
||||
Version: 1.3.22
|
||||
Release: 3
|
||||
Version: 1.3.23
|
||||
Release: 1
|
||||
Summary: SQL toolkit and object relational mapper for Python
|
||||
License: MIT
|
||||
URL: http://www.sqlalchemy.org/
|
||||
Source0: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/ac/cd/f871773f1c1eb043f639b6751d6342539a45da0836bfede6a6889cea5255/SQLAlchemy-1.3.23.tar.gz
|
||||
|
||||
Patch0: tests_overcome_bpo42967.patch
|
||||
|
||||
@ -64,6 +64,9 @@ PYTHONPATH=. %{__python3} -m pytest test
|
||||
%doc doc examples
|
||||
|
||||
%changelog
|
||||
* Tue Aug 10 2021 OpenStack_SIG <openstack@openeuler.org> - 1.3.23-1
|
||||
- update to 1.3.23
|
||||
|
||||
* Tue Jun 22 2021 shixuantong <shixuantong@huawei.com> - 1.3.22-3
|
||||
- Type: bugfix
|
||||
- ID: NA
|
||||
@ -90,3 +93,4 @@ PYTHONPATH=. %{__python3} -m pytest test
|
||||
|
||||
* Tue Nov 26 2019 yanzhihua <yanzhihua4@huawei.com> - 1.2.11-2
|
||||
- Package init
|
||||
|
||||
@ -63,3 +63,4 @@
|
||||
)
|
||||
connection = dialect.create_connect_args(u)
|
||||
eq_(connection[1], {})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user