<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/scripts, branch connection-info</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>Merge branch 'master' into https</title>
<updated>2018-10-10T21:07:33+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-10-10T21:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9148157697f189bb349c851eb92079ea380dacd9'/>
<id>9148157697f189bb349c851eb92079ea380dacd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace deprecated optparse usage with argparse</title>
<updated>2018-10-10T12:15:57+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-10-10T12:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=488818eeb62756cd8e22114dbca9851bd3e55e53'/>
<id>488818eeb62756cd8e22114dbca9851bd3e55e53</id>
<content type='text'>
Per https://docs.python.org/3/library/optparse.html

&gt; Deprecated since version 3.2: The optparse module is deprecated and
&gt; will not be developed further; development will continue with the
&gt; argparse module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per https://docs.python.org/3/library/optparse.html

&gt; Deprecated since version 3.2: The optparse module is deprecated and
&gt; will not be developed further; development will continue with the
&gt; argparse module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer https:// URLs when available</title>
<updated>2018-09-23T02:02:33+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-23T01:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b07e34e0b892283b7b2bcb88e473806dff67dce0'/>
<id>b07e34e0b892283b7b2bcb88e473806dff67dce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider PG 9.3 a thing of the past.</title>
<updated>2018-07-13T18:11:56+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-07-13T18:09:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a8b9c9971ea18d7581a8aba8cb3b5f336b33672b'/>
<id>a8b9c9971ea18d7581a8aba8cb3b5f336b33672b</id>
<content type='text'>
Wow, it seems yesterday...

Previosly archived as a "past" version only in the prepare script. Test
script consistent now.

[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wow, it seems yesterday...

Previosly archived as a "past" version only in the prepare script. Test
script consistent now.

[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetch the correct testing postgres packages on xenial</title>
<updated>2018-07-13T17:25:07+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-07-13T17:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=82f52db9b3cc363cd80b4757d0073e8b5e95f770'/>
<id>82f52db9b3cc363cd80b4757d0073e8b5e95f770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add testing and document support for Python 3.7</title>
<updated>2018-07-13T01:07:25+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-06-28T13:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=61e644049fb5fea153d7da944bc0f33b7f169b0f'/>
<id>61e644049fb5fea153d7da944bc0f33b7f169b0f</id>
<content type='text'>
Python 3.7 was released on June 27, 2018.

https://docs.python.org/3/whatsnew/3.7.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.7 was released on June 27, 2018.

https://docs.python.org/3/whatsnew/3.7.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Note the upgrade in wheel dependencies in NEWS file</title>
<updated>2018-05-23T20:51:49+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-23T20:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6becf0ef550e8eb0c241c3835b1466eef37b1784'/>
<id>6becf0ef550e8eb0c241c3835b1466eef37b1784</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 drop-2to3</title>
<updated>2018-05-20T22:56:29+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-20T22:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e8a831dda2decd26f57bb227948da8af9237fb89'/>
<id>e8a831dda2decd26f57bb227948da8af9237fb89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test databases from newest to oldest</title>
<updated>2018-05-18T11:16:03+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-14T01:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=eb570488a40ce67fb1df3ed548bda1c57d585084'/>
<id>eb570488a40ce67fb1df3ed548bda1c57d585084</id>
<content type='text'>
This way we can spot when a feature was not supported yet by the first
test failing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can spot when a feature was not supported yet by the first
test failing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build using OpenSSL 1.0.2n</title>
<updated>2018-01-29T03:27:08+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-29T01:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=957fd79a272d718be8f23824e04409aa1fb4ee1e'/>
<id>957fd79a272d718be8f23824e04409aa1fb4ee1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
