- Update to 2.5.2, per changes described at:

http://www.psycopg.org/psycopg/articles/2014/01/07/psycopg-252-released
This commit is contained in:
Devrim Gunduz 2014-01-07 18:15:36 +02:00
parent 134073e1b9
commit a199baeba7
3 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/psycopg2-2.5.tar.gz
/psycopg2-2.5.1.tar.gz
/psycopg2-2.5.2.tar.gz

View File

@ -27,8 +27,8 @@
Summary: A PostgreSQL database adapter for Python
Name: python-psycopg2
Version: 2.5.1
Release: 2%{?dist}
Version: 2.5.2
Release: 1%{?dist}
# The exceptions allow linking to OpenSSL and PostgreSQL's libpq
License: LGPLv3+ with exceptions
Group: Applications/Databases
@ -193,6 +193,10 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Jan 7 2014 Devrim Gündüz <devrim@gunduz.org> 2.5.2-1
- Update to 2.5.2, per changes described at:
http://www.psycopg.org/psycopg/articles/2014/01/07/psycopg-252-released
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
1b433f83d50d1bc61e09026e906d84c7 psycopg2-2.5.1.tar.gz
53d81793fbab8fee6e732a0425d50047 psycopg2-2.5.2.tar.gz