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 df609592bd34c6c7a496ee636ca4d0fe398d3782 (commit)
via 28c2a5de93940dd7ea540a372d35dd7fa8153267 (commit)
from be6d94db711c29c09a945a1d3294dba7d5fdbb25 (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/df609592bd34c6c7a496ee636ca4d0fe398d3782
commit df609592bd34c6c7a496ee636ca4d0fe398d3782
Author: Oleg Broytman <ph...@ph...>
Date: Sun Oct 22 01:14:09 2017 +0300
Fix(devscripts): Remove circle.yml from MANIFEST.in
We've stopped using Circle CI.
[skip ci]
diff --git a/MANIFEST.in b/MANIFEST.in
index 32ac686..cb6c6a7 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,6 @@
global-include *.py *.rst *.txt
recursive-include docs *.css *.html *.js *.gif *.png
-include LICENSE MANIFEST.in .travis.yml circle.yml tox.ini
+include LICENSE MANIFEST.in .travis.yml tox.ini
include debian/* sqlobject/.coveragerc
include docs/Makefile docs/genapidocs docs/rebuild
recursive-exclude devscripts *
http://sourceforge.net/p/sqlobject/sqlobject/ci/28c2a5de93940dd7ea540a372d35dd7fa8153267
commit 28c2a5de93940dd7ea540a372d35dd7fa8153267
Author: Oleg Broytman <ph...@ph...>
Date: Fri Oct 20 22:36:26 2017 +0300
Tests(tox): Use our fork of pg8000
diff --git a/docs/News.rst b/docs/News.rst
index a2e2b25..978572b 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -14,7 +14,8 @@ Drivers
-------
* Add support for `pg8000 <https://pypi.python.org/pypi/pg8000>`_
- PostgreSQL driver (from git). There is a minor problem with Python 2.7.
+ PostgreSQL driver (from our fork). There is a minor problem
+ with Python 2.7.
* Fix autoreconnect with pymysql driver. Contributed by Shailesh Mungikar.
diff --git a/tox.ini b/tox.ini
index 51231c3..828dff1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,7 +26,7 @@ deps =
postgres-psycopg: psycopg2
postgres-pygresql: pygresql
pypostgresql: git+https://github.com/sqlobject/py-postgresql.git@fix_w32#egg=pypostgresql
- postgres-pg8000: git+https://github.com/mfenniak/pg8000.git#egg=pg8000
+ postgres-pg8000: git+https://github.com/sqlobject/pg8000.git@getuser#egg=pg8000
pyodbc: pyodbc
pypyodbc: pypyodbc
firebird-fdb: fdb
-----------------------------------------------------------------------
Summary of changes:
MANIFEST.in | 2 +-
docs/News.rst | 3 ++-
tox.ini | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
SQLObject development repository
|