Title: [940] trunk: Prepare for version 5.0.6

Diff

Modified: branches/5.0.x/docs/about.txt (939 => 940)


--- branches/5.0.x/docs/about.txt	2018-05-23 17:36:31 UTC (rev 939)
+++ branches/5.0.x/docs/about.txt	2018-07-08 14:48:06 UTC (rev 940)
@@ -36,7 +36,7 @@
 D'Arcy ([email protected]) renamed it to PyGreSQL starting with
 version 2.0 and serves as the "BDFL" of PyGreSQL.
 
-The current version PyGreSQL 5.0.5 needs PostgreSQL 9.0 to 9.6 or 10, and
-Python 2.6, 2.7 or 3.3 to 3.6. If you need to support older PostgreSQL versions
+The current version PyGreSQL 5.0.6 needs PostgreSQL 9.0 to 9.6 or 10, and
+Python 2.6, 2.7 or 3.3 to 3.7. If you need to support older PostgreSQL versions
 or older Python 2.x versions, you can resort to the PyGreSQL 4.x versions that
 still support them.

Modified: branches/5.0.x/docs/announce.rst (939 => 940)


--- branches/5.0.x/docs/announce.rst	2018-05-23 17:36:31 UTC (rev 939)
+++ branches/5.0.x/docs/announce.rst	2018-07-08 14:48:06 UTC (rev 940)
@@ -3,12 +3,12 @@
 ======================
 
 ---------------------------------
-Release of PyGreSQL version 5.0.5
+Release of PyGreSQL version 5.0.6
 ---------------------------------
 
-Release 5.0.5 of PyGreSQL.
+Release 5.0.6 of PyGreSQL.
 
-It is available at: http://pygresql.org/files/PyGreSQL-5.0.5.tar.gz.
+It is available at: http://pygresql.org/files/PyGreSQL-5.0.6.tar.gz.
 
 If you are running NetBSD, look in the packages directory under databases.
 There is also a package in the FreeBSD ports collection.
@@ -26,7 +26,7 @@
  - Ubuntu
  - Windows 7 and 10 with both MinGW and Visual Studio
  - PostgreSQL 9.0 to 9.6 and 10 (32 and 64bit)
- - Python 2.6, 2.7 and 3.3 to 3.6 (32 and 64bit)
+ - Python 2.6, 2.7 and 3.3 to 3.7 (32 and 64bit)
 
 | D'Arcy J.M. Cain
 | [email protected]

Modified: branches/5.0.x/docs/conf.py (939 => 940)


--- branches/5.0.x/docs/conf.py	2018-05-23 17:36:31 UTC (rev 939)
+++ branches/5.0.x/docs/conf.py	2018-07-08 14:48:06 UTC (rev 940)
@@ -70,7 +70,7 @@
 # The short X.Y version.
 version = '5.0'
 # The full version, including alpha/beta/rc tags.
-release = '5.0.5'
+release = '5.0.6'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: branches/5.0.x/docs/contents/changelog.rst (939 => 940)


--- branches/5.0.x/docs/contents/changelog.rst	2018-05-23 17:36:31 UTC (rev 939)
+++ branches/5.0.x/docs/contents/changelog.rst	2018-07-08 14:48:06 UTC (rev 940)
@@ -1,8 +1,13 @@
 ChangeLog
 =========
 
-Version 5.0.5 (to be released)
-------------------------------
+Vesion 5.0.6 (to be released)
+-----------------------------
+- This version officially supports the new Python 3.7.
+- Correct trove classifier for the PostgreSQL License.
+
+Version 5.0.5 (2018-04-25)
+--------------------------
 - This version officially supports the new PostgreSQL 10.
 - The memory for the string with the number of rows affected by a classic pg
   module query() was already freed (bug report and fix by Peifeng Qiu).

Modified: branches/5.0.x/docs/contents/install.rst (939 => 940)


