[Python-modules-commits] r33418 - in packages/python-oauthlib/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon Jul 20 20:29:06 UTC 2015


    Date: Monday, July 20, 2015 @ 20:29:05
  Author: eriol-guest
Revision: 33418

Bump python{,3}-jwt version to >= 1.0.0 in Build-Depends and Depends

Modified:
  packages/python-oauthlib/trunk/debian/changelog
  packages/python-oauthlib/trunk/debian/control

Modified: packages/python-oauthlib/trunk/debian/changelog
===================================================================
--- packages/python-oauthlib/trunk/debian/changelog	2015-07-20 20:25:55 UTC (rev 33417)
+++ packages/python-oauthlib/trunk/debian/changelog	2015-07-20 20:29:05 UTC (rev 33418)
@@ -4,10 +4,11 @@
   * debian/control
     - Switch Build-Depends and Depends from python{,3}-crypto to
       python{,3}-cryptography.
+    - Bump python{,3}-jwt version to >= 1.0.0 in Build-Depends and Depends.
   * debian/watch
     - Use pypi.debian.net redirector.
 
- -- Daniele Tricoli <eriol at mornie.org>  Mon, 20 Jul 2015 21:19:28 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 20 Jul 2015 22:26:45 +0200
 
 python-oauthlib (0.7.2-1) experimental; urgency=medium
 

Modified: packages/python-oauthlib/trunk/debian/control
===================================================================
--- packages/python-oauthlib/trunk/debian/control	2015-07-20 20:25:55 UTC (rev 33417)
+++ packages/python-oauthlib/trunk/debian/control	2015-07-20 20:29:05 UTC (rev 33418)
@@ -9,7 +9,7 @@
  python-all (>= 2.6.6-3),
  python-blinker,
  python-cryptography,
- python-jwt,
+ python-jwt (>= 1.0.0),
  python-mock,
  python-nose,
  python-setuptools (>= 0.6b3),
@@ -17,7 +17,7 @@
  python3-all,
  python3-blinker,
  python3-cryptography,
- python3-jwt,
+ python3-jwt (>= 1.0.0),
  python3-mock,
  python3-nose,
  python3-setuptools
@@ -35,7 +35,7 @@
  ${python:Depends},
  python-blinker,
  python-cryptography,
- python-jwt
+ python-jwt (>= 1.0.0)
 Description: generic, spec-compliant implementation of OAuth for Python
  OAuthLib is a generic utility which implements the logic of OAuth without
  assuming a specific HTTP request object. It can be used to graft OAuth support
@@ -50,7 +50,7 @@
  ${python3:Depends},
  python3-blinker,
  python3-cryptography,
- python3-jwt
+ python3-jwt (>= 1.0.0)
 Description: generic, spec-compliant implementation of OAuth for Python3
  OAuthLib is a generic utility which implements the logic of OAuth without
  assuming a specific HTTP request object. It can be used to graft OAuth support




More information about the Python-modules-commits mailing list