Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11034567
D2441.id6425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
18 KB
Referenced Files
None
Subscribers
None
D2441.id6425.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,4 +1,5 @@
libc.so.6
+libm.so.6
libpq.so.5
libpthread.so.0
libpython2.7.so.1.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,12 +1,11 @@
name : psycopg2
-version : 2.6.2
-release : 2
+version : 2.7.4
+release : 3
source :
- - http://initd.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-2.6.2.tar.gz : 70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c
+ - http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.4.tar.gz : 8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209
license : LGPL-3.0
component : programming.python
-summary : Psycopg is the most popular PostgreSQL adapter for the Python programming
- language.
+summary : Psycopg is the most popular PostgreSQL adapter for the Python programming language
description: |
Psycopg is the most popular PostgreSQL adapter for the Python programming language.
At its core it fully implements the Python DB API 2.0 specifications.
@@ -21,3 +20,4 @@
install : |
%python_install
%python3_install
+
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,12 +2,12 @@
<Source>
<Name>psycopg2</Name>
<Packager>
- <Name>Peter O'Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>LGPL-3.0</License>
<PartOf>programming.python</PartOf>
- <Summary xml:lang="en">Psycopg is the most popular PostgreSQL adapter for the Python programming language.</Summary>
+ <Summary xml:lang="en">Psycopg is the most popular PostgreSQL adapter for the Python programming language</Summary>
<Description xml:lang="en">Psycopg is the most popular PostgreSQL adapter for the Python programming language.
At its core it fully implements the Python DB API 2.0 specifications.
Several extensions allow access to many of the features offered by PostgreSQL.
@@ -16,19 +16,21 @@
</Source>
<Package>
<Name>psycopg2</Name>
- <Summary xml:lang="en">Psycopg is the most popular PostgreSQL adapter for the Python programming language.</Summary>
+ <Summary xml:lang="en">Psycopg is the most popular PostgreSQL adapter for the Python programming language</Summary>
<Description xml:lang="en">Psycopg is the most popular PostgreSQL adapter for the Python programming language.
At its core it fully implements the Python DB API 2.0 specifications.
Several extensions allow access to many of the features offered by PostgreSQL.
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2-2.6.2-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2-2.6.2-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2-2.6.2-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2-2.6.2-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2-2.7.4-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2-2.7.4-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2-2.7.4-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2-2.7.4-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/_ipaddress.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/_ipaddress.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/_json.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/_json.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/_psycopg.so</Path>
@@ -44,6 +46,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/pool.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/psycopg1.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/psycopg1.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/sql.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/sql.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/dbapi20.py</Path>
@@ -52,6 +56,8 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/dbapi20_tpc.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_async.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_async.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_async_keyword.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_async_keyword.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_bugX000.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_bugX000.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_bug_gc.py</Path>
@@ -70,8 +76,12 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_errcodes.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_extras_dictcursor.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_extras_dictcursor.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_fast_executemany.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_fast_executemany.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_green.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_green.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_ipaddress.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_ipaddress.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_lobject.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_lobject.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_module.py</Path>
@@ -82,6 +92,10 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_psycopg2_dbapi20.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_quote.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_quote.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_replication.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_replication.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_sql.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_sql.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_transaction.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_transaction.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/test_types_basic.py</Path>
@@ -96,12 +110,13 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tests/testutils.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tz.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/psycopg2/tz.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2-2.6.2-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2-2.6.2-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2-2.6.2-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2-2.6.2-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2-2.7.4-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2-2.7.4-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2-2.7.4-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2-2.7.4-py3.6.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/_ipaddress.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/_json.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/_range.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/errorcodes.cpython-36.pyc</Path>
@@ -109,7 +124,9 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/extras.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/pool.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/psycopg1.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/sql.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/__pycache__/tz.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/_ipaddress.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/_json.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/_psycopg.cpython-36m-x86_64-linux-gnu.so</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/_range.py</Path>
@@ -118,11 +135,13 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/extras.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/pool.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/psycopg1.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/sql.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/dbapi20.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/dbapi20_tpc.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_async.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_async_keyword.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_bugX000.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_bug_gc.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_cancel.cpython-36.pyc</Path>
@@ -132,12 +151,16 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_dates.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_errcodes.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_extras_dictcursor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_fast_executemany.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_green.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_ipaddress.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_lobject.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_module.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_notify.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_psycopg2_dbapi20.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_quote.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_replication.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_sql.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_transaction.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_types_basic.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/__pycache__/test_types_extras.cpython-36.pyc</Path>
@@ -147,6 +170,7 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/dbapi20.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/dbapi20_tpc.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_async.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_async_keyword.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_bugX000.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_bug_gc.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_cancel.py</Path>
@@ -156,12 +180,16 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_dates.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_errcodes.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_extras_dictcursor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_fast_executemany.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_green.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_ipaddress.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_lobject.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_module.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_notify.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_psycopg2_dbapi20.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_quote.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_replication.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_sql.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_transaction.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_types_basic.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/psycopg2/tests/test_types_extras.py</Path>
@@ -172,12 +200,12 @@
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2018-01-30</Date>
- <Version>2.6.2</Version>
+ <Update release="3">
+ <Date>2018-03-05</Date>
+ <Version>2.7.4</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O'Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 4:56 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5828089
Default Alt Text
D2441.id6425.diff (18 KB)
Attached To
Mode
D2441: Update psycopg2 to 2.7.4
Attached
Detach File
Event Timeline
Log In to Comment