[python-psycopg2] Update to 2.6, per changes described at: http://www.psycopg.org/psycopg/articles/2015/02/09/psycop

Devrim GÜNDÜZ devrim at fedoraproject.org
Mon Feb 9 11:00:09 UTC 2015


commit 670ad5dcc041b7aa40c3bf53d64f2f2c7b2c3c5f
Author: Devrim Gündüz <devrim at gunduz.org>
Date:   Mon Feb 9 12:59:51 2015 +0200

    Update to 2.6, per changes described at:
      http://www.psycopg.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/

 .gitignore           |    2 +-
 python-psycopg2.spec |    8 ++++++--
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a03474c..dfb29f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/psycopg2-2.5.4.tar.gz
+/psycopg2-2.6.tar.gz
diff --git a/python-psycopg2.spec b/python-psycopg2.spec
index 15f0724..739561f 100644
--- a/python-psycopg2.spec
+++ b/python-psycopg2.spec
@@ -27,14 +27,14 @@
 
 Summary:	A PostgreSQL database adapter for Python
 Name:		python-psycopg2
-Version:	2.5.4
+Version:	2.6
 Release:	1%{?dist}
 # The exceptions allow linking to OpenSSL and PostgreSQL's libpq
 License:	LGPLv3+ with exceptions
 Group:		Applications/Databases
 Url:		http://www.psycopg.org/psycopg/
 
-Source0:	http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-%{version}.tar.gz
+Source0:	http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-%{version}.tar.gz
 
 BuildRequires:	postgresql-devel
 BuildRequires:	python-devel
@@ -193,6 +193,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Feb 9 2015 Devrim Gündüz <devrim at gunduz.org> 2.6-1
+- Update to 2.6, per changes described at:
+  http://www.psycopg.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/
+
 * Tue Jan 13 2015 Devrim Gündüz <devrim at gunduz.org> 2.5.4-1
 - Update to 2.5.4, per changes described at:
   http://www.psycopg.org/psycopg/articles/2014/08/30/psycopg-254-released
diff --git a/sources b/sources
index 905f24a..b1a8e38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25216543a707eb33fd83aa8efb6e3f26  psycopg2-2.5.4.tar.gz
+fbbb039a8765d561a1c04969bbae7c74  psycopg2-2.6.tar.gz


More information about the scm-commits mailing list