You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/04/17 13:44:47 UTC

allura git commit: Remove warnings like the following, for setuptools < 14.3.1, >=8.0

Repository: allura
Updated Branches:
  refs/heads/master 3d7b62b2e -> 3ff1adec4


Remove warnings like the following, for setuptools < 14.3.1, >=8.0

PEP440Warning: 'ForgeBlog (0.0dev-r0)' is being parsed as a legacy, non PEP 440,
version. You may find odd behavior and sort order. In particular it will be
sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/3ff1adec
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/3ff1adec
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/3ff1adec

Branch: refs/heads/master
Commit: 3ff1adec484e9201e19216416038908f84b53062
Parents: 3d7b62b
Author: Dave Brondsema <da...@brondsema.net>
Authored: Thu Apr 16 17:47:16 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Thu Apr 16 17:47:16 2015 -0400

----------------------------------------------------------------------
 Allura/setup.cfg          | 3 +--
 ForgeActivity/setup.cfg   | 3 +--
 ForgeBlog/setup.cfg       | 3 +--
 ForgeChat/setup.cfg       | 3 +--
 ForgeDiscussion/setup.cfg | 3 +--
 ForgeGit/setup.cfg        | 3 +--
 ForgeLink/setup.cfg       | 3 +--
 ForgeSVN/setup.cfg        | 3 +--
 ForgeTracker/setup.cfg    | 3 +--
 ForgeWiki/setup.cfg       | 3 +--
 requirements.txt          | 2 +-
 11 files changed, 11 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/Allura/setup.cfg
----------------------------------------------------------------------
diff --git a/Allura/setup.cfg b/Allura/setup.cfg
index dffd7e7..a835b71 100644
--- a/Allura/setup.cfg
+++ b/Allura/setup.cfg
@@ -16,8 +16,7 @@
 #       under the License.
 
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0
 
 [easy_install]
 find_links = http://www.pylonshq.com/download/

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/ForgeActivity/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeActivity/setup.cfg b/ForgeActivity/setup.cfg
index 01bb954..2637327 100644
--- a/ForgeActivity/setup.cfg
+++ b/ForgeActivity/setup.cfg
@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/ForgeBlog/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeBlog/setup.cfg b/ForgeBlog/setup.cfg
index 01bb954..2637327 100644
--- a/ForgeBlog/setup.cfg
+++ b/ForgeBlog/setup.cfg
@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/ForgeChat/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeChat/setup.cfg b/ForgeChat/setup.cfg
index 01bb954..2637327 100644
--- a/ForgeChat/setup.cfg
+++ b/ForgeChat/setup.cfg
@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/ForgeDiscussion/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeDiscussion/setup.cfg b/ForgeDiscussion/setup.cfg
index 01bb954..2637327 100644
--- a/ForgeDiscussion/setup.cfg
+++ b/ForgeDiscussion/setup.cfg
@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/ForgeGit/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeGit/setup.cfg b/ForgeGit/setup.cfg
index 01bb954..2637327 100644
--- a/ForgeGit/setup.cfg
+++ b/ForgeGit/setup.cfg
@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/ForgeLink/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeLink/setup.cfg b/ForgeLink/setup.cfg
index 01bb954..2637327 100644
--- a/ForgeLink/setup.cfg
+++ b/ForgeLink/setup.cfg
@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/ForgeSVN/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeSVN/setup.cfg b/ForgeSVN/setup.cfg
index 01bb954..2637327 100644
--- a/ForgeSVN/setup.cfg
+++ b/ForgeSVN/setup.cfg
@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/ForgeTracker/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeTracker/setup.cfg b/ForgeTracker/setup.cfg
index 01bb954..2637327 100644
--- a/ForgeTracker/setup.cfg
+++ b/ForgeTracker/setup.cfg
@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/ForgeWiki/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeWiki/setup.cfg b/ForgeWiki/setup.cfg
index 01bb954..2637327 100644
--- a/ForgeWiki/setup.cfg
+++ b/ForgeWiki/setup.cfg
@@ -1,3 +1,2 @@
 [egg_info]
-tag_build = dev
-tag_svn_revision = true
+tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/3ff1adec/requirements.txt
----------------------------------------------------------------------
diff --git a/requirements.txt b/requirements.txt
index 21b0ca5..fffb91d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
-pytz==2012j
 ActivityStream==0.2.0
 BeautifulSoup==3.2.0
 Beaker==1.6.4
@@ -36,6 +35,7 @@ pysolr==2.1.0-beta
 python-dateutil==1.5
 python-magic==0.4.3
 python-oembed==0.2.1
+pytz==2014.10
 requests==2.0.0
 oauthlib==0.4.2
 requests-oauthlib==0.4.0