python3-psygcopg2:ver bump

This commit is contained in:
blue-devil
2020-04-08 00:40:45 +03:00
parent 7dbefbc969
commit 3143dec1cc
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>PostgreSQL database adapter for the Python programming language.</Summary>
<Description>Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection).</Description>
<Archive sha1sum="735129ea4d1c937bcfde6e3f75024bbdc3820565" type="targz">https://github.com/psycopg/psycopg2/archive/2_8_4.tar.gz</Archive>
<Archive sha1sum="435b16c274ba635db2ba281ccece34a8645af993" type="targz">https://github.com/psycopg/psycopg2/archive/2_8_5.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>postgresql-lib</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-04-07</Date>
<Version>2.8.5</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-20</Date>
<Version>2.8.4</Version>