!28 Upgrade to 1.4.31

From: @huangtianhua 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-06-14 13:46:29 +00:00 committed by Gitee
commit 7a3f43c9cf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
SQLAlchemy-1.4.31.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,15 @@
%global __provides_exclude_from ^(%{python3_sitearch})/.*\\.so$ %global __provides_exclude_from ^(%{python3_sitearch})/.*\\.so$
Name: python-sqlalchemy Name: python-sqlalchemy
Version: 1.3.24 Version: 1.4.31
Release: 1 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/c5/ab/81bef2f960abf3cdaf32fbf1994f0c6f5e6a5f1667b5713ed6ebf162b6a2/SQLAlchemy-1.3.24.tar.gz Source0: https://files.pythonhosted.org/packages/0f/80/d8883f12689a55e333d221bb9a56c727e976f5a8e9dc862efeac9f40d296/SQLAlchemy-1.4.31.tar.gz
BuildRequires: python3-devel python3-setuptools python3-pytest gcc BuildRequires: python3-devel python3-setuptools python3-pytest gcc python3-greenlet
Requires: python3-greenlet
%description %description
SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible,
@ -62,6 +63,9 @@ PYTHONPATH=. %{__python3} -m pytest test
%doc doc examples %doc doc examples
%changelog %changelog
* Wed Jun 01 2022 huangtianhua <huangtianhua@huawei.com> - 1.4.31-1
- update to 1.4.31
* Wed Dec 22 2021 guozhaorui <guozhaorui1@huawei.com> - 1.3.24-1 * Wed Dec 22 2021 guozhaorui <guozhaorui1@huawei.com> - 1.3.24-1
- update to 1.3.24 - update to 1.3.24