version 1.3.19
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
f89e88a4f1
commit
f954cdf501
1
.gitignore
vendored
1
.gitignore
vendored
@ -83,3 +83,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-1.3.15.tar.gz
|
/SQLAlchemy-1.3.15.tar.gz
|
||||||
/SQLAlchemy-1.3.17.tar.gz
|
/SQLAlchemy-1.3.17.tar.gz
|
||||||
/SQLAlchemy-1.3.18.tar.gz
|
/SQLAlchemy-1.3.18.tar.gz
|
||||||
|
/SQLAlchemy-1.3.19.tar.gz
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 1.3.18
|
Version: 1.3.19
|
||||||
# cope with pre-release versions containing tildes
|
# cope with pre-release versions containing tildes
|
||||||
%global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);}
|
%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
|
Summary: Modular and flexible ORM library for python
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -165,6 +165,9 @@ PYTHONPATH=. %{__python3} -m pytest test \
|
|||||||
# with python3
|
# with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 18 2020 Nils Philippsen <nils@tiptoe.de> - 1.3.19-1
|
||||||
|
- version 1.3.19
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-2
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (SQLAlchemy-1.3.18.tar.gz) = 8a358fa9fea35ecc89a2f566d5873668923dc3999508fb6bf314972b78fd9dd06eca227b992f4388ba0d7e9cad39783166b57184fe69eb5dcec6d9adb828f0ec
|
SHA512 (SQLAlchemy-1.3.19.tar.gz) = acd3d7c130970dfcc5792243b3f0f28f72b750bad0a3898358aeee9ac72ba38fd4298734ec481abf0fc5ebe1e1398c16672a6c327bac5b7821d08c67508690c8
|
||||||
|
Loading…
Reference in New Issue
Block a user