diff --git a/SQLAlchemy-1.2.11.tar.gz b/SQLAlchemy-1.3.18.tar.gz similarity index 42% rename from SQLAlchemy-1.2.11.tar.gz rename to SQLAlchemy-1.3.18.tar.gz index 5633f083de7defbea16f3be4eaccf704b70802f4..017daf6e0dc933b128bd272f6c2212396aa76ef6 100644 Binary files a/SQLAlchemy-1.2.11.tar.gz and b/SQLAlchemy-1.3.18.tar.gz differ diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index c3d3f668128768851d08b51fa1118a0cefb05b72..5d6aca2c16d7237aedd53dbe11e3d20aabc053a3 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -1,8 +1,6 @@ -%global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$ - Name: python-sqlalchemy -Version: 1.2.11 -Release: 3 +Version: 1.3.18 +Release: 1 Summary: SQL toolkit and object relational mapper for Python License: MIT URL: http://www.sqlalchemy.org/ @@ -57,6 +55,7 @@ The python3-sqlalchemy package contains the python 3 version of the module. %prep %autosetup -n SQLAlchemy-%{version} -p1 +sed -i -e's/\(addopts = .*\) --max-worker-restart=5/\1/' setup.cfg %build %py2_build @@ -89,6 +88,9 @@ PYTHONPATH=. %{__python3} -m pytest test %doc doc examples %changelog +* Sat Aug 1 2020 xinghe - 1.3.18-1 +- update version to 1.3.18 + * Wed Jul 29 2020 lingsheng - 1.2.11-3 - Skip test on sqlite 3.30+