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 82a26ce389ecb2e881fc319ccdedb4dfa9aa4f1e (commit)
via 1656926041c9ff292bab306fd55088b1d54f6476 (commit)
via 53b614c316c6d286df0cd434529df5431725b89f (commit)
via cf9d129f10cfa27fa38bad5d6d79e7356f040530 (commit)
via 8f1fb3a97262be65d071a9260ba269dd9fe035fb (commit)
from d371bdfc0f39a0b86cab3047db6b23c24d3e1d68 (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 -----------------------------------------------------------------
commit 82a26ce389ecb2e881fc319ccdedb4dfa9aa4f1e
Author: Oleg Broytman <ph...@ph...>
Date: Wed Jul 30 21:24:53 2014 +0400
"Upgrade" ez_setup to 5.4.1
commit 1656926041c9ff292bab306fd55088b1d54f6476
Merge: d371bdf 53b614c
Author: Oleg Broytman <ph...@ph...>
Date: Wed Jul 30 17:34:46 2014 +0400
Merge branch '1.7'
-----------------------------------------------------------------------
Summary of changes:
docs/News.txt | 5 +++++
ez_setup.py | 2 +-
setup.cfg | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/docs/News.txt b/docs/News.txt
index 7d7c37e..c724ba1 100644
--- a/docs/News.txt
+++ b/docs/News.txt
@@ -19,6 +19,11 @@ Features & Interface
with microseconds cannot be read back from SQLite databases (and
perhaps other backends) with versions of SQLObject older than 1.7.
+Minor features
+--------------
+
+* Upgrade ez_setup to 5.4.1.
+
Development
-----------
diff --git a/ez_setup.py b/ez_setup.py
index 2dc324f..f9be432 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "5.3"
+DEFAULT_VERSION = "5.4.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):
diff --git a/setup.cfg b/setup.cfg
index 03ae287..e9807b2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,7 @@ command_packages = buildutils.pudge_command,
[egg_info]
tag_build = dev
-tag_svn_revision = true
+tag_date = true
[pudge]
theme = pythonpaste.org
hooks/post-receive
--
SQLObject development repository
|