version 1.4.38
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
783932ce13
commit
c2225281fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -102,3 +102,4 @@ SQLAlchemy-0.6.1.tar.gz
|
||||
/SQLAlchemy-1.4.35.tar.gz
|
||||
/SQLAlchemy-1.4.36.tar.gz
|
||||
/SQLAlchemy-1.4.37.tar.gz
|
||||
/SQLAlchemy-1.4.38.tar.gz
|
||||
|
@ -16,10 +16,10 @@
|
||||
aiosqlite
|
||||
|
||||
Name: python-sqlalchemy
|
||||
Version: 1.4.37
|
||||
Version: 1.4.38
|
||||
# cope with pre-release versions containing tildes
|
||||
%global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Modular and flexible ORM library for python
|
||||
|
||||
License: MIT
|
||||
@ -101,6 +101,9 @@ PYTHONPATH=. %{__python3} -m pytest test \
|
||||
%{python3_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 24 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.38-1
|
||||
- version 1.4.38
|
||||
|
||||
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.4.37-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (SQLAlchemy-1.4.37.tar.gz) = 3f8a814f9bb6fa273f7b210c4567bf7411d0cf2e5caf010a5387fb946063704c342072145a858fb906545dfb1b959155d041e6073273674e51715356fc1f39e6
|
||||
SHA512 (SQLAlchemy-1.4.38.tar.gz) = 4f54873fe2ba14b00cfa900251bc81d4fbbd62ed2b0f5f35bd3d5157796b869a3b7a9acf162f65da3f05b4b43cfc8bba437600f7fb81887a1839043a6ad516b4
|
||||
|
Loading…
Reference in New Issue
Block a user