python-oauthlib 1.0.0-1 source package in Ubuntu

Changelog

python-oauthlib (1.0.0-1) unstable; urgency=medium

  * New upstream release.
  * 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 <email address hidden>  Mon, 20 Jul 2015 22:26:45 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauthlib_1.0.0-1.dsc 2.3 KiB 9c3396607ecf16da53d1fbbf75e5a5a391f9fa50e3ffbe70fa4cae97e470295c
python-oauthlib_1.0.0.orig.tar.gz 105.5 KiB 4b58215675e48d4f6d17ddb8c67ca3a45d166559020e580739f7ee2ac5fffdd3
python-oauthlib_1.0.0-1.debian.tar.xz 2.9 KiB 226fd57c40cc67bd91e480ba8ba9c6ff9683e3c3ba9a67b5d2a3b964e29ef48d

Available diffs

No changes file available.

Binary packages built by this source

python-oauthlib: 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
 onto HTTP libraries.
 .
 OAuth1 is almost complete while OAuth2 is already in the works.

python3-oauthlib: 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
 onto HTTP libraries.
 .
 OAuth1 is almost complete while OAuth2 is already in the works.
 .
 This package contains the Python 3 version of the library.