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 84e6bd0983563d428bc65bc643d6069d62e33cfb (commit)
via ee80edccdd188a7cefe466423a898ea302507a9c (commit)
via 7e87acfc7e61e371e0a97f307629def620e751cc (commit)
via 7a3844c73bd75f08b35305c4817bad134b3e4f8c (commit)
from 766863cc2a0cb734ab97eb4320ec8b37bad3518a (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/84e6bd0983563d428bc65bc643d6069d62e33cfb
commit 84e6bd0983563d428bc65bc643d6069d62e33cfb
Author: Oleg Broytman <ph...@ph...>
Date: Sun Feb 22 18:00:57 2015 +0300
Minor update for TODO.txt
We now use Github.
[skip ci]
diff --git a/docs/TODO.txt b/docs/TODO.txt
index eabfff6..3556b68 100644
--- a/docs/TODO.txt
+++ b/docs/TODO.txt
@@ -89,7 +89,7 @@ TODO
* Or move column values access to a separate namespace, e.g. .c:
row.c.column.
-* More documentation. Wiki. Trac.
+* More documentation.
* RSS 2.0 and Atom news feeds.
http://sourceforge.net/p/sqlobject/sqlobject/ci/ee80edccdd188a7cefe466423a898ea302507a9c
commit ee80edccdd188a7cefe466423a898ea302507a9c
Author: Oleg Broytman <ph...@ph...>
Date: Sun Feb 22 17:58:40 2015 +0300
Minor update for docs
Documentation is published at http://sqlobject.readthedocs.org/ in
Sphinx format.
[skip ci]
diff --git a/docs/News.txt b/docs/News.txt
index 45996be..36b488e 100644
--- a/docs/News.txt
+++ b/docs/News.txt
@@ -20,6 +20,12 @@ Development
* Source code was made flake8-clean.
+Documentation
+-------------
+
+* Documentation is published at http://sqlobject.readthedocs.org/ in
+ Sphinx format.
+
SQLObject 2.1.0
===============
diff --git a/docs/TODO.txt b/docs/TODO.txt
index 5c3f3f0..eabfff6 100644
--- a/docs/TODO.txt
+++ b/docs/TODO.txt
@@ -89,11 +89,6 @@ TODO
* Or move column values access to a separate namespace, e.g. .c:
row.c.column.
-* Convert documentation to Sphinx_ format and publish it on
- http://readthedocs.org/
-
-.. _Sphinx: http://sphinx.pocoo.org/index.html
-
* More documentation. Wiki. Trac.
* RSS 2.0 and Atom news feeds.
http://sourceforge.net/p/sqlobject/sqlobject/ci/7e87acfc7e61e371e0a97f307629def620e751cc
commit 7e87acfc7e61e371e0a97f307629def620e751cc
Author: Oleg Broytman <ph...@ph...>
Date: Sun Feb 22 17:55:11 2015 +0300
Minor update for TODO.txt
Using urllib.splituser in _parseURI replaced by urlparse.
[skip ci]
diff --git a/docs/TODO.txt b/docs/TODO.txt
index 6880577..5c3f3f0 100644
--- a/docs/TODO.txt
+++ b/docs/TODO.txt
@@ -40,8 +40,6 @@ TODO
* Make version_info a namedtuple.
-* Stop supporting Python 2.6: restore using urllib.splituser in _parseURI.
-
* Expression columns - in SELECT but not in INSERT/UPDATE. Something like this::
class MyClass(SQLObject):
http://sourceforge.net/p/sqlobject/sqlobject/ci/7a3844c73bd75f08b35305c4817bad134b3e4f8c
commit 7a3844c73bd75f08b35305c4817bad134b3e4f8c
Author: Oleg Broytman <ph...@ph...>
Date: Sun Feb 22 17:53:51 2015 +0300
Minor update for News.txt
[skip ci]
diff --git a/docs/News.txt b/docs/News.txt
index 15d1ffb..45996be 100644
--- a/docs/News.txt
+++ b/docs/News.txt
@@ -10,8 +10,16 @@ News
SQLObject 3.0.0 (master)
========================
+Minor features
+--------------
+
* PyDispatcher (>=2.0.4) was made an external dependency.
+Development
+-----------
+
+* Source code was made flake8-clean.
+
SQLObject 2.1.0
===============
-----------------------------------------------------------------------
Summary of changes:
docs/News.txt | 14 ++++++++++++++
docs/TODO.txt | 9 +--------
2 files changed, 15 insertions(+), 8 deletions(-)
hooks/post-receive
--
SQLObject development repository
|