[Python-modules-commits] r31976 - in packages/python-markdown/trunk/debian (changelog control)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Mon Mar 9 15:45:48 UTC 2015


    Date: Monday, March 9, 2015 @ 15:45:47
  Author: mitya57
Revision: 31976

* New upstream bugfix release.
* Update package descriptions.

Modified:
  packages/python-markdown/trunk/debian/changelog
  packages/python-markdown/trunk/debian/control

Modified: packages/python-markdown/trunk/debian/changelog
===================================================================
--- packages/python-markdown/trunk/debian/changelog	2015-03-09 15:10:40 UTC (rev 31975)
+++ packages/python-markdown/trunk/debian/changelog	2015-03-09 15:45:47 UTC (rev 31976)
@@ -1,3 +1,10 @@
+python-markdown (2.6.1) UNRELEASED; urgency=medium
+
+  * New upstream bugfix release.
+  * Update package descriptions.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 09 Mar 2015 18:44:45 +0300
+
 python-markdown (2.6-1) experimental; urgency=medium
 
   * New upstream release.

Modified: packages/python-markdown/trunk/debian/control
===================================================================
--- packages/python-markdown/trunk/debian/control	2015-03-09 15:10:40 UTC (rev 31975)
+++ packages/python-markdown/trunk/debian/control	2015-03-09 15:45:47 UTC (rev 31976)
@@ -27,7 +27,7 @@
 Depends: ${python:Depends}, ${misc:Depends}
 Recommends: python-pygments, python-yaml
 Suggests: python-markdown-doc
-Description: text-to-HTML conversion library/tool (implemented in Python 2)
+Description: text-to-HTML conversion library/tool (Python 2 version)
  Markdown is a text-to-HTML conversion tool for web writers. Markdown
  allows you to write using an easy-to-read, easy-to-write plain text
  format, then convert it to structurally valid XHTML (or HTML).
@@ -38,14 +38,15 @@
  attributes.
  .
  This package contains all the files needed to use Markdown with Python
- 2.x, and the /usr/bin/markdown_py command-line tool.
+ 2.x, and the /usr/bin/markdown_py command-line tool (provided for
+ compatibility purposes).
 
 Package: python3-markdown
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
 Recommends: python3-pygments, python3-yaml
 Suggests: python-markdown-doc
-Description: text-to-HTML conversion library/tool (implemented in Python 3)
+Description: text-to-HTML conversion library/tool (Python 3 version)
  Markdown is a text-to-HTML conversion tool for web writers. Markdown
  allows you to write using an easy-to-read, easy-to-write plain text
  format, then convert it to structurally valid XHTML (or HTML).




More information about the Python-modules-commits mailing list