[Python-modules-commits] [mpmath] 01/13: update to use github tags, so the tarball will contain code and doc source

Sandro Tosi morph at moszumanska.debian.org
Sun Nov 26 05:20:29 UTC 2017


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

morph pushed a commit to branch master
in repository mpmath.

commit d20339ff68a2344a22990abfa6b164d7a93fcc89
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Nov 25 21:47:23 2017 -0500

    update to use github tags, so the tarball will contain code and doc source
---
 debian/changelog | 7 ++++++-
 debian/watch     | 6 +++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8e79744..5b35b21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 mpmath (0.19-4) UNRELEASED; urgency=medium
 
+  [ Sandro Tosi ]
+  * debian/watch
+    - update to use github tags, so the tarball will contain code and doc source
+
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
   * d/copyright: Changed licence shortname BSD -> BSD-3-clause
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:43:50 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 25 Nov 2017 21:46:35 -0500
 
 mpmath (0.19-3) unstable; urgency=medium
 
diff --git a/debian/watch b/debian/watch
index 14daefe..bebfbeb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/mpmath/mpmath-all-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%mpmath-$1.tar.gz%" \
+https://github.com/fredrik-johansson/mpmath/tags (?:.*?/)?(\d[\d.]*)\.tar\.gz

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



More information about the Python-modules-commits mailing list