Update to current version - 1.4.45
Resolves: rhbz#2152649
This commit is contained in:
parent
7a3a264775
commit
ebd3167f27
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/SQLAlchemy-1.4.37.tar.gz
|
||||
/SQLAlchemy-1.4.45.tar.gz
|
||||
|
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (SQLAlchemy-1.4.37.tar.gz) = 3f8a814f9bb6fa273f7b210c4567bf7411d0cf2e5caf010a5387fb946063704c342072145a858fb906545dfb1b959155d041e6073273674e51715356fc1f39e6
|
||||
SHA512 (SQLAlchemy-1.4.45.tar.gz) = 4c6e9ef84c6517f47493ad6ce6d366bc0e7222e7a668d43c7b9f4919e87076a5f7687dc525060e430be23c5d9f12e7ef9d97d679040ff132244aa2b3418974a9
|
||||
|
Loading…
Reference in New Issue
Block a user