|
|
@ -14,7 +14,7 @@
|
|
|
|
pymysql
|
|
|
|
pymysql
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-sqlalchemy
|
|
|
|
Name: python-sqlalchemy
|
|
|
|
Version: 1.4.37
|
|
|
|
Version: 1.4.45
|
|
|
|
# cope with pre-release versions containing tildes
|
|
|
|
# cope with pre-release versions containing tildes
|
|
|
|
%global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);}
|
|
|
|
%global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
@ -94,6 +94,10 @@ rm -rf doc/build
|
|
|
|
%{python3_sitearch}/sqlalchemy/
|
|
|
|
%{python3_sitearch}/sqlalchemy/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 13 2022 Sergio Correia <scorreia@redhat.com> - 1.4.45-3
|
|
|
|
|
|
|
|
- Update to current version - 1.4.45
|
|
|
|
|
|
|
|
Resolves: rhbz#2152649
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 18 2022 Sergio Correia <scorreia@redhat.com> - 1.4.37-3
|
|
|
|
* Sat Jun 18 2022 Sergio Correia <scorreia@redhat.com> - 1.4.37-3
|
|
|
|
- Remove obsolete cruft from the specfile, follow the packaging guidelines
|
|
|
|
- Remove obsolete cruft from the specfile, follow the packaging guidelines
|
|
|
|
- Remove also extra packages we have no runtime dependencies for
|
|
|
|
- Remove also extra packages we have no runtime dependencies for
|
|
|
|