diff --git a/SPECS/python-sqlalchemy13.spec b/SPECS/python-sqlalchemy13.spec index 9e966b9..6edf1f6 100644 --- a/SPECS/python-sqlalchemy13.spec +++ b/SPECS/python-sqlalchemy13.spec @@ -7,7 +7,7 @@ Name: python-sqlalchemy13 Version: 1.3.24 # cope with pre-release versions containing tildes %global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Modular and flexible ORM library for python - version 1.3 License: MIT @@ -45,6 +45,7 @@ Documentation for SQLAlchemy Summary: Modular and flexible ORM library for python %{?python_provide:%python_provide python%{python3_pkgversion}-sqlalchemy13} Provides: python3-sqlalchemy = %{version}-%{release} +Obsoletes: python3-sqlalchemy < %{version}-%{release} Conflicts: python3-sqlalchemy >= 1.4 %description -n python3-sqlalchemy13 @@ -89,6 +90,9 @@ PYTHONPATH=. %{__python3} -m pytest test \ %{python3_sitearch}/* %changelog +* Tue Oct 11 2022 Alfredo Moralejo - 1.3.24-3 +- Obsolete previous versions of python3-sqlalchemy-1.3 + * Thu Sep 29 2022 Alfredo Moralejo - 1.3.24-2 - Rename package to python-sqlalchemy13 - Remove python2 packages