Skip to content

Changelog python-oauthlib (3.2.0-1)

2022

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

   * New upstream version 3.2.0. (Closes: #1005931)
   * debian/copyright
     - Update copyright years.

2021

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

   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 
   [ Daniele Tricoli ]
   * New upstream version 3.1.1
   * Enable Salsa pipeline.
   * debian/control
     - Bump debhelper compat version to 13.
     - Bump Standards-Version to 4.6.0, no changes required.
   * debian/copyright
     - Update copyright years.
   * debian/patches/0001-Use-unittest.mock-instead-of-external-mock.patch
     - Drop since it was backported from upstream and it's included in this
       release.
   * debian/watch
     - Bump debian/watch to version 4.

2020

python-oauthlib (3.1.0-2) unstable; urgency=medium

   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Update standards version to 4.5.0, no changes needed.
 
   [ Daniele Tricoli ]
   * Add upstream patch to use unittest.mock instead of external mock.
     Thanks to Ondřej Nový for the report. (Closes: #962937)
   * Remove python3-mock dependency.
   * Fix lintian runtime-test-file-uses-installed-python-versions.

2019

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

   * New upstream version 3.1.0 (Closes: #919533)
   * Use python-pytest for testing as upstream.
   * debian/control
     - Bump compat version to 12.
     - Specify Rules-Requires-Root: no.
   * debian/copyright
     - Update copyright years.

python-oauthlib (2.1.0-2) unstable; urgency=medium

   * Team upload.
   * Use debhelper-compat instead of debian/compat.
   * Bump Standards-Version to 4.4.1.
   * Drop Python 2 support (Closes: #937964).

2018

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

   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/control: Remove ancient X-Python-Version field
   * d/control: Remove ancient X-Python3-Version field
   * Convert git repository from git-dpm to gbp layout
 
   [ Daniele Tricoli ]
   * New upstream release.
   * Add debian/gbp.conf.
   * Make sure autopkgtests test the installed version of oauthlib.
   * debian/control
     - Update to use my debian.org mail address.
     - Bump Standards-Version to 4.3.0 (no changes needed).
     - Update Description for both python{,3}-oauthlib.
   * debian/copyright
     - Update to use my debian.org mail address.

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

   * New upstream release.
   * Bump debhelper compat level to 11.
   * debian/control
     - Bump Standards-Version to 4.1.3 (no changes needed).
   * debian/copyright
     - Use secure URI in format field.
     - Update copyright years.
   * debian/watch
     - Use secure URI.

2017

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

   * New upstream release.
   * Upload to unstable.
   * Enable autopkgtest tests.
   * debian/control
     - Bump Standards-Version to 4.1.0 (no changes needed).
   * debian/copyright
     - Update copyright years.

python-oauthlib (2.0.2-1) experimental; urgency=medium

   * New upstream release.
   * debian/control
     - Bump X-Python-Version >= 2.7 and X-Python3-Version >= 3.4.
     - Drop version for python-all.

2016

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

   * New upstream release.

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

   * New upstream release.

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

   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
   [ Daniele Tricoli ]
   * New upstream release.
   * debian/control
     - Bump Standards-Version to 3.9.8 (no changes needed).
   * debian/copyright
     - Update copyright years and upstream stanza.

2015

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.

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.

2014

python-oauthlib (0.7.2-1) experimental; urgency=medium

   * New upstream release.
   * debian/control
     - Add python{,3}-blinker to Build-Depends and Depends fields.

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

   * New upstream release (Closes: #757630).
   * debian/control
     - Add python{,3}-jwt to Build-Depends and Depends fields.
     - Bump Standards-Version to 3.9.6 (no changes needed)

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

   * New upstream release
   * debian/control
     - Bumped Standards-Version to 3.9.5 (no changes needed)

2013

python-oauthlib (0.5.1-1) unstable; urgency=low

   * New upstream release
   * Switched to pybuild

python-oauthlib (0.5.0-1) unstable; urgency=low

   * New upstream release
   * Upload to unstable
   * debian/compat
     - Bumped debhelper compatibility level to 9
   * debian/control
     - Bumped debhelper B-D to (>= 9)
     - Removed python-django from Enhances since the decorator is not
       provided any more
   * debian/watch
     - Switched download URL to https

python-oauthlib (0.4.0-1) experimental; urgency=low

   * New upstream release

python-oauthlib (0.3.8-1) experimental; urgency=low

   * New upstream release
   * debian/control
     - Added python-django to Enhances since python-oauthlib provide a
       OAuth 2 provider decorator for Django

python-oauthlib (0.3.4-1) experimental; urgency=low

   * New upstream release
   * Builded Python 3 package
   * debian/control
     - Added python-mock to Build-Depends
     - Bumped Standards-Version to 3.9.4 (no changes needed)
     - Updated Homepage
     - Fixed lintian vcs-field-not-canonical
     - Set X-Python-Version >= 2.6 to fix FTBFS with Python 2.5
       on Squeeze backport. Thanks to Jordi Gutiérrez Hermoso for
       the report. (Closes: #693157)
     - Added X-Python3-Version: >= 3.2
     - Added python3-all, python3-crypto, python3-mock,
       python3-nose, python3-setuptools to Build-Depends
     - Added python3-oauthlib
   * debian/copyright
     - Updated copyright years
   * debian/patches/01_ship-missing-tests.patch
     - Removed since upstream now ships tests in sdist
   * debian/rules
     - Refactored to build, test, install also Python3 package
     - Added export PYTHONWARNINGS=d

2012

python-oauthlib (0.1.2-1) unstable; urgency=low

   * Initial release (Closes: #671487)