[cc-commits] [SCM] license.rdf (cc.licenserdf): license RDF files and legaltext. (branch master) updated. 5de3a3d5d318c853c87eea0cb7f8bc9440733813
Gitosis User
git at gandi0.creativecommons.org
Thu Jan 26 15:00:40 EST 2012
The branch, master has been updated
via 5de3a3d5d318c853c87eea0cb7f8bc9440733813 (commit)
from a289d72f9ffa8e9830c4903885a4754ed2b7117e (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 5de3a3d5d318c853c87eea0cb7f8bc9440733813
Author: Jonathan Palecek <jonathan at creativecommons.org>
Date: Thu Jan 26 13:56:07 2012 -0600
Setup.py now requires python_gettext<2.0, matching cc.i18n.
-----------------------------------------------------------------------
Summary of changes (followed by patch):
setup.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 38005c1..d6960fe 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages
setup(
name = "cc.licenserdf",
- version = "0.2.28",
+ version = "0.2.29",
packages = find_packages('.'),
namespace_packages = ['cc',],
@@ -41,7 +41,7 @@ setup(
'Babel>0.99',
'argparse',
'zope.i18n',
- 'python-gettext',
+ 'python-gettext<2.0',
'nose',
],
hooks/post-receive
--
license.rdf (cc.licenserdf): license RDF files and legaltext.
More information about the cc-commits
mailing list