<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib, branch strip-macos</title>
<subtitle>github.com: psycopg/psycopg2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/'/>
<entry>
<title>errorcodes map and errors classes updated to PostgreSQL 14.</title>
<updated>2021-11-11T19:08:39+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-11-11T19:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7dd193a7f7f20e3197fdd5e1ff91b1595f1c9214'/>
<id>7dd193a7f7f20e3197fdd5e1ff91b1595f1c9214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix representation of sql.Placeholder</title>
<updated>2021-06-16T23:28:14+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-16T23:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b241def64bdc9ac350ecae4b665d9eec11a48229'/>
<id>b241def64bdc9ac350ecae4b665d9eec11a48229</id>
<content type='text'>
Fix also Placeholder tests, including an error which made an assert
always true, which made us miss the regression in #1291.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix also Placeholder tests, including an error which made an assert
always true, which made us miss the regression in #1291.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression with named `sql.Placeholder`</title>
<updated>2021-06-16T22:56:05+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-16T22:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dd2ff2af56b99d69d508fa6169be4011283593e2'/>
<id>dd2ff2af56b99d69d508fa6169be4011283593e2</id>
<content type='text'>
Close #1291.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #1291.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year updated to 2021</title>
<updated>2021-06-14T23:37:22+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-14T23:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1'/>
<id>1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1</id>
<content type='text'>
ag -l Copyright | xargs sed -i \
    "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ag -l Copyright | xargs sed -i \
    "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate the psycopg2.tz module</title>
<updated>2021-06-14T23:22:54+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-14T23:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1d3d5e905fd5da01a3e98afac006d91e31adb69e'/>
<id>1d3d5e905fd5da01a3e98afac006d91e31adb69e</id>
<content type='text'>
Don't use its objects anymore in the tests (except for the tests for the
objects themselves).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use its objects anymore in the tests (except for the tests for the
objects themselves).
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for mx.DateTime objects</title>
<updated>2021-06-14T22:05:48+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-14T22:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=2eac70786e7034888e43a316f05a39e6063253b6'/>
<id>2eac70786e7034888e43a316f05a39e6063253b6</id>
<content type='text'>
They are Python 2 only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are Python 2 only.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle correctly timestamps with fractions of minute in the timezone offset</title>
<updated>2021-06-14T21:25:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-06-14T21:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=476a969bd83d94ea80ebce81a6fbb6abc3b9029f'/>
<id>476a969bd83d94ea80ebce81a6fbb6abc3b9029f</id>
<content type='text'>
Close #1272.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #1272.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2021-05-22T12:30:11+00:00</updated>
<author>
<name>Yusuke Hayashi</name>
<email>yusuke8h@gmail.com</email>
</author>
<published>2021-05-22T03:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=fed22d39e90bef80918c6c4b5c30bad952d7a1bd'/>
<id>fed22d39e90bef80918c6c4b5c30bad952d7a1bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbreak f-string wrong replacements</title>
<updated>2021-05-20T14:49:05+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-05-20T14:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=3db4abcfa43cca5f729fac6bdbd68845f519395e'/>
<id>3db4abcfa43cca5f729fac6bdbd68845f519395e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into rm-2.7</title>
<updated>2021-05-20T14:36:55+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2021-05-20T14:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=8f40c648aff0874ae0311a35b6751ea8fd1aed5c'/>
<id>8f40c648aff0874ae0311a35b6751ea8fd1aed5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
