[Python-modules-commits] [pyjokes] 02/02: Change watch file to use github

Ethan Ward ethanward-guest at moszumanska.debian.org
Tue Aug 22 19:20:43 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository pyjokes.

commit f5e422e530641500c8a6bed494ef4872dbc76cc2
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Tue Aug 22 14:20:39 2017 -0500

    Change watch file to use github
---
 debian/watch | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index 92bb15c..c584b19 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,5 @@
-version=3
-https://pypi.python.org/packages/source/p/pyjokes/pyjokes-(.*).tar.gz
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%pyjokes-$1.tar.gz%" \
+             https://github.com/pyjokes/pyjokes/tags \
+             (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
+

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



More information about the Python-modules-commits mailing list