[Python-modules-commits] r33301 - in packages/pyjwt/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Jul 8 01:41:24 UTC 2015


    Date: Wednesday, July 8, 2015 @ 01:41:23
  Author: eriol-guest
Revision: 33301

Add python{,3}-cryptography to Build-Depends and Recommends.

Modified:
  packages/pyjwt/trunk/debian/changelog
  packages/pyjwt/trunk/debian/control

Modified: packages/pyjwt/trunk/debian/changelog
===================================================================
--- packages/pyjwt/trunk/debian/changelog	2015-07-08 01:16:17 UTC (rev 33300)
+++ packages/pyjwt/trunk/debian/changelog	2015-07-08 01:41:23 UTC (rev 33301)
@@ -6,10 +6,12 @@
       https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/
   * debian/control
     - Update Homepage field.
+    - Add python{,3}-cryptography to Build-Depends and Recommends.
+      (Closes: #780630)
   * debian/watch
     - Use pypi.debian.net redirector.
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 08 Jul 2015 02:57:14 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 08 Jul 2015 03:37:35 +0200
 
 pyjwt (0.2.1-1) unstable; urgency=low
 

Modified: packages/pyjwt/trunk/debian/control
===================================================================
--- packages/pyjwt/trunk/debian/control	2015-07-08 01:16:17 UTC (rev 33300)
+++ packages/pyjwt/trunk/debian/control	2015-07-08 01:41:23 UTC (rev 33301)
@@ -7,8 +7,10 @@
  debhelper (>= 9),
  dh-python,
  python-all (>= 2.6.6-3),
+ python-cryptography,
  python-setuptools (>= 0.6b3),
  python3-all,
+ python3-cryptography,
  python3-setuptools,
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
@@ -20,6 +22,7 @@
 Package: python-jwt
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-cryptography
 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.
@@ -42,6 +45,7 @@
 Package: python3-jwt
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-cryptography
 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