[Python-modules-commits] r25919 - in packages (6 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Mon Sep 23 12:56:39 UTC 2013


    Date: Monday, September 23, 2013 @ 12:56:38
  Author: mitya57-guest
Revision: 25919

debian/watch: use HTTPS, and correctly escape dots.

Modified:
  packages/pymarkups/trunk/debian/changelog
  packages/pymarkups/trunk/debian/watch
  packages/python-markdown/trunk/debian/changelog
  packages/python-markdown/trunk/debian/watch
  packages/python-secretstorage/trunk/debian/changelog
  packages/python-secretstorage/trunk/debian/watch

Modified: packages/pymarkups/trunk/debian/changelog
===================================================================
--- packages/pymarkups/trunk/debian/changelog	2013-09-23 12:43:23 UTC (rev 25918)
+++ packages/pymarkups/trunk/debian/changelog	2013-09-23 12:56:38 UTC (rev 25919)
@@ -1,6 +1,6 @@
 pymarkups (0.3-2) UNRELEASED; urgency=low
 
-  * Switch debian/watch to use HTTPS.
+  * debian/watch: use HTTPS, and correctly escape dots.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 07 Aug 2013 18:55:30 +0400
 

Modified: packages/pymarkups/trunk/debian/watch
===================================================================
--- packages/pymarkups/trunk/debian/watch	2013-09-23 12:43:23 UTC (rev 25918)
+++ packages/pymarkups/trunk/debian/watch	2013-09-23 12:56:38 UTC (rev 25919)
@@ -1,2 +1,2 @@
 version=3
-https://pypi.python.org/packages/source/M/Markups/Markups-(.*).tar.gz
+https://pypi.python.org/packages/source/M/Markups/Markups-(.*)\.tar\.gz

Modified: packages/python-markdown/trunk/debian/changelog
===================================================================
--- packages/python-markdown/trunk/debian/changelog	2013-09-23 12:43:23 UTC (rev 25918)
+++ packages/python-markdown/trunk/debian/changelog	2013-09-23 12:56:38 UTC (rev 25919)
@@ -6,6 +6,7 @@
       AUTHOR section.
   * Really remove suggestion of python-utidylib, HTML Tidy extension
     has been removed in 2.3.
+  * debian/watch: use HTTPS, and correctly escape dots.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 08 Apr 2013 14:11:12 +0400
 

Modified: packages/python-markdown/trunk/debian/watch
===================================================================
--- packages/python-markdown/trunk/debian/watch	2013-09-23 12:43:23 UTC (rev 25918)
+++ packages/python-markdown/trunk/debian/watch	2013-09-23 12:56:38 UTC (rev 25919)
@@ -1,2 +1,2 @@
 version=3
-http://pypi.python.org/packages/source/M/Markdown/Markdown-(.*).tar.gz
+https://pypi.python.org/packages/source/M/Markdown/Markdown-(.*)\.tar\.gz

Modified: packages/python-secretstorage/trunk/debian/changelog
===================================================================
--- packages/python-secretstorage/trunk/debian/changelog	2013-09-23 12:43:23 UTC (rev 25918)
+++ packages/python-secretstorage/trunk/debian/changelog	2013-09-23 12:56:38 UTC (rev 25919)
@@ -1,6 +1,6 @@
 python-secretstorage (1.0.0-2) UNRELEASED; urgency=low
 
-  * Switch debian/watch to use HTTPS.
+  * debian/watch: use HTTPS, and correctly escape dots.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 07 Aug 2013 18:53:30 +0400
 

Modified: packages/python-secretstorage/trunk/debian/watch
===================================================================
--- packages/python-secretstorage/trunk/debian/watch	2013-09-23 12:43:23 UTC (rev 25918)
+++ packages/python-secretstorage/trunk/debian/watch	2013-09-23 12:56:38 UTC (rev 25919)
@@ -1,2 +1,2 @@
 version=3
-https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-(.*).tar.gz
+https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list