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 97c8bde97cf09e61e8bceca075dd20c9cfead14d (commit)
via 6a6a8e1f1becb1931dfc1db028ffc71928b3a84b (commit)
from 7d3eb307b5a2d55f5feefcbc231be2aa3953da02 (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/97c8bde97cf09e61e8bceca075dd20c9cfead14d
commit 97c8bde97cf09e61e8bceca075dd20c9cfead14d
Author: Oleg Broytman <ph...@ph...>
Date: Sun Aug 28 17:31:53 2016 +0300
Radically simplify MANIFEST.in by using global-include
[skip ci]
diff --git a/MANIFEST.in b/MANIFEST.in
index f77a140..b11dad3 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,13 +1,6 @@
-include MANIFEST.in ez_setup.py
-include .travis.yml circle.yml tox.ini
-include *.rst *.txt docs/LICENSE docs/*.rst
+global-include *.py *.rst *.txt
+include docs/LICENSE MANIFEST.in .travis.yml circle.yml tox.ini
+include debian/* sqlobject/.coveragerc
include docs/Makefile docs/genapidocs docs/rebuild
-include sqlobject/.coveragerc
-include sqlobject/maxdb/readme.txt
-recursive-include debian *
-recursive-include docs *.css *.html *.js *.gif *.png *.py *.txt
-recursive-include sqlobject/tests *.py
-recursive-include sqlobject/include/tests *.py
-recursive-include sqlobject/inheritance/tests *.py
-recursive-include sqlobject/versioning/test *.py
+recursive-include docs *.css *.html *.js *.gif *.png
prune docs/_build
diff --git a/setup.cfg b/setup.cfg
index 2d27619..2513bb3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,3 +8,4 @@ exclude = .git,docs/europython/*.py,ez_setup.py
[bdist_wheel]
universal = 1
+
http://sourceforge.net/p/sqlobject/sqlobject/ci/6a6a8e1f1becb1931dfc1db028ffc71928b3a84b
commit 6a6a8e1f1becb1931dfc1db028ffc71928b3a84b
Author: Oleg Broytman <ph...@ph...>
Date: Sun Aug 28 16:04:49 2016 +0300
News: The docs are now generated with Sphinx
[skip ci]
diff --git a/docs/News.rst b/docs/News.rst
index b179041..414c2a9 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -10,6 +10,11 @@ News
SQLObject 3.2.0 (master)
========================
+Documentation
+-------------
+
+* The docs are now generated with Sphinx.
+
Tests
-----
-----------------------------------------------------------------------
Summary of changes:
MANIFEST.in | 15 ++++-----------
docs/News.rst | 5 +++++
setup.cfg | 1 +
3 files changed, 10 insertions(+), 11 deletions(-)
hooks/post-receive
--
SQLObject development repository
|