import python-sqlalchemy-1.4.45-3.el9

This commit is contained in:
CentOS Sources 2023-03-28 09:38:46 +00:00 committed by Stepan Oksanichenko
parent af93ecd226
commit cec75185a4
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

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

View File

@ -14,7 +14,7 @@
pymysql
Name: python-sqlalchemy
Version: 1.4.37
Version: 1.4.45
# cope with pre-release versions containing tildes
%global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);}
Release: 3%{?dist}
@ -94,6 +94,10 @@ rm -rf doc/build
%{python3_sitearch}/sqlalchemy/
%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
- Remove obsolete cruft from the specfile, follow the packaging guidelines
- Remove also extra packages we have no runtime dependencies for