version 1.2.18
This commit is contained in:
parent
7f9e25183e
commit
9a5dea39fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-1.2.12.tar.gz
|
/SQLAlchemy-1.2.12.tar.gz
|
||||||
/SQLAlchemy-1.2.16.tar.gz
|
/SQLAlchemy-1.2.16.tar.gz
|
||||||
/SQLAlchemy-1.2.17.tar.gz
|
/SQLAlchemy-1.2.17.tar.gz
|
||||||
|
/SQLAlchemy-1.2.18.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 1.2.17
|
Version: 1.2.18
|
||||||
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
|
||||||
@ -121,6 +121,9 @@ PYTHONPATH=. %{__python3} -m pytest test
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 20 2019 Nils Philippsen <nils@tiptoe.de> - 1.2.18-1
|
||||||
|
- version 1.2.18
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.17-2
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.17-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (SQLAlchemy-1.2.17.tar.gz) = 87c97a8e5cc79e0b0f76820ee88fb72f001b8a707da4a3f52fe334e43d5d9f182d0d638df04d5e92e7587603232071180cc1b29a97788f9d9c57bf14c7af3bd6
|
SHA512 (SQLAlchemy-1.2.18.tar.gz) = a3074e0f7b9a307937f02ad030811413f3c92b7edcc4f1c6eda7c94c1178708f8c920840385a9b33c7952e224fe46dc73223aee00123e863abf6d1d446aebdb2
|
||||||
|
Loading…
Reference in New Issue
Block a user