--- branches/5.0.x/docs/contents/install.rst	2018-05-23 17:36:31 UTC (rev 939)
+++ branches/5.0.x/docs/contents/install.rst	2018-07-08 14:48:06 UTC (rev 940)
@@ -11,7 +11,7 @@
 ``PATH`` environment variable.
 
 The current version of PyGreSQL has been tested with Python versions
-2.6, 2.7 and 3.3 to 3.6, and PostGreSQL versions 9.0 to 9.6 and 10.
+2.6, 2.7 and 3.3 to 3.7, and PostGreSQL versions 9.0 to 9.6 and 10.
 
 PyGreSQL will be installed as three modules, a dynamic module called
 _pg.pyd, and two pure Python wrapper modules called pg.py and pgdb.py.

Modified: branches/5.0.x/docs/download/download.rst (939 => 940)


--- branches/5.0.x/docs/download/download.rst	2018-05-23 17:36:31 UTC (rev 939)
+++ branches/5.0.x/docs/download/download.rst	2018-07-08 14:48:06 UTC (rev 940)
@@ -17,11 +17,12 @@
 An **openSUSE package** is available through their build service at
   * https://software.opensuse.org/package/PyGreSQL?search_term=pygresql
 A **Win32 installer** for various Python versions is available at
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py2.6.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py2.7.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py3.4.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py3.5.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py3.6.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py2.6.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py2.7.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py3.4.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py3.5.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py3.6.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py3.7.exe
 
 Older PyGreSQL versions
 -----------------------

Modified: branches/5.0.x/mktar (939 => 940)


--- branches/5.0.x/mktar	2018-05-23 17:36:31 UTC (rev 939)
+++ branches/5.0.x/mktar	2018-07-08 14:48:06 UTC (rev 940)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-VERSION=5.0.5
+VERSION=5.0.6
 DISTDIR=/u/WEB/pyg/files
 
 # some safety tests

Modified: branches/5.0.x/setup.py (939 => 940)


--- branches/5.0.x/setup.py	2018-05-23 17:36:31 UTC (rev 939)
+++ branches/5.0.x/setup.py	2018-07-08 14:48:06 UTC (rev 940)
@@ -1,7 +1,7 @@
 #! /usr/bin/python
 # $Id$
 
-"""Setup script for PyGreSQL version 5.0.5
+"""Setup script for PyGreSQL version 5.0.6
 
 PyGreSQL is an open-source Python module that interfaces to a
 PostgreSQL database. It embeds the PostgreSQL query library to allow
@@ -21,7 +21,7 @@
 * PostgreSQL pg_config tool (usually included in the devel package)
   (the Windows installer has it as part of the database server feature)
 
-PyGreSQL currently supports Python versions 2.6, 2.7 and 3.3 to 3.6,
+PyGreSQL currently supports Python versions 2.6, 2.7 and 3.3 to 3.7,
 and PostgreSQL versions 9.0 to 9.6 and 10.
 
 Use as follows:
