Changelog for
python38-oauth2client-4.1.3-37.6.noarch.rpm :
* Wed Apr 20 2022 Ben Greiner
- Stop testing the Flask contrib: Changes in Flask and Werkzeug stopped support for this legacy package
* gh#puiterwijk/flask-oidc#138
* See discussion in sr#970241
* https://pagure.io/pagure/issue/5288
* Thu Mar 12 2020 Tomáš Chvátal - Fix build without python2
* Thu Jan 02 2020 Tomáš Chvátal - Disable keyring and one contrib test as they are broken with python 3.8
* the library is deprecated, not worth fixing up, consumers should really migrate from this
* Fri Mar 15 2019 Tomáš Chvátal - Drop patch o2c_reauth.patch as it was never described why it is needed (not even in the bug)- Drop not needed oauth2client-init-django-settings.patch- Drop django subpkg, sadly it does not work with new djangos
* Fri Mar 15 2019 Tomáš Chvátal - Update to 4.1.3:
* Changed OAuth2 endpoints to use oauth2.googleapis.com variants. (#742)- Execute tests
* Thu Jun 14 2018 rjschweiAATTsuse.com- Do not build Django extension on SLES
* Sat Jul 08 2017 dmuellerAATTsuse.com- remove tox dependency
* Sat Jul 01 2017 mcAATTsuse.com- update to version 4.1.2
* New features:
* Allow passing prompt=\'consent\' via the flow_from_clientsecrets. (#717)
* Allow customizing the GCE metadata service address via an env var. (#704)
* Store original encoded and signed identity JWT in OAuth2Credentials. (#680)
* Use jsonpickle in django contrib, if available. (#676)
* Bug fixes:
* Fix packaging issue had erroneously installed the test package. (#688)
* Typo fixes. (#668, #697)
* Remove b64 padding from PKCE values, per RFC7636. (#683)
* Include LICENSE in Manifest.in. (#694)
* Fix tests and CI. (#705, #712, #713)
* Escape callback error code in flask_util. (#710)- package python3 in singlespec- remove o2c_hide-deprecation-warning.patch (upstream)
* Mon Jan 30 2017 rjschweiAATTsuse.com- Add o2c_hide-deprecation-warning.patch- Add o2c_reauth.patch (bsc#1002895)
* Fri Oct 21 2016 arunAATTgmx.de- update to version 4.0.0:
* New features: + New Django samples. (#636) + Add support for RFC7636 PKCE. (#588) + Release as a universal wheel. (#665)
* Bug fixes: + Fix django authorization redirect by correctly checking validity of credentials. (#651) + Correct query loss when using parse_qsl to dict. (#622) + Switch django models from pickle to jsonpickle. (#614) + Support new MIDDLEWARE Django 1.10 aetting. (#623) + Remove usage of os.environ.setdefault. (#621) + Handle missing storage files correctly. (#576) + Try to revoke token with POST when getting a 405. (#662)
* Internal changes: + Use transport module for GCE environment check. (#612) + Remove author lines and add contributors.md. (#627) + Clean up imports. (#625) + Use transport.request in tests. (#607) + Drop unittest2 dependency (#610) + Remove backslash line continuations. (#608) + Use transport helpers in system tests. (#606) + Clean up usage of HTTP mocks in tests. (#605) + Remove all uses of MagicMock. (#598) + Migrate test runner to pytest. (#569) + Merge util.py and _helpers.py. (#579) + Remove httplib2 imports from non-transport modules. (#577)
* Breaking changes: + Drop Python 3.3 support. (#603) + Drop Python 2.6 support. (#590) + Remove multistore_file. (#589)