version 1.3.12
This commit is contained in:
parent
53aa62ac2e
commit
7cd268043c
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,3 +78,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-1.3.8.tar.gz
|
/SQLAlchemy-1.3.8.tar.gz
|
||||||
/SQLAlchemy-1.3.10.tar.gz
|
/SQLAlchemy-1.3.10.tar.gz
|
||||||
/SQLAlchemy-1.3.11.tar.gz
|
/SQLAlchemy-1.3.11.tar.gz
|
||||||
|
/SQLAlchemy-1.3.12.tar.gz
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 1.3.11
|
Version: 1.3.12
|
||||||
# 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: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -165,6 +165,9 @@ PYTHONPATH=. %{__python3} -m pytest test \
|
|||||||
# with python3
|
# with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2019 Nils Philippsen <nils@tiptoe.de> - 1.3.12-1
|
||||||
|
- version 1.3.12
|
||||||
|
|
||||||
* Tue Nov 19 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.3.11-1
|
* Tue Nov 19 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.3.11-1
|
||||||
- Update to 1.3.11 (#1771196).
|
- Update to 1.3.11 (#1771196).
|
||||||
- https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html#change-1.3.11
|
- https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html#change-1.3.11
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (SQLAlchemy-1.3.11.tar.gz) = c691539db4edd62af749087728dfd424010bfb3ca2cc8503a4b96c1625d059d4c2a748b9a35cc870cc99ca9df61966cce406f9b570b25e55c3632a99b8621e74
|
SHA512 (SQLAlchemy-1.3.12.tar.gz) = 2748d945f0cabdb35fe1277045a32ef6e030f07c761715b6c02228af35ec470b829b29ade481d3b96a6da54329575d6e79c62539420800b4f5e3f56dcb2f7326
|
||||||
|
Loading…
Reference in New Issue
Block a user