rpms/python-psycopg2/devel .cvsignore, 1.12, 1.13 python-psycopg2.spec, 1.30, 1.31 sources, 1.12, 1.13

Devrim GÜNDÜZ devrim at fedoraproject.org
Tue May 18 05:34:13 UTC 2010


Author: devrim

Update of /cvs/extras/rpms/python-psycopg2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18739

Modified Files:
	.cvsignore python-psycopg2.spec sources 
Log Message:
- Update to 2.2.1
- Improve description for 2.2 features.
- Changelog for 2.2.0 is:
   http://initd.org/pub/software/psycopg/ChangeLog-2.2




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-psycopg2/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	17 Mar 2010 13:03:34 -0000	1.12
+++ .cvsignore	18 May 2010 05:34:12 -0000	1.13
@@ -1 +1 @@
-psycopg2-2.0.14.tar.gz
+psycopg2-2.2.1.tar.gz


Index: python-psycopg2.spec
===================================================================
RCS file: /cvs/extras/rpms/python-psycopg2/devel/python-psycopg2.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- python-psycopg2.spec	17 Mar 2010 13:03:34 -0000	1.30
+++ python-psycopg2.spec	18 May 2010 05:34:12 -0000	1.31
@@ -9,7 +9,7 @@
 
 Summary:	A PostgreSQL database adapter for Python
 Name:		python-psycopg2
-Version:	2.0.14
+Version:	2.2.1
 Release:	1%{?dist}
 Source0:	http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz
 # The exceptions allow linking to OpenSSL and PostgreSQL's libpq
@@ -29,6 +29,15 @@ with the aim of being very small and fas
 main advantages of psycopg are that it supports the full Python
 DBAPI-2.0 and being thread safe at level 2.
 
+This is the first release of the new 2.2 series, supporting not just
+one but two different ways of executing asynchronous queries, thanks to
+Jan and Daniele (with a little help from me and others, but they did
+99% of the work so they deserve their names here in the news.)
+
+psycopg now supports both classic select() loops and "green" coroutine
+libraries. It is all in the documentation, so just point your browser to
+doc/html/advanced.html.
+
 %package doc
 Summary:	Documentation for psycopg python PostgreSQL database adapter
 Group:		Documentation
@@ -92,6 +101,12 @@ rm -rf %{buildroot}
 #%{ZPsycopgDAdir}/icons/*
 
 %changelog
+* Tue May 18 2010 Devrim GUNDUZ <devrim at gunduz.org> - 2.2.1-1
+- Update to 2.2.1
+- Improve description for 2.2 features.
+- Changelog for 2.2.0 is: 
+   http://initd.org/pub/software/psycopg/ChangeLog-2.2
+
 * Wed Mar 17 2010 Devrim GUNDUZ <devrim at gunduz.org> - 2.0.14-1
 - Update to 2.0.14
 - Update license (upstream switched to LGPL3)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-psycopg2/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	17 Mar 2010 13:03:34 -0000	1.12
+++ sources	18 May 2010 05:34:12 -0000	1.13
@@ -1 +1 @@
-30136c7753acc9cbdc36cc5c2448fdee  psycopg2-2.0.14.tar.gz
+70b50773aefe5fb371ff4a018382012f  psycopg2-2.2.1.tar.gz



More information about the scm-commits mailing list