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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Oct 7 08:43:16 UTC 2014


    Date: Tuesday, October 7, 2014 @ 08:43:16
  Author: eriol-guest
Revision: 30938

Add python{,3}-jwt to Build-Depends and Depends fields

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	2014-10-07 08:28:08 UTC (rev 30937)
+++ packages/python-oauthlib/trunk/debian/changelog	2014-10-07 08:43:16 UTC (rev 30938)
@@ -1,8 +1,10 @@
 python-oauthlib (0.6.3-1) UNRELEASED; urgency=medium
 
-  * New upstream release (Closes: #757630)
+  * New upstream release (Closes: #757630).
+  * debian/control
+    - Add python{,3}-jwt to Build-Depends and Depends fields.
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 07 Oct 2014 10:25:45 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 07 Oct 2014 10:42:16 +0200
 
 python-oauthlib (0.6.1-1) unstable; urgency=medium
 

Modified: packages/python-oauthlib/trunk/debian/control
===================================================================
--- packages/python-oauthlib/trunk/debian/control	2014-10-07 08:28:08 UTC (rev 30937)
+++ packages/python-oauthlib/trunk/debian/control	2014-10-07 08:43:16 UTC (rev 30938)
@@ -8,12 +8,14 @@
  dh-python,
  python-all (>= 2.6.6-3),
  python-crypto,
+ python-jwt,
  python-mock,
  python-nose,
  python-setuptools (>= 0.6b3),
  python-unittest2,
  python3-all,
  python3-crypto,
+ python3-jwt,
  python3-mock,
  python3-nose,
  python3-setuptools
@@ -29,7 +31,8 @@
 Depends:
  ${misc:Depends},
  ${python:Depends},
- python-crypto
+ python-crypto,
+ python-jwt
 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
@@ -42,7 +45,8 @@
 Depends:
  ${misc:Depends},
  ${python3:Depends},
- python3-crypto
+ python3-crypto,
+ python3-jwt
 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