Update to 1.0.5. Fixes bug #1229067
This commit is contained in:
parent
88b9cd4911
commit
b23c69d255
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-1.0.2.tar.gz
|
/SQLAlchemy-1.0.2.tar.gz
|
||||||
/SQLAlchemy-1.0.3.tar.gz
|
/SQLAlchemy-1.0.3.tar.gz
|
||||||
/SQLAlchemy-1.0.4.tar.gz
|
/SQLAlchemy-1.0.4.tar.gz
|
||||||
|
/SQLAlchemy-1.0.5.tar.gz
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
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
|
||||||
|
* Sun Jun 07 2015 Kevin Fenzi <kevin@scrye.com> 1.0.4-1
|
||||||
|
- Update to 1.0.5. Fixes bug #1229067
|
||||||
|
|
||||||
* Fri May 08 2015 Nils Philippsen <nils@redhat.com> 1.0.4-1
|
* Fri May 08 2015 Nils Philippsen <nils@redhat.com> 1.0.4-1
|
||||||
- version 1.0.4, upstream bugfix release
|
- version 1.0.4, upstream bugfix release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user