python-oauthlib 1.0.3-1 source package in Ubuntu

Changelog

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

  * New upstream release (Closes: #795273).
  * debian/rules
    - Use PYBUILD_SYSTEM=custom inside override_dh_auto_test to not run
      doctests since some docstrings can't be tested anymore.
    - Use PYBUILD_NAME instead of PYBUILD_DESTDIR_python2 and
      PYBUILD_DESTDIR_python3.

 -- Daniele Tricoli <email address hidden>  Mon, 17 Aug 2015 04:36:16 +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
Xenial release main python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-oauthlib_1.0.3-1.dsc 2.3 KiB 75a8054ad74ff49f03489baa22df21f37585860e13d811d3fa22c1366527451f
python-oauthlib_1.0.3.orig.tar.gz 106.5 KiB ef4bfe4663ca3b97a995860c0173b967ebd98033d02f38c9e1b2cbb6c191d9ad
python-oauthlib_1.0.3-1.debian.tar.xz 3.1 KiB 7638de2cf897b278b7427209e6bd123782a8e2dfb30f0b0fe75e75c23a139d2a

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.