[Python-modules-commits] [python-hypothesis] 01/06: Fix watch file to handle alpha version.

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Feb 17 16:11:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-hypothesis.

commit 07dced6e06f8bcba7eb2a8608d985dd7349bbcd8
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Wed Feb 17 17:44:00 2016 +0200

    Fix watch file to handle alpha version.
---
 debian/changelog | 6 ++++++
 debian/watch     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5c8746a..26202b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-hypothesis (2.0.0-2) UNRELEASED; urgency=medium
+
+  * Fix watch file to handle alpha version.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Wed, 17 Feb 2016 17:43:46 +0200
+
 python-hypothesis (2.0.0-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/watch b/debian/watch
index 1f46af6..b8353e4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/hypothesis-$1\.tar\.gz/ \
+opts=uversionmangle=s/-?(rc|a|b|c|alpha)/~$1/,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/hypothesis-$1\.tar\.gz/ \
 https://github.com/DRMacIver/hypothesis/releases .*/archive/v?(.+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-hypothesis.git



More information about the Python-modules-commits mailing list