@@ -33,7 +33,7 @@
 
 """
 
-version = '5.0.5'
+version = '5.0.6'
 
 
 import sys
@@ -205,6 +205,7 @@
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
         "Programming Language :: SQL",
         "Topic :: Database",
         "Topic :: Database :: Front-Ends",

Modified: branches/5.0.x/tox.ini (939 => 940)


--- branches/5.0.x/tox.ini	2018-05-23 17:36:31 UTC (rev 939)
+++ branches/5.0.x/tox.ini	2018-07-08 14:48:06 UTC (rev 940)
@@ -1,7 +1,7 @@
-# config file for tox 2.0
+# config file for tox 2
 
 [tox]
-envlist = py{26,27,33,34,35,36}
+envlist = py{26,27,33,34,35,36,37}
 
 [testenv]
 deps =
@@ -8,4 +8,4 @@
     py26: unittest2
 commands =
     py26: unit2 discover []
-    py{27,33,34,35,36}: python -m unittest discover []
+    py{27,33,34,35,36,37}: python -m unittest discover []

Modified: trunk/docs/about.txt (939 => 940)


--- trunk/docs/about.txt	2018-05-23 17:36:31 UTC (rev 939)
+++ trunk/docs/about.txt	2018-07-08 14:48:06 UTC (rev 940)
@@ -36,7 +36,7 @@
 D'Arcy ([email protected]) renamed it to PyGreSQL starting with
 version 2.0 and serves as the "BDFL" of PyGreSQL.
 
-The current version PyGreSQL 5.0.5 needs PostgreSQL 9.0 to 9.6 or 10, and
-Python 2.6, 2.7 or 3.3 to 3.6. If you need to support older PostgreSQL versions
+The current version PyGreSQL 5.0.6 needs PostgreSQL 9.0 to 9.6 or 10, and
+Python 2.6, 2.7 or 3.3 to 3.7. If you need to support older PostgreSQL versions
 or older Python 2.x versions, you can resort to the PyGreSQL 4.x versions that
 still support them.

Modified: trunk/docs/announce.rst (939 => 940)


--- trunk/docs/announce.rst	2018-05-23 17:36:31 UTC (rev 939)
+++ trunk/docs/announce.rst	2018-07-08 14:48:06 UTC (rev 940)
@@ -3,12 +3,12 @@
 ======================
 
 ---------------------------------
-Release of PyGreSQL version 5.0.5
+Release of PyGreSQL version 5.0.6
 ---------------------------------
 
-Release 5.0.5 of PyGreSQL.
+Release 5.0.6 of PyGreSQL.
 
-It is available at: http://pygresql.org/files/PyGreSQL-5.0.5.tar.gz.
+It is available at: http://pygresql.org/files/PyGreSQL-5.0.6.tar.gz.
 
 If you are running NetBSD, look in the packages directory under databases.
 There is also a package in the FreeBSD ports collection.
@@ -26,7 +26,7 @@
  - Ubuntu
  - Windows 7 and 10 with both MinGW and Visual Studio
  - PostgreSQL 9.0 to 9.6 and 10 (32 and 64bit)
- - Python 2.6, 2.7 and 3.3 to 3.6 (32 and 64bit)
+ - Python 2.6, 2.7 and 3.3 to 3.7 (32 and 64bit)
 
 | D'Arcy J.M. Cain
 | [email protected]

Modified: trunk/docs/conf.py (939 => 940)


--- trunk/docs/conf.py	2018-05-23 17:36:31 UTC (rev 939)
+++ trunk/docs/conf.py	2018-07-08 14:48:06 UTC (rev 940)
@@ -70,7 +70,7 @@
 # The short X.Y version.
 version = '5.0'
 # The full version, including alpha/beta/rc tags.
-release = '5.0.5'
+release = '5.0.6'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: trunk/docs/contents/changelog.rst (939 => 940)


--- trunk/docs/contents/changelog.rst	2018-05-23 17:36:31 UTC (rev 939)
+++ trunk/docs/contents/changelog.rst	2018-07-08 14:48:06 UTC (rev 940)
@@ -1,8 +1,13 @@
 ChangeLog
 =========
 
+Vesion 5.0.6 (to be released)
+-----------------------------
+- This version officially supports the new Python 3.7.
+- Correct trove classifier for the PostgreSQL License.
+
 Version 5.0.5 (2018-04-25)
-------------------------------
+--------------------------
 - This version officially supports the new PostgreSQL 10.
 - The memory for the string with the number of rows affected by a classic pg
   module query() was already freed (bug report and fix by Peifeng Qiu).

Modified: trunk/docs/contents/install.rst (939 => 940)


--- trunk/docs/contents/install.rst	2018-05-23 17:36:31 UTC (rev 939)
+++ trunk/docs/contents/install.rst	2018-07-08 14:48:06 UTC (rev 940)
@@ -11,7 +11,7 @@
 ``PATH`` environment variable.
 
 The current version of PyGreSQL has been tested with Python versions
-2.6, 2.7 and 3.3 to 3.6, and PostGreSQL versions 9.0 to 9.6 and 10.
+2.6, 2.7 and 3.3 to 3.7, and PostGreSQL versions 9.0 to 9.6 and 10.
 
 PyGreSQL will be installed as three modules, a dynamic module called
 _pg.pyd, and two pure Python wrapper modules called pg.py and pgdb.py.

Modified: trunk/docs/download/download.rst (939 => 940)


--- trunk/docs/download/download.rst	2018-05-23 17:36:31 UTC (rev 939)
+++ trunk/docs/download/download.rst	2018-07-08 14:48:06 UTC (rev 940)
@@ -17,11 +17,12 @@
 An **openSUSE package** is available through their build service at
   * https://software.opensuse.org/package/PyGreSQL?search_term=pygresql
 A **Win32 installer** for various Python versions is available at
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py2.6.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py2.7.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py3.4.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py3.5.exe
-  * http://pygresql.org/files/PyGreSQL-5.0.5.win-amd64-py3.6.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py2.6.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py2.7.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py3.4.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py3.5.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py3.6.exe
+  * http://pygresql.org/files/PyGreSQL-5.0.6.win-amd64-py3.7.exe
 
 Older PyGreSQL versions
 -----------------------

Modified: trunk/mktar (939 => 940)


--- trunk/mktar	2018-05-23 17:36:31 UTC (rev 939)
+++ trunk/mktar	2018-07-08 14:48:06 UTC (rev 940)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-VERSION=5.0.5
+VERSION=5.0.6
 DISTDIR=/u/WEB/pyg/files
 
 # some safety tests

Modified: trunk/setup.py (939 => 940)


--- trunk/setup.py	2018-05-23 17:36:31 UTC (rev 939)
+++ trunk/setup.py	2018-07-08 14:48:06 UTC (rev 940)
@@ -1,7 +1,7 @@
 #! /usr/bin/python
 # $Id$
 
-"""Setup script for PyGreSQL version 5.0.5
+"""Setup script for PyGreSQL version 5.0.6
 
 PyGreSQL is an open-source Python module that interfaces to a
 PostgreSQL database. It embeds the PostgreSQL query library to allow
@@ -21,7 +21,7 @@
 * PostgreSQL pg_config tool (usually included in the devel package)
   (the Windows installer has it as part of the database server feature)
 
-PyGreSQL currently supports Python versions 2.6, 2.7 and 3.3 to 3.6,
+PyGreSQL currently supports Python versions 2.6, 2.7 and 3.3 to 3.7,
 and PostgreSQL versions 9.0 to 9.6 and 10.
 
 Use as follows:
@@ -33,7 +33,7 @@
 
 """
 
-version = '5.0.5'
+version = '5.0.6'
 
 
 import sys
@@ -205,6 +205,7 @@
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
         "Programming Language :: SQL",
         "Topic :: Database",
         "Topic :: Database :: Front-Ends",

Modified: trunk/tox.ini (939 => 940)


--- trunk/tox.ini	2018-05-23 17:36:31 UTC (rev 939)
+++ trunk/tox.ini	2018-07-08 14:48:06 UTC (rev 940)
@@ -1,7 +1,7 @@
-# config file for tox 2.0
+# config file for tox 2
 
 [tox]
-envlist = py{26,27,33,34,35,36}
+envlist = py{26,27,33,34,35,36,37}
 
 [testenv]
 deps =
@@ -8,4 +8,4 @@
     py26: unittest2
 commands =
     py26: unit2 discover []
-    py{27,33,34,35,36}: python -m unittest discover []
+    py{27,33,34,35,36,37}: python -m unittest discover []
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to