diff --git a/SQLAlchemy-1.3.24.tar.gz b/SQLAlchemy-1.4.31.tar.gz similarity index 42% rename from SQLAlchemy-1.3.24.tar.gz rename to SQLAlchemy-1.4.31.tar.gz index 2a7a47b630bd9ea1e15bdeb3f8d479efe9dab589..8bb3e1ecac8accbdeadf2a7b4d4adc98e2bfaac5 100644 Binary files a/SQLAlchemy-1.3.24.tar.gz and b/SQLAlchemy-1.4.31.tar.gz differ diff --git a/sqlalchemy.spec b/sqlalchemy.spec index 05c6bbaeb6df480f728444519a6a5a9933e277ff..ae8b5d939e7e3b91f3e2b8ffc6375afc890ce933 100644 --- a/sqlalchemy.spec +++ b/sqlalchemy.spec @@ -1,14 +1,15 @@ %global __provides_exclude_from ^(%{python3_sitearch})/.*\\.so$ Name: python-sqlalchemy -Version: 1.3.24 +Version: 1.4.31 Release: 1 Summary: SQL toolkit and object relational mapper for Python License: MIT 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 SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, @@ -62,6 +63,9 @@ PYTHONPATH=. %{__python3} -m pytest test %doc doc examples %changelog +* Wed Jun 01 2022 huangtianhua - 1.4.31-1 +- update to 1.4.31 + * Wed Dec 22 2021 guozhaorui - 1.3.24-1 - update to 1.3.24