[Python-apps-commits] r13559 - in packages/twine/tags (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Thu Aug 25 14:54:07 UTC 2016


    Date: Thursday, August 25, 2016 @ 14:54:07
  Author: barry
Revision: 13559

[svn-buildpackage] Tagging twine 1.8.1-1

Added:
  packages/twine/tags/1.8.1-1/
  packages/twine/tags/1.8.1-1/debian/changelog
    (from rev 13558, packages/twine/trunk/debian/changelog)
  packages/twine/tags/1.8.1-1/debian/control
    (from rev 13558, packages/twine/trunk/debian/control)
Deleted:
  packages/twine/tags/1.8.1-1/debian/changelog
  packages/twine/tags/1.8.1-1/debian/control

Deleted: packages/twine/tags/1.8.1-1/debian/changelog
===================================================================
--- packages/twine/trunk/debian/changelog	2016-08-24 22:25:22 UTC (rev 13557)
+++ packages/twine/tags/1.8.1-1/debian/changelog	2016-08-25 14:54:07 UTC (rev 13559)
@@ -1,32 +0,0 @@
-twine (1.8.1-1) UNRELEASED; urgency=medium
-
-  [ Zygmunt Krynicki ]
-  * Refresh dependencies (still missing python3-requests-toolbelt)
-
-  [ Barry Warsaw ]
-  * New upstream release.
-  * d/control:
-    - Bump Standards-Version to 3.9.8 with no other changes needed.
-    - Add python3-sphinx-rtd-theme to Build-Depends.
-  * d/twine.manpages: Added to correctly install the man page.
-
- -- Barry Warsaw <barry at debian.org>  Wed, 24 Aug 2016 17:10:18 -0400
-
-twine (1.5.0-1) unstable; urgency=medium
-
-  * New upstream release
-  * debian/watch: use the new pypi redirector
-  * debian/copyright: update with new authors
-  * debian/manpages: remove the automatically-generated manual page until
-    upstream has some documentation. This is also tracked upstream as
-    https://github.com/pypa/twine/issues/11
-  * debian/lintian-overrides: add an override for the lower-case 'python' used
-    in the long description as a code example.
-
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Tue, 21 Jul 2015 21:43:17 +0200
-
-twine (1.3.1-1) unstable; urgency=medium
-
-  * Initial release. (Closes: #745342)
-
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Sun, 20 Apr 2014 19:55:00 +0200

Copied: packages/twine/tags/1.8.1-1/debian/changelog (from rev 13558, packages/twine/trunk/debian/changelog)
===================================================================
--- packages/twine/tags/1.8.1-1/debian/changelog	                        (rev 0)
+++ packages/twine/tags/1.8.1-1/debian/changelog	2016-08-25 14:54:07 UTC (rev 13559)
@@ -0,0 +1,34 @@
+twine (1.8.1-1) unstable; urgency=medium
+
+  [ Zygmunt Krynicki ]
+  * Refresh dependencies (still missing python3-requests-toolbelt)
+
+  [ Barry Warsaw ]
+  * New upstream release.
+  * d/control:
+    - Bump Standards-Version to 3.9.8 with no other changes needed.
+    - Add python3-sphinx-rtd-theme to Build-Depends.
+    - With permission, move PAPT into Maintainer, with Zygmunt and
+      myself as Uploaders.
+  * d/twine.manpages: Added to correctly install the man page.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 25 Aug 2016 10:47:14 -0400
+
+twine (1.5.0-1) unstable; urgency=medium
+
+  * New upstream release
+  * debian/watch: use the new pypi redirector
+  * debian/copyright: update with new authors
+  * debian/manpages: remove the automatically-generated manual page until
+    upstream has some documentation. This is also tracked upstream as
+    https://github.com/pypa/twine/issues/11
+  * debian/lintian-overrides: add an override for the lower-case 'python' used
+    in the long description as a code example.
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Tue, 21 Jul 2015 21:43:17 +0200
+
+twine (1.3.1-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #745342)
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Sun, 20 Apr 2014 19:55:00 +0200

Deleted: packages/twine/tags/1.8.1-1/debian/control
===================================================================
--- packages/twine/trunk/debian/control	2016-08-24 22:25:22 UTC (rev 13557)
+++ packages/twine/tags/1.8.1-1/debian/control	2016-08-25 14:54:07 UTC (rev 13559)
@@ -1,52 +0,0 @@
-Source: twine
-Section: utils
-Priority: optional
-Maintainer: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
-Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python3-all,
-               python3-pkg-resources,
-               python3-pkginfo (>= 1.0),
-               python3-releases (>= 0.6.1),
-               python3-requests (>= 2.3.0),
-               python3-setuptools (>= 0.7),
-               python3-sphinx,
-               python3-sphinx-rtd-theme
-Standards-Version: 3.9.8
-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/
-Homepage: https://github.com/dstufft/twine
-
-Package: twine
-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.
- .
- 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
- password to a MITM attack. Twine uses only verified TLS to upload to PyPI
- protecting your credentials from theft.
- .
- Secondly it allows you to precreate your distribution files. python setup.py
- upload only allows you to upload something that you’ve created in the same
- command invocation. This means that you cannot test the exact file you’re
- going to upload to PyPI to ensure that it works before uploading it.
- .
- Finally it allows you to pre-sign your files and pass the .asc files into the
- command line invocation (twine upload twine-1.0.1.tar.gz
- twine-1.0.1.tar.gz.asc). This enables you to be assured that you’re typing
- your gpg passphrase into gpg itself and not anything else since you will be
- the one directly executing gpg --detach-sign -a <filename>.
- .
- Features:
- .
-  - Verified HTTPS Connections
-  - Uploading doesn’t require executing setup.py
-  - Uploading files that have already been created, allowing testing of
-    distributions before release
-  - Supports uploading any packaging format (including wheels).

Copied: packages/twine/tags/1.8.1-1/debian/control (from rev 13558, packages/twine/trunk/debian/control)
===================================================================
--- packages/twine/tags/1.8.1-1/debian/control	                        (rev 0)
+++ packages/twine/tags/1.8.1-1/debian/control	2016-08-25 14:54:07 UTC (rev 13559)
@@ -0,0 +1,53 @@
+Source: twine
+Section: utils
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>,
+           Barry Warsaw <barry at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python3-all,
+               python3-pkg-resources,
+               python3-pkginfo (>= 1.0),
+               python3-releases (>= 0.6.1),
+               python3-requests (>= 2.3.0),
+               python3-setuptools (>= 0.7),
+               python3-sphinx,
+               python3-sphinx-rtd-theme
+Standards-Version: 3.9.8
+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/
+Homepage: https://github.com/dstufft/twine
+
+Package: twine
+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.
+ .
+ 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
+ password to a MITM attack. Twine uses only verified TLS to upload to PyPI
+ protecting your credentials from theft.
+ .
+ Secondly it allows you to precreate your distribution files. python setup.py
+ upload only allows you to upload something that you’ve created in the same
+ command invocation. This means that you cannot test the exact file you’re
+ going to upload to PyPI to ensure that it works before uploading it.
+ .
+ Finally it allows you to pre-sign your files and pass the .asc files into the
+ command line invocation (twine upload twine-1.0.1.tar.gz
+ twine-1.0.1.tar.gz.asc). This enables you to be assured that you’re typing
+ your gpg passphrase into gpg itself and not anything else since you will be
+ the one directly executing gpg --detach-sign -a <filename>.
+ .
+ Features:
+ .
+  - Verified HTTPS Connections
+  - Uploading doesn’t require executing setup.py
+  - Uploading files that have already been created, allowing testing of
+    distributions before release
+  - Supports uploading any packaging format (including wheels).




More information about the Python-apps-commits mailing list