* New upstream version 3.2.0. (Closes: #1005931)
* debian/copyright
- Update copyright years.
[ 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.
[ 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.
* 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.
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.1.
* Drop Python 2 support (Closes: #937964).
[ 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.
* 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.
* 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.
* New upstream release.
* debian/control
- Bump X-Python-Version >= 2.7 and X-Python3-Version >= 3.4.
- Drop version for python-all.
* New upstream release.
* New upstream release.
[ 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.
* 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.
* 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.
* New upstream release.
* debian/control
- Add python{,3}-blinker to Build-Depends and Depends fields.
* 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)
* New upstream release
* debian/control
- Bumped Standards-Version to 3.9.5 (no changes needed)
* New upstream release
* Switched to pybuild
* 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
* New upstream release
* New upstream release
* debian/control
- Added python-django to Enhances since python-oauthlib provide a
OAuth 2 provider decorator for Django
* 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
* Initial release (Closes: #671487)