[Python-modules-commits] r19140 - in packages/sphinx/branches/1.1/debian (3 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Tue Nov 1 21:28:58 UTC 2011
Date: Tuesday, November 1, 2011 @ 21:28:57
Author: jwilk
Revision: 19140
New upstream release.
Modified:
packages/sphinx/branches/1.1/debian/changelog
packages/sphinx/branches/1.1/debian/patches/series
Deleted:
packages/sphinx/branches/1.1/debian/patches/py3k_custom_fixers.diff
Modified: packages/sphinx/branches/1.1/debian/changelog
===================================================================
--- packages/sphinx/branches/1.1/debian/changelog 2011-11-01 18:58:51 UTC (rev 19139)
+++ packages/sphinx/branches/1.1/debian/changelog 2011-11-01 21:28:57 UTC (rev 19140)
@@ -1,4 +1,4 @@
-sphinx (1.1.1+dfsg-1) UNRELEASED; urgency=low
+sphinx (1.1.2+dfsg-1) UNRELEASED; urgency=low
* New upstream release.
+ Drop autosummary_1.0.6.patch for the time being (reopens: #611078).
@@ -51,10 +51,8 @@
+ Use âset -xâ for all for loops.
+ Run nosetests with --verbose --no-skip.
* Use XS-Python-Version instead of debian/pyversions.
- * Copy custom_fixers modules from the upstream VCS. (It was accidentally
- omitted form the upstream tarball.)
- -- Jakub Wilk <jwilk at debian.org> Tue, 01 Nov 2011 19:27:41 +0100
+ -- Jakub Wilk <jwilk at debian.org> Tue, 01 Nov 2011 22:18:47 +0100
sphinx (1.0.8+dfsg-2) unstable; urgency=low
Deleted: packages/sphinx/branches/1.1/debian/patches/py3k_custom_fixers.diff
===================================================================
--- packages/sphinx/branches/1.1/debian/patches/py3k_custom_fixers.diff 2011-11-01 18:58:51 UTC (rev 19139)
+++ packages/sphinx/branches/1.1/debian/patches/py3k_custom_fixers.diff 2011-11-01 21:28:57 UTC (rev 19140)
@@ -1,26 +0,0 @@
-Description: Re-add custom_fixed module, that was accidentally omittem from
- Re-add custom_fixed module, that was accidentally omittem from the upstream
- tarball.
-Origin: upstream, https://bitbucket.org/birkenfeld/sphinx/src/1.1.1/custom_fixers/fix_alt_unicode.py
-Bug: https://bitbucket.org/birkenfeld/sphinx/issue/809/custom_fixers-missing
-Forwarded: not-needed
-
---- /dev/null
-+++ b/custom_fixers/fix_alt_unicode.py
-@@ -0,0 +1,12 @@
-+from lib2to3.fixer_base import BaseFix
-+from lib2to3.fixer_util import Name
-+
-+class FixAltUnicode(BaseFix):
-+ PATTERN = """
-+ func=funcdef< 'def' name='__unicode__'
-+ parameters< '(' NAME ')' > any+ >
-+ """
-+
-+ def transform(self, node, results):
-+ name = results['name']
-+ name.replace(Name('__str__', prefix=name.prefix))
---- /dev/null
-+++ b/custom_fixers/__init__.py
-@@ -0,0 +1 @@
-+#
Modified: packages/sphinx/branches/1.1/debian/patches/series
===================================================================
--- packages/sphinx/branches/1.1/debian/patches/series 2011-11-01 18:58:51 UTC (rev 19139)
+++ packages/sphinx/branches/1.1/debian/patches/series 2011-11-01 21:28:57 UTC (rev 19140)
@@ -2,4 +2,3 @@
unversioned_grammar_pickle.diff
show_more_stack_frames.diff
merge_debian_manpages.diff
-py3k_custom_fixers.diff
More information about the Python-modules-commits
mailing list