[Python-modules-commits] [pytest-expect] 01/01: Use pypi as the offical source of tarballs
Diane Trout
diane at moszumanska.debian.org
Tue Nov 15 23:26:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch master
in repository pytest-expect.
commit bff501b6a46a7fd94892b39360c19d5d8eb033a5
Author: Diane Trout <diane at ghic.org>
Date: Tue Nov 15 15:25:02 2016 -0800
Use pypi as the offical source of tarballs
---
debian/watch | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/watch b/debian/watch
index cc2c404..641e6bd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%pytest-expect-$1.tar.gz%" \
- https://github.com/gsnedders/pytest-expect/tags \
- (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
+https://pypi.python.org/packages/source/p/pytest-expect/ \
+ pytest-expect-(.+)\.tar\.gz debian uupdate
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-expect.git
More information about the Python-modules-commits
mailing list