[Python-modules-commits] r23005 - in packages/python-markdown/tags (10 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Nov 14 09:11:56 UTC 2012


    Date: Wednesday, November 14, 2012 @ 09:11:55
  Author: mitya57-guest
Revision: 23005

[svn-buildpackage] Tagging python-markdown 2.2.1-3

Added:
  packages/python-markdown/tags/2.2.1-3/
  packages/python-markdown/tags/2.2.1-3/debian/changelog
    (from rev 23004, packages/python-markdown/trunk/debian/changelog)
  packages/python-markdown/tags/2.2.1-3/debian/patches/
  packages/python-markdown/tags/2.2.1-3/debian/patches/series
    (from rev 23002, packages/python-markdown/trunk/debian/patches/series)
  packages/python-markdown/tags/2.2.1-3/debian/tests/python-markdown
    (from rev 23004, packages/python-markdown/trunk/debian/tests/python-markdown)
  packages/python-markdown/tags/2.2.1-3/debian/tests/python3-markdown
    (from rev 23004, packages/python-markdown/trunk/debian/tests/python3-markdown)
Deleted:
  packages/python-markdown/tags/2.2.1-3/debian/changelog
  packages/python-markdown/tags/2.2.1-3/debian/patches/series
  packages/python-markdown/tags/2.2.1-3/debian/tests/python-markdown
  packages/python-markdown/tags/2.2.1-3/debian/tests/python3-markdown

Deleted: packages/python-markdown/tags/2.2.1-3/debian/changelog
===================================================================
--- packages/python-markdown/trunk/debian/changelog	2012-11-09 03:30:46 UTC (rev 22928)
+++ packages/python-markdown/tags/2.2.1-3/debian/changelog	2012-11-14 09:11:55 UTC (rev 23005)
@@ -1,185 +0,0 @@
-python-markdown (2.2.1-3) UNRELEASED; urgency=low
-
-  * Redirect tests stderr to stdout
-
- -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 06 Nov 2012 19:01:01 +0400
-
-python-markdown (2.2.1-2) unstable; urgency=low
-
-  * debian/tests/control: fix wrong dependency for python3-markdown test
-
- -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 06 Nov 2012 10:48:11 +0400
-
-python-markdown (2.2.1-1) unstable; urgency=low
-
-  * New upstream release
-  * Simplify .install files
-  * Add python-utidylib to python-markdown Suggests (for html_tidy extension)
-    and to Build-Depends (for testsuite)
-  * git_fix_tests.patch: dropped, no longer needed
-  * Add DEP-8 tests
-  * debian/rules: skip tests for Python versions unsupported by nose
-
- -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 05 Nov 2012 13:28:13 +0400
-
-python-markdown (2.2.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Recommend python[3]-pygments packages (needed for codehilite extension)
-  * Adjust to upstream documentation changes
-  * Don't compress text files that go with the documentation
-  * git_fix_inline_html.patch: dropped, applied in the new release
-  * git_fix_tests.patch: patch from upstream git to fix test suite failures
-
- -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 29 Jul 2012 14:20:06 +0400
-
-python-markdown (2.1.1-3) unstable; urgency=low
-
-  [ Dmitry Shachnev ]
-  * Bump Standards-Version to 3.9.3
-  * Make module packages suggest the doc package
-  * Add doc-base file
-  * Run tests during build
-  * Add debian/patches/git_fix_inline_html.patch to fix issues with
-    inline html handling (closes: #646552)
-
-  [ Bernd Zeimetz ]
-  * Setting DM-Upload-Allowed: yes 
-
- -- Bernd Zeimetz <bzed at debian.org>  Sat, 05 May 2012 22:31:31 +0200
-
-python-markdown (2.1.1-2) unstable; urgency=low
-
-  * Switch to debhelper 8
-  * Add python-markdown-doc package
-
- -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 16 Feb 2012 19:06:04 +0400
-
-python-markdown (2.1.1-1) unstable; urgency=low
-
-  * Add myself to Uploaders
-  * New upstream release
-  * Add debian/markdown_py.1 manpage
-  * Drop 01-fix-unusual-interpreter.patch, fixed upstream
-
- -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 25 Jan 2012 13:26:18 +0400
-
-python-markdown (2.1.0-1) unstable; urgency=low
-
-  [ Dmitry Shachnev ]
-  * New upstream release
-  * Use 3.0 (quilt) source format
-  * Port to dh_python*
-  * Build Python3 package (closes: #647094)
-  * debian/patches/01-fix-unusual-interpreter.patch:
-    - fix interpreter in def_list and tables extensions
-  * Bump Standards-Version to 3.9.2, no changes required
-
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Sun, 22 Jan 2012 15:24:30 +0400
-
-python-markdown (2.0.3-2) unstable; urgency=low
-
-  * Rename /usr/bin/markdown to /usr/bin/markdown_py for now. The Python
-    implementation is not compatible enough to be an alternative for the Perl
-    version yet. (Closes: #567378)
-  * Get rid of the new source format mess, we use the default.
-  * Add .PHONY to debian/rules. 
-  * Bump Standards-Version to 3.8.4 - no changes needed.
-  * Drop XB-Python-Version, not needed.
-
- -- Bernd Zeimetz <bzed at debian.org>  Wed, 24 Feb 2010 23:24:10 +0100
-
-python-markdown (2.0.3-1) unstable; urgency=low
-
-  [ Raphaël Hertzog ]
-  * New upstream release. Closes: #525563
-  * Remove myself from Uploaders.
-  * Update watch file to point to pypi.
-  * Switch to source format "3.0 (quilt)".
-  * Fix URL in README.Debian. Closes: #532416
-  * Switch to debhelper 7 tiny rules files and compat mode 7.
-  * Build-depends on python instead of python-dev.
-  * Update Standards-Version to 3.8.3.
-
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 27 Jan 2010 17:48:00 +0100
-
-python-markdown (1.7-2) unstable; urgency=low
-
-  [ Sandro Tosi ]
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
-
-  [ Emilio Pozuelo Monfort ]
-  * debian/rules: Don't rely on python-support directory
-    structure. Thanks Josselin Mouette. Closes: #517061.
-  * Standards-Version is 3.8.0. No changes needed.
-
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 25 Feb 2009 23:35:20 +0100
-
-python-markdown (1.7-1) unstable; urgency=low
-
-  [ Bernd Zeimetz ]
-  * New upstream version.
-  * debian/control:
-    - Adding Homepage field, removing pseudo-field from description
-    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
-    - Updating my email address
-    - Bumping Standards-Version to 3.7.3 - no changes needed.
-
-  [ Sandro Tosi ]
-  * debian/control
-    - uniforming Vcs-Browser field
-
- -- Bernd Zeimetz <bzed at debian.org>  Sun, 02 Mar 2008 23:43:50 +0100
-
-python-markdown (1.6b-1) unstable; urgency=low
-
-  * New upstream version
-
- -- Bernd Zeimetz <bernd at bzed.de>  Sun, 19 Aug 2007 01:41:04 +0200
-
-python-markdown (1.6a-1) unstable; urgency=low
-
-  * New upstream version (Closes: #398856)
-  * debian/control:
-    - Added XS-Vcs-Browser, XS-Vcs-Svn field
-    - Moved python-support to Build-Depends, fixing lintian
-      error clean-should-be-satisfied-by-build-depends
-  * debian/watch:
-    - Updating watch file - upstream ships a .zip file now
-  * debian/changelog.pointer:
-    - Removing file, upstream ships a changelog now
-  * debian/README.Debian:
-    - Updated, upstream ships a changelog now
-  * debian/copyright:
-    - Reflecting upstreams change in licensing, markdown is dual-licensed
-      under GPL-2 and BSD now
-  * debian/dirs:
-    - Removing file, not needed anymore
-  * debian/compat:
-    - Bumping to level 5
-
- -- Bernd Zeimetz <bernd at bzed.de>  Sat, 18 Aug 2007 14:36:15 +0200
-
-python-markdown (1.4-2) unstable; urgency=low
-
-  * Acknowledge previous NMU. Closes: #374865
-  * Update to new python policy. Closes: #373326
-  * Updated Standards-Version.
-  * Added myself to uploaders.
-
- -- Raphael Hertzog <hertzog at debian.org>  Fri, 23 Jun 2006 10:48:53 +0200
-
-python-markdown (1.4-1.1) unstable; urgency=high
-
-  * Non-maintainer upload.
-  * Build-depend on python-dev instead of python; fixes FTBFS, patch from
-    Andreas Jochens. (Closes: #373201)
-
- -- Steinar H. Gunderson <sesse at debian.org>  Tue, 20 Jun 2006 23:53:45 +0200
-
-python-markdown (1.4-1) unstable; urgency=low
-
-  * Initial release Closes: #364082
-
- -- Fredrik Steen <stone at debian.org>  Fri, 21 Apr 2006 13:18:31 +0200

Copied: packages/python-markdown/tags/2.2.1-3/debian/changelog (from rev 23004, packages/python-markdown/trunk/debian/changelog)
===================================================================
--- packages/python-markdown/tags/2.2.1-3/debian/changelog	                        (rev 0)
+++ packages/python-markdown/tags/2.2.1-3/debian/changelog	2012-11-14 09:11:55 UTC (rev 23005)
@@ -0,0 +1,187 @@
+python-markdown (2.2.1-3) unstable; urgency=low
+
+  * Redirect tests stderr to stdout and don't set -x, thanks to Martin Pitt
+    (closes: #692813)
+  * Update to 2012-11-09 from upstream git
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 14 Nov 2012 09:03:07 +0400
+
+python-markdown (2.2.1-2) unstable; urgency=low
+
+  * debian/tests/control: fix wrong dependency for python3-markdown test
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 06 Nov 2012 10:48:11 +0400
+
+python-markdown (2.2.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Simplify .install files
+  * Add python-utidylib to python-markdown Suggests (for html_tidy extension)
+    and to Build-Depends (for testsuite)
+  * git_fix_tests.patch: dropped, no longer needed
+  * Add DEP-8 tests
+  * debian/rules: skip tests for Python versions unsupported by nose
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 05 Nov 2012 13:28:13 +0400
+
+python-markdown (2.2.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Recommend python[3]-pygments packages (needed for codehilite extension)
+  * Adjust to upstream documentation changes
+  * Don't compress text files that go with the documentation
+  * git_fix_inline_html.patch: dropped, applied in the new release
+  * git_fix_tests.patch: patch from upstream git to fix test suite failures
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 29 Jul 2012 14:20:06 +0400
+
+python-markdown (2.1.1-3) unstable; urgency=low
+
+  [ Dmitry Shachnev ]
+  * Bump Standards-Version to 3.9.3
+  * Make module packages suggest the doc package
+  * Add doc-base file
+  * Run tests during build
+  * Add debian/patches/git_fix_inline_html.patch to fix issues with
+    inline html handling (closes: #646552)
+
+  [ Bernd Zeimetz ]
+  * Setting DM-Upload-Allowed: yes 
+
+ -- Bernd Zeimetz <bzed at debian.org>  Sat, 05 May 2012 22:31:31 +0200
+
+python-markdown (2.1.1-2) unstable; urgency=low
+
+  * Switch to debhelper 8
+  * Add python-markdown-doc package
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 16 Feb 2012 19:06:04 +0400
+
+python-markdown (2.1.1-1) unstable; urgency=low
+
+  * Add myself to Uploaders
+  * New upstream release
+  * Add debian/markdown_py.1 manpage
+  * Drop 01-fix-unusual-interpreter.patch, fixed upstream
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 25 Jan 2012 13:26:18 +0400
+
+python-markdown (2.1.0-1) unstable; urgency=low
+
+  [ Dmitry Shachnev ]
+  * New upstream release
+  * Use 3.0 (quilt) source format
+  * Port to dh_python*
+  * Build Python3 package (closes: #647094)
+  * debian/patches/01-fix-unusual-interpreter.patch:
+    - fix interpreter in def_list and tables extensions
+  * Bump Standards-Version to 3.9.2, no changes required
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Sun, 22 Jan 2012 15:24:30 +0400
+
+python-markdown (2.0.3-2) unstable; urgency=low
+
+  * Rename /usr/bin/markdown to /usr/bin/markdown_py for now. The Python
+    implementation is not compatible enough to be an alternative for the Perl
+    version yet. (Closes: #567378)
+  * Get rid of the new source format mess, we use the default.
+  * Add .PHONY to debian/rules. 
+  * Bump Standards-Version to 3.8.4 - no changes needed.
+  * Drop XB-Python-Version, not needed.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 24 Feb 2010 23:24:10 +0100
+
+python-markdown (2.0.3-1) unstable; urgency=low
+
+  [ Raphaël Hertzog ]
+  * New upstream release. Closes: #525563
+  * Remove myself from Uploaders.
+  * Update watch file to point to pypi.
+  * Switch to source format "3.0 (quilt)".
+  * Fix URL in README.Debian. Closes: #532416
+  * Switch to debhelper 7 tiny rules files and compat mode 7.
+  * Build-depends on python instead of python-dev.
+  * Update Standards-Version to 3.8.3.
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 27 Jan 2010 17:48:00 +0100
+
+python-markdown (1.7-2) unstable; urgency=low
+
+  [ Sandro Tosi ]
+  * debian/control
+    - switch Vcs-Browser field to viewsvn
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/rules: Don't rely on python-support directory
+    structure. Thanks Josselin Mouette. Closes: #517061.
+  * Standards-Version is 3.8.0. No changes needed.
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 25 Feb 2009 23:35:20 +0100
+
+python-markdown (1.7-1) unstable; urgency=low
+
+  [ Bernd Zeimetz ]
+  * New upstream version.
+  * debian/control:
+    - Adding Homepage field, removing pseudo-field from description
+    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+    - Updating my email address
+    - Bumping Standards-Version to 3.7.3 - no changes needed.
+
+  [ Sandro Tosi ]
+  * debian/control
+    - uniforming Vcs-Browser field
+
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 02 Mar 2008 23:43:50 +0100
+
+python-markdown (1.6b-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Sun, 19 Aug 2007 01:41:04 +0200
+
+python-markdown (1.6a-1) unstable; urgency=low
+
+  * New upstream version (Closes: #398856)
+  * debian/control:
+    - Added XS-Vcs-Browser, XS-Vcs-Svn field
+    - Moved python-support to Build-Depends, fixing lintian
+      error clean-should-be-satisfied-by-build-depends
+  * debian/watch:
+    - Updating watch file - upstream ships a .zip file now
+  * debian/changelog.pointer:
+    - Removing file, upstream ships a changelog now
+  * debian/README.Debian:
+    - Updated, upstream ships a changelog now
+  * debian/copyright:
+    - Reflecting upstreams change in licensing, markdown is dual-licensed
+      under GPL-2 and BSD now
+  * debian/dirs:
+    - Removing file, not needed anymore
+  * debian/compat:
+    - Bumping to level 5
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Sat, 18 Aug 2007 14:36:15 +0200
+
+python-markdown (1.4-2) unstable; urgency=low
+
+  * Acknowledge previous NMU. Closes: #374865
+  * Update to new python policy. Closes: #373326
+  * Updated Standards-Version.
+  * Added myself to uploaders.
+
+ -- Raphael Hertzog <hertzog at debian.org>  Fri, 23 Jun 2006 10:48:53 +0200
+
+python-markdown (1.4-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Build-depend on python-dev instead of python; fixes FTBFS, patch from
+    Andreas Jochens. (Closes: #373201)
+
+ -- Steinar H. Gunderson <sesse at debian.org>  Tue, 20 Jun 2006 23:53:45 +0200
+
+python-markdown (1.4-1) unstable; urgency=low
+
+  * Initial release Closes: #364082
+
+ -- Fredrik Steen <stone at debian.org>  Fri, 21 Apr 2006 13:18:31 +0200

Deleted: packages/python-markdown/tags/2.2.1-3/debian/patches/series
===================================================================
--- packages/python-markdown/trunk/debian/patches/series	2012-11-14 05:03:30 UTC (rev 23000)
+++ packages/python-markdown/tags/2.2.1-3/debian/patches/series	2012-11-14 09:11:55 UTC (rev 23005)
@@ -1,2 +0,0 @@
-series
-update_to_latest_git.patch

Copied: packages/python-markdown/tags/2.2.1-3/debian/patches/series (from rev 23002, packages/python-markdown/trunk/debian/patches/series)
===================================================================
--- packages/python-markdown/tags/2.2.1-3/debian/patches/series	                        (rev 0)
+++ packages/python-markdown/tags/2.2.1-3/debian/patches/series	2012-11-14 09:11:55 UTC (rev 23005)
@@ -0,0 +1 @@
+update_to_latest_git.patch

Deleted: packages/python-markdown/tags/2.2.1-3/debian/tests/python-markdown
===================================================================
--- packages/python-markdown/trunk/debian/tests/python-markdown	2012-11-09 03:30:46 UTC (rev 22928)
+++ packages/python-markdown/tags/2.2.1-3/debian/tests/python-markdown	2012-11-14 09:11:55 UTC (rev 23005)
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -eux
-cp -r tests run-tests.py "$ADTTMP/"
-cd "$ADTTMP"
-for python in $(pyversions -i); do
-	PYTHONWARNINGS=d $python run-tests.py 2>&1
-done

Copied: packages/python-markdown/tags/2.2.1-3/debian/tests/python-markdown (from rev 23004, packages/python-markdown/trunk/debian/tests/python-markdown)
===================================================================
--- packages/python-markdown/tags/2.2.1-3/debian/tests/python-markdown	                        (rev 0)
+++ packages/python-markdown/tags/2.2.1-3/debian/tests/python-markdown	2012-11-14 09:11:55 UTC (rev 23005)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -eu
+cp -r tests run-tests.py "$ADTTMP/"
+cd "$ADTTMP"
+for python in $(pyversions -i); do
+	PYTHONWARNINGS=d $python run-tests.py 2>&1
+done

Deleted: packages/python-markdown/tags/2.2.1-3/debian/tests/python3-markdown
===================================================================
--- packages/python-markdown/trunk/debian/tests/python3-markdown	2012-11-09 03:30:46 UTC (rev 22928)
+++ packages/python-markdown/tags/2.2.1-3/debian/tests/python3-markdown	2012-11-14 09:11:55 UTC (rev 23005)
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -eux
-cp -r tests "$ADTTMP/"
-2to3 -w --no-diffs "$ADTTMP/tests/" 2>&1
-cd "$ADTTMP"
-
-for pyversion in $(py3versions -vi); do
-	PYTHONWARNINGS=d nosetests-$pyversion -w tests 2>&1
-done

Copied: packages/python-markdown/tags/2.2.1-3/debian/tests/python3-markdown (from rev 23004, packages/python-markdown/trunk/debian/tests/python3-markdown)
===================================================================
--- packages/python-markdown/tags/2.2.1-3/debian/tests/python3-markdown	                        (rev 0)
+++ packages/python-markdown/tags/2.2.1-3/debian/tests/python3-markdown	2012-11-14 09:11:55 UTC (rev 23005)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -eu
+cp -r tests "$ADTTMP/"
+2to3 -w --no-diffs "$ADTTMP/tests/" 2>&1
+cd "$ADTTMP"
+
+for pyversion in $(py3versions -vi); do
+	PYTHONWARNINGS=d nosetests-$pyversion -w tests 2>&1
+done




More information about the Python-modules-commits mailing list