[Python-modules-commits] r33335 - in packages/pyjwt/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Thu Jul 9 22:35:29 UTC 2015
Date: Thursday, July 9, 2015 @ 22:35:28
Author: eriol-guest
Revision: 33335
Add python{,3}-crypto to Suggests
Modified:
packages/pyjwt/trunk/debian/changelog
packages/pyjwt/trunk/debian/control
Modified: packages/pyjwt/trunk/debian/changelog
===================================================================
--- packages/pyjwt/trunk/debian/changelog 2015-07-09 20:32:35 UTC (rev 33334)
+++ packages/pyjwt/trunk/debian/changelog 2015-07-09 22:35:28 UTC (rev 33335)
@@ -8,13 +8,14 @@
- Update Homepage field.
- Add python{,3}-cryptography to Build-Depends and Recommends.
(Closes: #780630)
+ - Add python{,3}-crypto to Suggests.
* debian/patches/01_do-not-use-pytest-runner.patch
- Remove pytest-runner form setup_requires since it's not packaged for
Debian yet.
* debian/watch
- Use pypi.debian.net redirector.
- -- Daniele Tricoli <eriol at mornie.org> Thu, 09 Jul 2015 22:05:37 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Fri, 10 Jul 2015 00:28:57 +0200
pyjwt (0.2.1-1) unstable; urgency=low
Modified: packages/pyjwt/trunk/debian/control
===================================================================
--- packages/pyjwt/trunk/debian/control 2015-07-09 20:32:35 UTC (rev 33334)
+++ packages/pyjwt/trunk/debian/control 2015-07-09 22:35:28 UTC (rev 33335)
@@ -23,6 +23,7 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-cryptography
+Suggests: python-crypto
Description: Python implementation of JSON Web Token
PyJWT implements the JSON Web Token draft 01, a way of representing
signed content using JSON data structures.
@@ -46,6 +47,7 @@
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-cryptography
+Suggests: python3-crypto
Description: Python 3 implementation of JSON Web Token
PyJWT implements the JSON Web Token draft 01, a way of representing
signed content using JSON data structures.
More information about the Python-modules-commits
mailing list