SPECS: python-psycopg2.spec - enhanced pl desc

qboosh qboosh at pld-linux.org
Sun Jun 4 01:45:58 CEST 2006


Author: qboosh                       Date: Sat Jun  3 23:45:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- enhanced pl desc

---- Files affected:
SPECS:
   python-psycopg2.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/python-psycopg2.spec
diff -u SPECS/python-psycopg2.spec:1.3 SPECS/python-psycopg2.spec:1.4
--- SPECS/python-psycopg2.spec:1.3	Sat May 27 21:47:22 2006
+++ SPECS/python-psycopg2.spec	Sun Jun  4 01:45:53 2006
@@ -2,8 +2,8 @@
 
 %define 	module	psycopg2
 
-Summary:	psycopg is a PostgreSQL database adapter for Python
-Summary(pl):	psycopg jest przeznaczonym dla Pythona interfejsem do bazy PostgreSQL
+Summary:	psycopg - a PostgreSQL database adapter for Python
+Summary(pl):	psycopg - przeznaczony dla Pythona interfejs do bazy PostgreSQL
 Name:		python-%{module}
 Version:	2.0
 %define		beta	b8
@@ -27,21 +27,29 @@
 
 %description
 psycopg is a PostgreSQL database adapter for the Python programming
-language. This is version 2, a complete rewrite of the original code to
-provide new-style classes for connection and cursor objects and other sweet
-candies. Like the original, psycopg 2 was written with the aim of being
-very small and fast, and stable as a rock.
+language. This is version 2, a complete rewrite of the original code
+to provide new-style classes for connection and cursor objects and
+other sweet candies. Like the original, psycopg 2 was written with the
+aim of being very small and fast, and stable as a rock.
 
 psycopg is different from the other database adapter because it was
-designed for heavily multi-threaded applications that create and destroy
-lots of cursors and make a conspicuous number of concurrent INSERTs or
-UPDATEs. psycopg 2 also provide full asycronous operations for the really
-brave programmer.
+designed for heavily multi-threaded applications that create and
+destroy lots of cursors and make a conspicuous number of concurrent
+INSERTs or UPDATEs. psycopg 2 also provide full asycronous operations
+for the really brave programmer.
 
 %description -l pl
 psycopg jest przeznaczonym dla Pythona interfejsem do bazy danych
-PostgreSQL. To jest wersja 2, napisana zupełnie od nowa, aby udostępnić
-klasy nowego typu dla obiektów połączeń i kursorów oraz inne udogodnienia.
+PostgreSQL. To jest wersja 2, napisana zupełnie od nowa, aby
+udostępnić klasy nowego typu dla obiektów połączeń i kursorów oraz
+inne udogodnienia. Podobnie jak oryginał psycopg 2 został napisany
+tak, aby był bardzo mały i szybki oraz stabilny jak skała.
+
+psycopg różni się od innych interfejsów baz danych, ponieważ został
+zaprojektowany do wielowątkowych aplikacji tworzących i niszczących
+wiele kursorów i wykonujących zauważalną liczbę jednoczesnych operacji
+INSERT i UPDATE. psycopg 2 udostępnia także w pełni asynchroniczne
+operacje dla naprawdę odważnych programistów.
 
 %package -n Zope-%{zope_subname}2
 Summary:	Zope PostgreSQL database adapter
@@ -63,7 +71,6 @@
 %build
 python setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/Zope-%{zope_subname}
@@ -111,6 +118,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/06/03 23:45:53  qboosh
+- enhanced pl desc
+
 Revision 1.3  2006/05/27 19:47:22  jajcus
 - BR: python-mx-DateTime-devel
 
@@ -119,4 +129,3 @@
 
 Revision 1.1  2006/05/27 15:22:36  jajcus
 - new spec, based on python-psycopg.spec
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-psycopg2.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list