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 03db537d40616f6eb6aa8a2ad356a568b003b71f (commit)
via a30c93430884fd886d6bbafc4226eb1a90f1d406 (commit)
from f785915dfade8a0f8847c02b9d4be0c18ea87bf4 (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/03db537d40616f6eb6aa8a2ad356a568b003b71f
commit 03db537d40616f6eb6aa8a2ad356a568b003b71f
Author: Oleg Broytman <ph...@ph...>
Date: Sun Aug 17 00:15:55 2014 +0400
Development was switched from Subversion to git
diff --git a/setup.py b/setup.py
index 0b827fb..7441c6b 100755
--- a/setup.py
+++ b/setup.py
@@ -51,8 +51,9 @@ applications.
Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB).
-For development see the `subversion repository
-<http://svn.colorstudy.com/SQLObject/trunk>`_
+For development see the git repositories at
+http://sourceforge.net/p/sqlobject/_list/git and
+https://github.com/sqlobject
""",
classifiers=[
"Development Status :: 5 - Production/Stable",
http://sourceforge.net/p/sqlobject/sqlobject/ci/a30c93430884fd886d6bbafc4226eb1a90f1d406
commit a30c93430884fd886d6bbafc4226eb1a90f1d406
Author: Oleg Broytman <ph...@ph...>
Date: Sun Aug 17 00:13:40 2014 +0400
Remove unused section [easy_install]
Anyway find_links URL http://svn.pythonpaste.org/package_index.html
was broken long ago.
diff --git a/setup.cfg b/setup.cfg
index e9807b2..ee84c8a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,9 +2,6 @@
command_packages = buildutils.pudge_command,
buildutils.publish_command
-[easy_install]
-#find_links = http://svn.pythonpaste.org/package_index.html
-
[egg_info]
tag_build = dev
tag_date = true
-----------------------------------------------------------------------
Summary of changes:
setup.cfg | 3 ---
setup.py | 5 +++--
2 files changed, 3 insertions(+), 5 deletions(-)
hooks/post-receive
--
SQLObject development repository
|