update to 1.3.23
This commit is contained in:
parent
b8254f0894
commit
adf9ca6eab
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
|
src_repo: sqlalchemy/sqlalchemy
|
||||||
tag_prefix: rel
|
tag_prefix: rel
|
||||||
seperator: _
|
seperator: _
|
||||||
|
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
%global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$
|
%global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 1.3.22
|
Version: 1.3.23
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: SQL toolkit and object relational mapper for Python
|
Summary: SQL toolkit and object relational mapper for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.sqlalchemy.org/
|
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
|
Patch0: tests_overcome_bpo42967.patch
|
||||||
|
|
||||||
@ -64,6 +64,9 @@ PYTHONPATH=. %{__python3} -m pytest test
|
|||||||
%doc doc examples
|
%doc doc examples
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 22 2021 shixuantong <shixuantong@huawei.com> - 1.3.22-3
|
||||||
- Type: bugfix
|
- Type: bugfix
|
||||||
- ID: NA
|
- ID: NA
|
||||||
@ -90,3 +93,4 @@ PYTHONPATH=. %{__python3} -m pytest test
|
|||||||
|
|
||||||
* Tue Nov 26 2019 yanzhihua <yanzhihua4@huawei.com> - 1.2.11-2
|
* Tue Nov 26 2019 yanzhihua <yanzhihua4@huawei.com> - 1.2.11-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
@ -63,3 +63,4 @@
|
|||||||
)
|
)
|
||||||
connection = dialect.create_connect_args(u)
|
connection = dialect.create_connect_args(u)
|
||||||
eq_(connection[1], {})
|
eq_(connection[1], {})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user