version 1.4.37
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
4530bf5952
commit
264081ef59
1
.gitignore
vendored
1
.gitignore
vendored
@ -101,3 +101,4 @@ SQLAlchemy-0.6.1.tar.gz
|
||||
/SQLAlchemy-1.4.34.tar.gz
|
||||
/SQLAlchemy-1.4.35.tar.gz
|
||||
/SQLAlchemy-1.4.36.tar.gz
|
||||
/SQLAlchemy-1.4.37.tar.gz
|
||||
|
@ -20,7 +20,7 @@
|
||||
aiosqlite
|
||||
|
||||
Name: python-sqlalchemy
|
||||
Version: 1.4.36
|
||||
Version: 1.4.37
|
||||
# cope with pre-release versions containing tildes
|
||||
%global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);}
|
||||
Release: 1%{?dist}
|
||||
@ -105,6 +105,9 @@ PYTHONPATH=. %{__python3} -m pytest test \
|
||||
%{python3_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 01 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.37-1
|
||||
- version 1.4.37
|
||||
|
||||
* Wed Apr 27 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.36-1
|
||||
- version 1.4.36
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (SQLAlchemy-1.4.36.tar.gz) = c9bb38ce5eeb7817727e93695f10cf5c247710b809f3298b233ed8be4e2cc08e5a14581d0c5aa2af02d7a49f036fe3a0bb7a88120b58bdce0f115016bdaf2c77
|
||||
SHA512 (SQLAlchemy-1.4.37.tar.gz) = 3f8a814f9bb6fa273f7b210c4567bf7411d0cf2e5caf010a5387fb946063704c342072145a858fb906545dfb1b959155d041e6073273674e51715356fc1f39e6
|
||||
|
Loading…
Reference in New Issue
Block a user