[cc-commits] [git]cc.license: Python API for selecting licenses and retrieving metadata (branch next) updated. 238b9fe09aed15534ed990df622e9c07a82ad149
Gitosis User
webmaster at creativecommons.org
Thu Jan 26 15:19:29 EST 2012
The branch, next has been updated
via 238b9fe09aed15534ed990df622e9c07a82ad149 (commit)
via 25b9e3f75d0a43bc7b1f1ec5276f5680c0116317 (commit)
from 5a2651f063dd9682488ae9e8765dc2cfb74f4595 (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 238b9fe09aed15534ed990df622e9c07a82ad149
Merge: 25b9e3f 5a2651f
Author: Jonathan Palecek <jonathan at creativecommons.org>
Date: Thu Jan 26 14:20:48 2012 -0600
Merge branch 'next' of code.creativecommons.org:cc.license into next
commit 25b9e3f75d0a43bc7b1f1ec5276f5680c0116317
Author: Jonathan Palecek <jonathan at creativecommons.org>
Date: Thu Jan 26 14:20:01 2012 -0600
Changed setup.py to require python-gettext<2.0 to match cc.i18n.
-----------------------------------------------------------------------
Summary of changes (followed by patch):
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index 3c2a8d3..9d24426 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(name='cc.license',
'nose',
'lxml',
'rdfadict',
- 'python-gettext',
+ 'python-gettext<2.0',
'jinja2',
'cc.i18n',
],
hooks/post-receive
--
cc.license: Python API for selecting licenses and retrieving metadata
More information about the cc-commits
mailing list