version 1.4.36
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
5b0e255a1c
commit
4530bf5952
1
.gitignore
vendored
1
.gitignore
vendored
@ -100,3 +100,4 @@ SQLAlchemy-0.6.1.tar.gz
|
||||
/SQLAlchemy-1.4.32.tar.gz
|
||||
/SQLAlchemy-1.4.34.tar.gz
|
||||
/SQLAlchemy-1.4.35.tar.gz
|
||||
/SQLAlchemy-1.4.36.tar.gz
|
||||
|
@ -20,7 +20,7 @@
|
||||
aiosqlite
|
||||
|
||||
Name: python-sqlalchemy
|
||||
Version: 1.4.35
|
||||
Version: 1.4.36
|
||||
# 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 Apr 27 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.36-1
|
||||
- version 1.4.36
|
||||
|
||||
* Thu Apr 07 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.35-1
|
||||
- version 1.4.35
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (SQLAlchemy-1.4.35.tar.gz) = 195ab35934bca36e7c4c2127f153eff31775f7f150163912f79143efae63911eded67d8645e08ede2c533c675d18c3c5796235e0c0f6d1e6ebb97664ac13f171
|
||||
SHA512 (SQLAlchemy-1.4.36.tar.gz) = c9bb38ce5eeb7817727e93695f10cf5c247710b809f3298b233ed8be4e2cc08e5a14581d0c5aa2af02d7a49f036fe3a0bb7a88120b58bdce0f115016bdaf2c77
|
||||
|
Loading…
Reference in New Issue
Block a user