<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/setup.cfg, branch testmr</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>Removed support for mxDateTime as the default date and time adapter</title>
<updated>2019-03-16T16:36:49+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-03-16T14:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=432fdd7d32eaa4df94a16fa0bc84abc9a7d95989'/>
<id>432fdd7d32eaa4df94a16fa0bc84abc9a7d95989</id>
<content type='text'>
The use_pydatetime configuration option has been removed. Now, always
default to Python's builtin datetime. mxDatetime support continues to be
available as an alternative to Python's builtin datetime.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The use_pydatetime configuration option has been removed. Now, always
default to Python's builtin datetime. mxDatetime support continues to be
available as an alternative to Python's builtin datetime.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped PSYCOPG_DISPLAY_SIZE build parameter</title>
<updated>2019-01-25T17:31:39+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2019-01-23T14:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=429871897862cb86103208e611562c32fa20d441'/>
<id>429871897862cb86103208e611562c32fa20d441</id>
<content type='text'>
Big and complex _pq_fetch_tuples simplified by moving per-column
calculation to a separate function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Big and complex _pq_fetch_tuples simplified by moving per-column
calculation to a separate function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include license file in the generated wheel package</title>
<updated>2017-11-26T18:42:30+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-11-26T18:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5ddac80cec29de8ab08f124fbace86188b43fdce'/>
<id>5ddac80cec29de8ab08f124fbace86188b43fdce</id>
<content type='text'>
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:

https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:

https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
</pre>
</div>
</content>
</entry>
<entry>
<title>Added empty options in setup.cfg</title>
<updated>2016-12-25T18:46:09+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-07-07T11:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d48d4bab0520d047da1522e12ddaa51702e231d0'/>
<id>d48d4bab0520d047da1522e12ddaa51702e231d0</id>
<content type='text'>
Setuptools removes them from the sdist, see #453
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setuptools removes them from the sdist, see #453
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped HAVE_PQFREEMEM flag</title>
<updated>2014-08-24T00:43:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-08-24T00:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1d729ab40e410bf952edfdbe363163f40fe15072'/>
<id>1d729ab40e410bf952edfdbe363163f40fe15072</id>
<content type='text'>
It was necessary before PG 7.4, in versions which have long been unsupported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was necessary before PG 7.4, in versions which have long been unsupported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped PSYCOPG_NEW_BOOLEAN flag</title>
<updated>2014-08-24T00:25:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-08-24T00:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=68a4308c3dec3fe58ab07fb32ce2bff84a86845e'/>
<id>68a4308c3dec3fe58ab07fb32ce2bff84a86845e</id>
<content type='text'>
Introduced in 2.0 beta 8, 2006 A.D. Went absolutely untouched in 8 years
of refactoring, when Python 2.5 and PostgreSQL 8.1 roamed the earth.

I would say it has stood the test of the time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced in 2.0 beta 8, 2006 A.D. Went absolutely untouched in 8 years
of refactoring, when Python 2.5 and PostgreSQL 8.1 roamed the earth.

I would say it has stood the test of the time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped PSYCOPG_EXTENSIONS flag</title>
<updated>2014-08-23T18:30:48+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-08-23T18:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6e841a41e680f8c1570e97086cf923f923851e98'/>
<id>6e841a41e680f8c1570e97086cf923f923851e98</id>
<content type='text'>
Building without extensions has been long broken and nobody really cares
about a pure-DBAPI implementation (which could be created using a wrapper
instead).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building without extensions has been long broken and nobody really cares
about a pure-DBAPI implementation (which could be created using a wrapper
instead).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix multiple misspellings</title>
<updated>2013-04-26T08:59:40+00:00</updated>
<author>
<name>Piotr Kasprzyk</name>
<email>ciri@ciri.pl</email>
</author>
<published>2013-04-26T08:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2'/>
<id>31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped build dirs entries from setup.cfg</title>
<updated>2012-05-23T10:02:05+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-05-23T10:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=cb6baff8e0f137462be6330c7c0f0f51d4758284'/>
<id>cb6baff8e0f137462be6330c7c0f0f51d4758284</id>
<content type='text'>
They were not used anymore after pg_config had become mandatory to build the
module.  Thanks to Steven Winfield for the report (ticket #109).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were not used anymore after pg_config had become mandatory to build the
module.  Thanks to Steven Winfield for the report (ticket #109).
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up comments in setup.cfg</title>
<updated>2012-02-22T11:59:48+00:00</updated>
<author>
<name>Nate Eagleson</name>
<email>nate@ishness.net</email>
</author>
<published>2012-02-17T05:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1bc73896dc2c949fa29c2b4aed5f0c249083401a'/>
<id>1bc73896dc2c949fa29c2b4aed5f0c249083401a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
