import python-sqlalchemy-1.4.45-3.el9

c9 imports/c9/python-sqlalchemy-1.4.45-3.el9
CentOS Sources 2 years ago committed by MSVSphere Packaging Team
parent 66daf71270
commit 332ea221fc

2
.gitignore vendored

@ -1 +1 @@
SOURCES/SQLAlchemy-1.4.37.tar.gz SOURCES/SQLAlchemy-1.4.45.tar.gz

@ -1 +1 @@
eacda4082a0120615b0fe15b9f6067a25c7820fd SOURCES/SQLAlchemy-1.4.37.tar.gz eb2f1528723b728dd2ee764fe0d52434f4e9e792 SOURCES/SQLAlchemy-1.4.45.tar.gz

@ -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

Loading…
Cancel
Save