[Python-modules-commits] r24542 - in packages/pycparser/trunk (4 files)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Sat May 25 23:45:33 UTC 2013
Date: Saturday, May 25, 2013 @ 23:45:31
Author: stefanor
Revision: 24542
Switch watchfile URL to https.
Modified:
packages/pycparser/trunk/debian/ (properties)
packages/pycparser/trunk/debian/changelog
packages/pycparser/trunk/debian/compat
packages/pycparser/trunk/debian/watch
Property changes on: packages/pycparser/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Modified: packages/pycparser/trunk/debian/changelog
===================================================================
--- packages/pycparser/trunk/debian/changelog 2013-05-25 23:07:20 UTC (rev 24541)
+++ packages/pycparser/trunk/debian/changelog 2013-05-25 23:45:31 UTC (rev 24542)
@@ -1,4 +1,4 @@
-pycparser (2.09.1+dfsg-1) UNRELEASED; urgency=low
+pycparser (2.09.1+dfsg-1) unstable; urgency=low
[ Stefano Rivera ]
* New upstream release.
@@ -10,11 +10,12 @@
* Export PYTHONPATH in debian/rules to avoid running tests against an
installed pycparser.
* Add an autopkgtest to run the unit tests.
+ * Switch watchfile URL to https.
[ Jakub Wilk ]
* Add Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 15:05:54 +0200
+ -- Stefano Rivera <stefanor at debian.org> Sun, 26 May 2013 01:44:06 +0200
pycparser (2.07+dfsg-1) unstable; urgency=low
Modified: packages/pycparser/trunk/debian/compat
===================================================================
--- packages/pycparser/trunk/debian/compat 2013-05-25 23:07:20 UTC (rev 24541)
+++ packages/pycparser/trunk/debian/compat 2013-05-25 23:45:31 UTC (rev 24542)
@@ -1 +1 @@
-7
+8
Modified: packages/pycparser/trunk/debian/watch
===================================================================
--- packages/pycparser/trunk/debian/watch 2013-05-25 23:07:20 UTC (rev 24541)
+++ packages/pycparser/trunk/debian/watch 2013-05-25 23:45:31 UTC (rev 24542)
@@ -1,4 +1,4 @@
version=3
opts=dversionmangle=s/\+dfsg// \
-http://pypi.python.org/packages/source/p/pycparser/pycparser-(.+).tar.gz
+https://pypi.python.org/packages/source/p/pycparser/pycparser-(.+).tar.gz
More information about the Python-modules-commits
mailing list