summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Thiem <ptthiem@gmail.com>2014-04-16 19:06:47 -0500
committerPhilip Thiem <ptthiem@gmail.com>2014-04-16 19:06:47 -0500
commit17cf6313ef57d7b4316f827a9b7855eedbccb105 (patch)
tree83ca4a964e5d6819cf5d96d3ed779af8e5dbe3d5
parent5208cd6fc27e0459e251a967f432c77556d2bf40 (diff)
downloadpython-setuptools-git-17cf6313ef57d7b4316f827a9b7855eedbccb105.tar.gz
Fixes Issue #185: Svn not working on new style svn metadata.
--HG-- branch : develop extra : rebase_source : 07c28db844959df06d385e21bc62c8d05c729dba
-rw-r--r--CHANGES.txt7
-rw-r--r--setuptools.egg-info/entry_points.txt2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3df68933..5a2b17ae 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -41,6 +41,13 @@ CHANGES
https://bootstrap.pypa.io/ez_setup.py (mirrored from former location).
-----
+3.4.5
+-----
+
+* Issue #185: Applied patch and added regression tests for making
+ svn tagging work on the new style SVN metadata.
+
+-----
3.4.4
-----
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt
index de842da8..c345395d 100644
--- a/setuptools.egg-info/entry_points.txt
+++ b/setuptools.egg-info/entry_points.txt
@@ -1,6 +1,6 @@
[console_scripts]
easy_install = setuptools.command.easy_install:main
-easy_install-3.4 = setuptools.command.easy_install:main
+easy_install-3.3 = setuptools.command.easy_install:main
[distutils.commands]
alias = setuptools.command.alias:alias