[Python-apps-commits] r12112 - in packages/twine/trunk/debian (4 files)
zyga-guest at users.alioth.debian.org
zyga-guest at users.alioth.debian.org
Tue Jul 21 12:14:43 UTC 2015
Date: Tuesday, July 21, 2015 @ 12:14:41
Author: zyga-guest
Revision: 12112
* debian/watch: use the new pypi redirector
* New upstream release
* debian/copyright: update with new authors
Modified:
packages/twine/trunk/debian/changelog
packages/twine/trunk/debian/control
packages/twine/trunk/debian/copyright
packages/twine/trunk/debian/watch
Modified: packages/twine/trunk/debian/changelog
===================================================================
--- packages/twine/trunk/debian/changelog 2015-07-18 21:51:45 UTC (rev 12111)
+++ packages/twine/trunk/debian/changelog 2015-07-21 12:14:41 UTC (rev 12112)
@@ -1,5 +1,8 @@
-twine (1.3.1-1) UNRELEASED; urgency=medium
+twine (1.5.0-1) UNRELEASED; urgency=medium
* Initial release. (Closes: #745342)
+ * debian/watch: use the new pypi redirector
+ * New upstream release
+ * debian/copyright: update with new authors
-- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Sun, 20 Apr 2014 19:55:00 +0200
Modified: packages/twine/trunk/debian/control
===================================================================
--- packages/twine/trunk/debian/control 2015-07-18 21:51:45 UTC (rev 12111)
+++ packages/twine/trunk/debian/control 2015-07-21 12:14:41 UTC (rev 12112)
@@ -12,7 +12,7 @@
python3-requests (>= 2.0),
python3-setuptools,
python3-sphinx
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
X-Python3-Version: >= 3.3
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/twine/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/twine/trunk/
@@ -22,9 +22,9 @@
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: utility for interacting with PyPI
- Twine is a tool for uploading distributions (in the python meaning) to PyPi.
+ Twine is a tool for uploading distributions (in the Python meaning) to PyPi.
.
- Why Should I Use This?
+ Why should twine be used over the traditional approach?
.
The biggest reason to use twine is that python setup.py upload uploads files
over plaintext. This means anytime you use it you expose your username and
Modified: packages/twine/trunk/debian/copyright
===================================================================
--- packages/twine/trunk/debian/copyright 2015-07-18 21:51:45 UTC (rev 12111)
+++ packages/twine/trunk/debian/copyright 2015-07-21 12:14:41 UTC (rev 12112)
@@ -3,7 +3,12 @@
Source: https://github.com/dstufft/twine
Files: *
-Copyright: Copyright 2013-2014 Donald Stufft
+Copyright:
+ Donald Stufft <donald at stufft.io>
+ Jannis Leidel <jannis at leidel.info>
+ Ralf Schmitt <ralf at systemexit.de>
+ Ian Cordasco <graffatcolmingov at gmail.com>
+ Marc Abramowitz <msabramo at gmail.com>
License: APACHE-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -18,7 +23,7 @@
limitations under the License.
Files: debian/*
-Copyright: 2014 Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
+Copyright: 2014-2015 Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
License: GPL-3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3,
Modified: packages/twine/trunk/debian/watch
===================================================================
--- packages/twine/trunk/debian/watch 2015-07-18 21:51:45 UTC (rev 12111)
+++ packages/twine/trunk/debian/watch 2015-07-21 12:14:41 UTC (rev 12112)
@@ -1,3 +1,3 @@
version=3
-opts="uversionmangle=s/b/~b/g;s/a/~a/g" \
- http://pypi.python.org/packages/source/t/twine/twine-(.*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/twine/twine-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-apps-commits
mailing list