Version 1.4.40
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
fec9d66404
commit
b68c9a58f8
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@ SQLAlchemy-0.6.1.tar.gz
|
||||
/SQLAlchemy-1.4.37.tar.gz
|
||||
/SQLAlchemy-1.4.38.tar.gz
|
||||
/SQLAlchemy-1.4.39.tar.gz
|
||||
/SQLAlchemy-1.4.40.tar.gz
|
||||
|
@ -16,10 +16,10 @@
|
||||
aiosqlite
|
||||
|
||||
Name: python-sqlalchemy
|
||||
Version: 1.4.39
|
||||
Version: 1.4.40
|
||||
# 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
|
||||
@ -96,6 +96,9 @@ rm -rf doc/build
|
||||
%{python3_sitearch}/sqlalchemy/
|
||||
|
||||
%changelog
|
||||
* Tue Aug 09 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.40-1
|
||||
- Version 1.4.40
|
||||
|
||||
* Mon Jul 25 2022 Miro Hrončok <miro@hroncok.cz>
|
||||
- Remove obsolete cruft from the specfile, follow the packaging guidelines
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (SQLAlchemy-1.4.39.tar.gz) = a7c6b73250044289add492b2d7df9010f3b9a3a5126c8b3448d7339cf743c4be3f1c08d238107bb12c579b2bbd7d20e216e331d3ee10dcf79c0f23ca44d496af
|
||||
SHA512 (SQLAlchemy-1.4.40.tar.gz) = 49b8ad8becd6fb2c43615890ef05554ce151f44cda20971a585ff5b325a6a91bb356a3c4320f4b1ac877a9eccdca9bec65cc9942bc5948d4143495b5c884f458
|
||||
|
Loading…
Reference in New Issue
Block a user