This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via dffe5e97678ecf0e5f9d71aa141026f34ce151cc (commit)
via b2b8dcffb2123e1cdffd87602e8a533321db23e2 (commit)
via c3f99e59301513e39f53b4e1b2b3c8c30e18ad78 (commit)
from 113a4505fa59ef69672fc8c250fa7821151b41cc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/dffe5e97678ecf0e5f9d71aa141026f34ce151cc
commit dffe5e97678ecf0e5f9d71aa141026f34ce151cc
Author: Oleg Broytman <ph...@ph...>
Date: Wed May 1 18:50:47 2019 +0300
Release 3.7.2
diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst
index 84b0dcb..6ab1d9a 100644
--- a/ANNOUNCE.rst
+++ b/ANNOUNCE.rst
@@ -1,28 +1,20 @@
Hello!
-I'm pleased to announce version 3.8.0a1, the first alpha of the upcoming
-release of branch 3.8 of SQLObject.
-
-I'm pleased to announce version 3.8.0a2, the second alpha of the upcoming
-release of branch 3.8 of SQLObject.
-
-I'm pleased to announce version 3.8.0b1, the first beta of the upcoming
-release of branch 3.8 of SQLObject.
-
-I'm pleased to announce version 3.8.0rc1, the first release candidate
-of the upcoming release of branch 3.8 of SQLObject.
-
-I'm pleased to announce version 3.8.0, the first stable release of branch
-3.8 of SQLObject.
-
-I'm pleased to announce version 3.8.1, the first bugfix release of branch
-3.8 of SQLObject.
+I'm pleased to announce version 3.7.2, the second bugfix release of branch
+3.7 of SQLObject.
What's new in SQLObject
=======================
-Contributors for this release are
+Minor features
+--------------
+
+* Adapt Postgres exception handling to ``psycopg2`` version ``2.8``:
+ in the recent ``psycopg2`` errors are in ``psycopg2.errors`` module.
+
+* Removed RdbhostConnection: David Keeney and rdbhost seem to be unavailable
+ since 2017.
For a more complete list, please see the news:
http://sqlobject.org/News.html
@@ -54,7 +46,7 @@ Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
Download:
-https://pypi.org/project/SQLObject/3.8.0a0.dev20190202/
+https://pypi.org/project/SQLObject/3.7.2
News and changes:
http://sqlobject.org/News.html
diff --git a/README.rst b/README.rst
index 92962cf..5221338 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-SQLObject 3.8.0
+SQLObject 3.7.2
===============
Thanks for looking at SQLObject. SQLObject is an object-relational
diff --git a/devscripts/build-all-docs b/devscripts/build-all-docs
index 746018a..bcb5c7c 100755
--- a/devscripts/build-all-docs
+++ b/devscripts/build-all-docs
@@ -10,7 +10,7 @@ cd "`dirname \"$0\"`" &&
PROG_DIR="`pwd`" &&
cd .. &&
-build_docs 3.7.1 &&
+build_docs 3.7.2 &&
build_docs master devel &&
rm -rf docs/html &&
diff --git a/docs/News.rst b/docs/News.rst
index af4ce64..dce568e 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -5,8 +5,10 @@ News
.. contents:: Contents:
:backlinks: none
-SQLObject (master)
-==================
+SQLObject 3.7.2
+===============
+
+Released 1 May 2019.
Minor features
--------------
diff --git a/sqlobject/__version__.py b/sqlobject/__version__.py
index 6e6740f..52a8048 100644
--- a/sqlobject/__version__.py
+++ b/sqlobject/__version__.py
@@ -1,8 +1,8 @@
-version = '3.7.1'
+version = '3.7.2'
major = 3
minor = 7
-micro = 1
+micro = 2
release_level = 'final'
serial = 0
version_info = (major, minor, micro, release_level, serial)
http://sourceforge.net/p/sqlobject/sqlobject/ci/b2b8dcffb2123e1cdffd87602e8a533321db23e2
commit b2b8dcffb2123e1cdffd87602e8a533321db23e2
Author: Oleg Broytman <ph...@ph...>
Date: Mon Apr 29 19:11:38 2019 +0300
Docs(API): Regenerate API docs
[skip ci]
diff --git a/docs/api/sqlobject.boundattributes.rst b/docs/api/sqlobject.boundattributes.rst
index ebc0ab5..1518f8d 100644
--- a/docs/api/sqlobject.boundattributes.rst
+++ b/docs/api/sqlobject.boundattributes.rst
@@ -1,5 +1,5 @@
-sqlobject\.boundattributes module
-=================================
+sqlobject.boundattributes module
+================================
.. automodule:: sqlobject.boundattributes
:members:
diff --git a/docs/api/sqlobject.cache.rst b/docs/api/sqlobject.cache.rst
index 657e1e8..6c74d5b 100644
--- a/docs/api/sqlobject.cache.rst
+++ b/docs/api/sqlobject.cache.rst
@@ -1,5 +1,5 @@
-sqlobject\.cache module
-=======================
+sqlobject.cache module
+======================
.. automodule:: sqlobject.cache
:members:
diff --git a/docs/api/sqlobject.classregistry.rst b/docs/api/sqlobject.classregistry.rst
index 80ed01a..0882491 100644
--- a/docs/api/sqlobject.classregistry.rst
+++ b/docs/api/sqlobject.classregistry.rst
@@ -1,5 +1,5 @@
-sqlobject\.classregistry module
-===============================
+sqlobject.classregistry module
+==============================
.. automodule:: sqlobject.classregistry
:members:
diff --git a/docs/api/sqlobject.col.rst b/docs/api/sqlobject.col.rst
index 4c649dc..5282fc2 100644
--- a/docs/api/sqlobject.col.rst
+++ b/docs/api/sqlobject.col.rst
@@ -1,5 +1,5 @@
-sqlobject\.col module
-=====================
+sqlobject.col module
+====================
.. automodule:: sqlobject.col
:members:
diff --git a/docs/api/sqlobject.compat.rst b/docs/api/sqlobject.compat.rst
index 4191c0c..cdb4f6d 100644
--- a/docs/api/sqlobject.compat.rst
+++ b/docs/api/sqlobject.compat.rst
@@ -1,5 +1,5 @@
-sqlobject\.compat module
-========================
+sqlobject.compat module
+=======================
.. automodule:: sqlobject.compat
:members:
diff --git a/docs/api/sqlobject.conftest.rst b/docs/api/sqlobject.conftest.rst
index e29d059..8e56428 100644
--- a/docs/api/sqlobject.conftest.rst
+++ b/docs/api/sqlobject.conftest.rst
@@ -1,5 +1,5 @@
-sqlobject\.conftest module
-==========================
+sqlobject.conftest module
+=========================
.. automodule:: sqlobject.conftest
:members:
diff --git a/docs/api/sqlobject.constraints.rst b/docs/api/sqlobject.constraints.rst
index 88a736b..ad39272 100644
--- a/docs/api/sqlobject.constraints.rst
+++ b/docs/api/sqlobject.constraints.rst
@@ -1,5 +1,5 @@
-sqlobject\.constraints module
-=============================
+sqlobject.constraints module
+============================
.. automodule:: sqlobject.constraints
:members:
diff --git a/docs/api/sqlobject.converters.rst b/docs/api/sqlobject.converters.rst
index 38f7777..82b5cff 100644
--- a/docs/api/sqlobject.converters.rst
+++ b/docs/api/sqlobject.converters.rst
@@ -1,5 +1,5 @@
-sqlobject\.converters module
-============================
+sqlobject.converters module
+===========================
.. automodule:: sqlobject.converters
:members:
diff --git a/docs/api/sqlobject.dbconnection.rst b/docs/api/sqlobject.dbconnection.rst
index 6ab39d1..6a6adc3 100644
--- a/docs/api/sqlobject.dbconnection.rst
+++ b/docs/api/sqlobject.dbconnection.rst
@@ -1,5 +1,5 @@
-sqlobject\.dbconnection module
-==============================
+sqlobject.dbconnection module
+=============================
.. automodule:: sqlobject.dbconnection
:members:
diff --git a/docs/api/sqlobject.dberrors.rst b/docs/api/sqlobject.dberrors.rst
index e8be2db..3035746 100644
--- a/docs/api/sqlobject.dberrors.rst
+++ b/docs/api/sqlobject.dberrors.rst
@@ -1,5 +1,5 @@
-sqlobject\.dberrors module
-==========================
+sqlobject.dberrors module
+=========================
.. automodule:: sqlobject.dberrors
:members:
diff --git a/docs/api/sqlobject.declarative.rst b/docs/api/sqlobject.declarative.rst
index f89a88b..9cc7e9b 100644
--- a/docs/api/sqlobject.declarative.rst
+++ b/docs/api/sqlobject.declarative.rst
@@ -1,5 +1,5 @@
-sqlobject\.declarative module
-=============================
+sqlobject.declarative module
+============================
.. automodule:: sqlobject.declarative
:members:
diff --git a/docs/api/sqlobject.events.rst b/docs/api/sqlobject.events.rst
index 18ddcc7..8c33239 100644
--- a/docs/api/sqlobject.events.rst
+++ b/docs/api/sqlobject.events.rst
@@ -1,5 +1,5 @@
-sqlobject\.events module
-========================
+sqlobject.events module
+=======================
.. automodule:: sqlobject.events
:members:
diff --git a/docs/api/sqlobject.firebird.firebirdconnection.rst b/docs/api/sqlobject.firebird.firebirdconnection.rst
index e517e98..6fdf26e 100644
--- a/docs/api/sqlobject.firebird.firebirdconnection.rst
+++ b/docs/api/sqlobject.firebird.firebirdconnection.rst
@@ -1,5 +1,5 @@
-sqlobject\.firebird\.firebirdconnection module
-==============================================
+sqlobject.firebird.firebirdconnection module
+============================================
.. automodule:: sqlobject.firebird.firebirdconnection
:members:
diff --git a/docs/api/sqlobject.firebird.rst b/docs/api/sqlobject.firebird.rst
index a1f5b0a..78cec9a 100644
--- a/docs/api/sqlobject.firebird.rst
+++ b/docs/api/sqlobject.firebird.rst
@@ -1,5 +1,5 @@
-sqlobject\.firebird package
-===========================
+sqlobject.firebird package
+==========================
.. automodule:: sqlobject.firebird
:members:
diff --git a/docs/api/sqlobject.include.hashcol.rst b/docs/api/sqlobject.include.hashcol.rst
index 7abe8d5..76396aa 100644
--- a/docs/api/sqlobject.include.hashcol.rst
+++ b/docs/api/sqlobject.include.hashcol.rst
@@ -1,5 +1,5 @@
-sqlobject\.include\.hashcol module
-==================================
+sqlobject.include.hashcol module
+================================
.. automodule:: sqlobject.include.hashcol
:members:
diff --git a/docs/api/sqlobject.include.rst b/docs/api/sqlobject.include.rst
index aebc9e4..62086bf 100644
--- a/docs/api/sqlobject.include.rst
+++ b/docs/api/sqlobject.include.rst
@@ -1,5 +1,5 @@
-sqlobject\.include package
-==========================
+sqlobject.include package
+=========================
.. automodule:: sqlobject.include
:members:
diff --git a/docs/api/sqlobject.include.tests.rst b/docs/api/sqlobject.include.tests.rst
index 0bf1f13..e17b4de 100644
--- a/docs/api/sqlobject.include.tests.rst
+++ b/docs/api/sqlobject.include.tests.rst
@@ -1,5 +1,5 @@
-sqlobject\.include\.tests package
-=================================
+sqlobject.include.tests package
+===============================
.. automodule:: sqlobject.include.tests
:members:
diff --git a/docs/api/sqlobject.include.tests.test_hashcol.rst b/docs/api/sqlobject.include.tests.test_hashcol.rst
index 2ec9902..5289acd 100644
--- a/docs/api/sqlobject.include.tests.test_hashcol.rst
+++ b/docs/api/sqlobject.include.tests.test_hashcol.rst
@@ -1,8 +1,7 @@
-sqlobject\.include\.tests\.test\_hashcol module
-===============================================
+sqlobject.include.tests.test\_hashcol module
+============================================
.. automodule:: sqlobject.include.tests.test_hashcol
:members:
:undoc-members:
:show-inheritance:
- :exclude-members: columnDefinitions,columnList,columns
diff --git a/docs/api/sqlobject.index.rst b/docs/api/sqlobject.index.rst
index c2facd0..bc96433 100644
--- a/docs/api/sqlobject.index.rst
+++ b/docs/api/sqlobject.index.rst
@@ -1,5 +1,5 @@
-sqlobject\.index module
-=======================
+sqlobject.index module
+======================
.. automodule:: sqlobject.index
:members:
diff --git a/docs/api/sqlobject.inheritance.iteration.rst b/docs/api/sqlobject.inheritance.iteration.rst
index b631806..0e9538f 100644
--- a/docs/api/sqlobject.inheritance.iteration.rst
+++ b/docs/api/sqlobject.inheritance.iteration.rst
@@ -1,5 +1,5 @@
-sqlobject\.inheritance\.iteration module
-========================================
+sqlobject.inheritance.iteration module
+======================================
.. automodule:: sqlobject.inheritance.iteration
:members:
diff --git a/docs/api/sqlobject.inheritance.rst b/docs/api/sqlobject.inheritance.rst
index 5d9dae4..7ab19a7 100644
--- a/docs/api/sqlobject.inheritance.rst
+++ b/docs/api/sqlobject.inheritance.rst
@@ -1,5 +1,5 @@
-sqlobject\.inheritance package
-==============================
+sqlobject.inheritance package
+=============================
.. automodule:: sqlobject.inheritance
:members:
diff --git a/docs/api/sqlobject.inheritance.tests.rst b/docs/api/sqlobject.inheritance.tests.rst
index c29cbc4..994c85a 100644
--- a/docs/api/sqlobject.inheritance.tests.rst
+++ b/docs/api/sqlobject.inheritance.tests.rst
@@ -1,5 +1,5 @@
-sqlobject\.inheritance\.tests package
-=====================================
+sqlobject.inheritance.tests package
+===================================
.. automodule:: sqlobject.inheritance.tests
:members:
diff --git a/docs/api/sqlobject.inheritance.tests.test_aggregates.rst b/docs/api/sqlobject.inheritance.tests.test_aggregates.rst
index 15fa5af..58a2944 100644
--- a/docs/api/sqlobject.inheritance.tests.test_aggregates.rst
+++ b/docs/api/sqlobject.inheritance.tests.test_aggregates.rst
@@ -1,8 +1,7 @@
-sqlobject\.inheritance\.tests\.test\_aggregates module
-======================================================
+sqlobject.inheritance.tests.test\_aggregates module
+===================================================
.. automodule:: sqlobject.inheritance.tests.test_aggregates
:members:
:undoc-members:
:show-inheritance:
- :exclude-members: columnDefinitions,columnList,columns
diff --git a/docs/api/sqlobject.inheritance.tests.test_asdict.rst b/docs/api/sqlobject.inheritance.tests.test_asdict.rst
index c24c511..6a33dce 100644
--- a/docs/api/sqlobject.inheritance.tests.test_asdict.rst
+++ b/docs/api/sqlobject.inheritance.tests.test_asdict.rst
@@ -1,8 +1,7 @@
-sqlobject\.inheritance\.tests\.test\_asdict module
-==================================================
+sqlobject.inheritance.tests.test\_asdict module
+===============================================
.. automodule:: sqlobject.inheritance.tests.test_asdict
:members:
:undoc-members:
:show-inheritance:
- :exclude-members: columnDefinitions,columnList,columns
diff --git a/docs/api/sqlobject.inheritance.tests.test_deep_inheritance.rst b/docs/api/sqlobject.inheritance.tests.test_deep_inheritance.rst
index eb1661d..5447d0b 100644
--- a/docs/api/sqlobject.inheritance.tests.test_deep_inheritance.rst
+++ b/docs/api/sqlobject.inheritance.tests.test_deep_inheritance.rst
@@ -1,8 +1,7 @@
-sqlobject\.inheritance\.tests\.test\_deep\_inheritance module
-=============================================================
+sqlobject.inheritance.tests.test\_deep\_inheritance module
+==========================================================
.. automodule:: sqlobject.inheritance.tests.test_deep_inheritance
:members:
:undoc-members:
:show-inheritance:
- :exclude-members: columnDefinitions,columnList,columns
diff --git a/docs/api/sqlobject.inheritance.tests.test_destroy_cascade.rst b/docs/api/sqlobject.inheritance.tests.test_destroy_cascade.rst
index 3504fe6..8b9b706 100644
--- a/docs/api/sqlobject.inheritance.tests.test_destroy_cascade.rst
+++ b/docs/api/sqlobject.inheritance.tests.test_destroy_cascade.rst
@@ -1,8 +1,7 @@
-sqlobject\.inheritance\.tests\.test\_destroy\_cascade module
-============================================================
+sqlobject.inheritance.tests.test\_destroy\_cascade module
+=========================================================
.. automodule:: sqlobject.inheritance.tests.test_destroy_cascade
:members:
:undoc-members:
:show-inheritance:
- :exclude-members: columnDefinitions,columnList,columns
diff --git a/docs/api/sqlobject.inheritance.tests.test_foreignKey.rst b/docs/api/sqlobject.inheritance.tests.test_foreignKey.rst
index b6e28aa..6805988 100644
--- a/docs/api/sqlobject.inheritance.tests.test_foreignKey.rst
+++ b/docs/api/sqlobject.inheritance.tests.test_foreignKey.rst
@@ -1,8 +1,7 @@
-sqlobject\.inheritance\.tests\.test\_foreignKey module
-======================================================
+sqlobject.inheritance.tests.test\_foreignKey module
+===================================================
.. automodule:: sqlobject.inheritance.tests.test_foreignKey
:members:
:undoc-members:
:show-inheritance:
- :exclude-members: columnDefinitions,columnList,columns
diff --git a/docs/api/sqlobject.inheritance.tests.test_indexes.rst b/docs/api/sqlobject.inheritance.tests.test_indexes.rst
index bb2e3f7..cda2016 100644
--- a/docs/api/sqlobject.inheritance.tests.test_indexes.rst
+++ b/docs/api/sqlobject.inheritance.tests.test_indexes.rst
@@ -1,8 +1,7 @@
-sqlobject\.inheritance\.tests\.test\_indexes module
-===================================================
+sqlobject.inheritance.tests.test\_indexes module
+================================================
.. automodule:: sqlobject.inheritance.tests.test_indexes
:members:
:undoc-members:
:show-inheritance:
- :exclude-members: columnDefinitions,columnList,indexDefinitions
diff --git a/docs/api/sqlobject.inheritance.tests.test_inheritance.rst b/docs/api/sqlobject.inheritance.tests.test_inheritance.rst
index 0c186b0..7af4fc4 100644
--- a/docs/api/sqlobject.inheritance.tests.test_inheritance.rst
+++ b/docs/api/sqlobject.inheritance.tests.test_inheritance.rst
@@ -1,8 +1,7 @@
-sqlobject\.inheritance\.tests\.test\_inheritance module
-=======================================================
... 2025 lines suppressed ...
hooks/post-receive
--
SQLObject development repository
|