Update to 1.1.2. Fixes bug #1385990
This commit is contained in:
parent
696c5c9512
commit
7a00191e06
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-1.0.14.tar.gz
|
/SQLAlchemy-1.0.14.tar.gz
|
||||||
/SQLAlchemy-1.1.0.tar.gz
|
/SQLAlchemy-1.1.0.tar.gz
|
||||||
/SQLAlchemy-1.1.1.tar.gz
|
/SQLAlchemy-1.1.1.tar.gz
|
||||||
|
/SQLAlchemy-1.1.2.tar.gz
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Modular and flexible ORM library for python
|
Summary: Modular and flexible ORM library for python
|
||||||
|
|
||||||
@ -125,6 +125,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 18 2016 Kevin Fenzi <kevin@scrye.com> - 1.1.2-1
|
||||||
|
- Update to 1.1.2. Fixes bug #1385990
|
||||||
|
|
||||||
* Mon Oct 10 2016 Nils Philippsen <nils@redhat.com> - 1.1.1-1
|
* Mon Oct 10 2016 Nils Philippsen <nils@redhat.com> - 1.1.1-1
|
||||||
- version 1.1.1
|
- version 1.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user