version 0.9.2, upstream feature and bugfix release
This commit is contained in:
parent
7cbc48fa22
commit
a15060b8ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-0.8.3.tar.gz
|
/SQLAlchemy-0.8.3.tar.gz
|
||||||
/SQLAlchemy-0.8.4.tar.gz
|
/SQLAlchemy-0.8.4.tar.gz
|
||||||
/SQLAlchemy-0.9.1.tar.gz
|
/SQLAlchemy-0.9.1.tar.gz
|
||||||
|
/SQLAlchemy-0.9.2.tar.gz
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 0.9.1
|
Version: 0.9.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Modular and flexible ORM library for python
|
Summary: Modular and flexible ORM library for python
|
||||||
|
|
||||||
@ -123,6 +123,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 05 2014 Nils Philippsen <nils@redhat.com> - 0.9.2-1
|
||||||
|
- version 0.9.2, upstream feature and bugfix release
|
||||||
|
|
||||||
* Tue Jan 07 2014 Nils Philippsen <nils@redhat.com> - 0.9.1-1
|
* Tue Jan 07 2014 Nils Philippsen <nils@redhat.com> - 0.9.1-1
|
||||||
- version 0.9.1, upstream feature and bugfix release
|
- version 0.9.1, upstream feature and bugfix release
|
||||||
- no need to use 2to3 for python 3.x anymore
|
- no need to use 2to3 for python 3.x anymore
|
||||||
|
Loading…
Reference in New Issue
Block a user