Changelog for
python-oauth2client-django-3.0.0-1.1.noarch.rpm :
Mon Jan 30 13:00:00 2017 rjschweiAATTsuse.com
- Add o2c_hide-deprecation-warning.patch
- Add o2c_reauth.patch (bsc#1002895)
Wed Oct 12 14:00:00 2016 rjschweiAATTsuse.com
- Add missing dependency on python-fasteners
Wed Oct 5 14:00:00 2016 rjschweiAATTsuse.com
- Update to version 3.0.0 (bsc#1002895)
+ Add patch oauth2client-init-django-settings.patch (#661)
+ Package tests again, but remain disabled due to Django issue (#661)
+ Populate token_expiry for GCE credentials. (#473)
+ Move GCE metadata interface to a separate module. (#520)
+ Populate scopes for GCE credentials. (#524)
+ Fix Python 3.5 compatibility. (#531)
+ Add oauth2client.contrib.sqlalchemy, a SQLAlchemy-based credential
store. (#527)
+ Improve error when an invalid client secret is provided. (#530)
+ Add oauth2client.contrib.multiprocess_storage. This supersedes the
functionality in oauth2client.contrib.multistore_file. (#504)
+ Pull httplib2 usage into a separate transport module. (#559, #561)
+ Refactor all django-related code into oauth2client.contrib.django_util.
Add DjangoORMStorage, remove FlowField. (#546)
+ Fix application default credentials resolution order. (#570)
+ Add configurable timeout for GCE metadata server check. (#571)
+ Add warnings when using deprecated approval_prompt=\'force\'. (#572)
+ Add deprecation warning to oauth2client.contrib.multistore_file. (#574)
+ (Hygiene) PEP8 compliance and various style fixes (#537, #540, #552, #562)
+ (Hygiene) Remove duplicated exception classes in
oauth2client.contrib.appengine. (#533)
- From 2.2.0
+ Added support to override token_uri and revoke_uri in
oauth2client.service_account.ServiceAccountCredentials. (#510)
+ oauth2client.contrib.multistore_file now handles OSError in addition
to IOError because Windows may raise OSError where other platforms
will raise IOError.
+ oauth2client.contrib.django_util and oauth2client.contrib.django_orm
have been updated to support Django 1.8 - 1.10. Versions of Django
below 1.8 will not work with these modules.
- From 2.1.0
+ Add basic support for JWT access credentials. (#503)
+ Fix oauth2client.client.DeviceFlowInfo to use UTC instead of the
system timezone when calculating code expiration.
- From 2.0.2
+ Fix issue where flask_util.UserOAuth2.required would accept expired
credentials (#452).
+ Fix issue where flask_util would fill the session with Flow objects (#498).
+ Fix issue with Python 3 binary strings in Flow.step2_exchange (#446).
+ Improve test coverage to 100%.
Fri Mar 11 13:00:00 2016 tbechtoldAATTsuse.com
- update to 2.0.1:
* Making scopes optional on Google Compute Engine `AppAssertionCredentials`
and adding a warning that GCE won\'t honor scopes (#419)
* Adding common `sign_blob()` to service account types and a
`service_account_email` property. (#421)
* Improving error message in P12 factory
`ServiceAccountCredentials.from_p12_keyfile` when pyOpenSSL is
missing. (#424)
* Allowing default flags in `oauth2client.tools.run_flow()`
rather than forcing users to create a dummy argparser (#426)
* Removing `oauth2client.util.dict_to_tuple_key()` from public
interface (#429)
* Adding `oauth2client.contrib._appengine_ndb` helper module
for `oauth2client.contrib.appengine` and moving most code that
uses the `ndb` library into the helper (#434)
* Fix error in `django_util` sample code (#438)
* Fix Google Compute Engine breakage (#411, breakage introduced in #387) that
made it impossible to obtain access tokens
* Implement `ServiceAccountCredentials.from_p12_keyfile_buffer()`
to allow passing a file-like object in addition to the factory
constructor that uses a filename directly (#413)
* Implement `ServiceAccountCredentials.create_delegated()`
to allow upgrading a credential to one that acts on behalf
of a given subject (#420)
* Add django_util (#332)
* Avoid OAuth2Credentials `id_token` going out of sync after a token
refresh (#337)
* Move to a `contrib` sub-package code not considered a core part of
the library (#346, #353, #370, #375, #376, #382)
* Add `token_expiry` to `devshell` credentials (#372)
* Move `Storage` locking into a base class (#379)
* Added dictionary storage (#380)
* Added `to_json` and `from_json` methods to all `Credentials`
classes (#385)
* Fall back to read-only credentials on EACCES errors (#389)
* Coalesced the two `ServiceAccountCredentials`
classes (#395, #396, #397, #398, #400)
* Add access token refresh error class that includes HTTP status (#310)
* Python3 compatibility fixes for Django (#316, #318)
* Fix incremental auth in flask_util (#322)
* Fall back to credential refresh on EDEADLK in multistore_file (#336)
- Remove test package. tests are no longer shipped by upstream.
- Remove hidePythonDeps.patch
- Some imports moved from oauth2client to oauth2client.contrib
Sat Jan 2 13:00:00 2016 rjschweiAATTsuse.com
- Do not build the -django subpackage on SLE 12 in IBS
+ libwebp in SLE 12 is too old nad has issues on s390x. libwebp is a
dependency for python-Pillow, which in turn is a dependncy for
python-Django
+ .changes file changes in OBS only as we have access to fixed libwebp
for SLE 12
Tue Dec 1 13:00:00 2015 rjschweiAATTsuse.com
- Remove -django subpackage requirements for SLE 11
Tue Dec 1 13:00:00 2015 rjschweiAATTsuse.com
- Do not build the -django subpackage on SLE 11
+ The latest version of Django no longer builds on SLE 11, Python
is too old
Tue Dec 1 13:00:00 2015 rjschweiAATTsuse.com
- Include in SLE 12 (FATE#319904, bsc#954690)
Sat Nov 21 13:00:00 2015 rjschweiAATTsuse.com
- Initial build
+ Version 1.5.1