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