Commit Graph

11 Commits

Author SHA256 Message Date
Steve Kowalik
574dcfe1ad - Use pytest to run the testsuite.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=16
2021-09-29 01:34:51 +00:00
ab011eebab - update to 1.3.0:
* Instagram compliance fix
  *  Added ``force_querystring`` argument to fetch_token() method on OAuth2Session

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=14
2020-03-02 09:18:32 +00:00
Tomáš Chvátal
e9a931b1c0 Accepting request 676715 from home:jayvdb:django
- Activate test suite, skipping three online tests
- Update from v0.8.0 to v1.2.0
  * This project now depends on OAuthlib 3.0.0 and above, which is needed for Python 3.7 support

OBS-URL: https://build.opensuse.org/request/show/676715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=12
2019-02-18 08:39:31 +00:00
8a2f86b2d9 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=10
2018-12-04 17:21:31 +00:00
3a3e86ded2 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=9
2018-12-04 14:00:08 +00:00
7976bb7ba9 Accepting request 493394 from home:xenonpk:python
Convert to singlespec & update to latest version

OBS-URL: https://build.opensuse.org/request/show/493394
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=7
2017-05-15 13:22:27 +00:00
e6bfc590c8 Accepting request 453377 from home:tbechtold:branches:devel:languages:python
update to version v0.7.0
  * Subclass requests.auth.AuthBase
  * Allow fetch_token to run through a proxy
  * Cleaning the previous token before fetching a new one, to avoid a
    TokenExpiredError
  * Adapts previous commit
  * Don't nullify token before refresh
  * oauthlib raises a different error from what we expect
  * Date for 0.4.2 release is added to HISTORY
  * v0.6.2
  * Adding Backend Application Flow documentation
  * v0.6.0
  * v0.6.1
  * opt in to Travis container infrastructure
  * minor fix to the previous commit
  * v0.7.0
  * Fix TypeError in TokenMissing class (call to parent)
  * Added authorization header for token access
  * Be more explicit about Travis installing unittest2
  * OAuth1 tests for authorized boolean
  * Only set default headers if headers are None
  * rst syntax fix
  * Google has changed OAuth 2.0 endpoints
  * Use client_id and client_secret as basic auth credentials if provided
  * Add installation instructions to docs index
  * Add **request_kwargs to fetch_request_token and fetch_access_token in
    oauth1_session to be passed to post-method of requests.session
  * Allow OAuth2 session request() to take client_id and client_secret
  * typo in error message
  * Add requests-mock to tox dependencies.

OBS-URL: https://build.opensuse.org/request/show/453377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=5
2017-01-30 09:32:51 +00:00
Dominique Leuenberger
3aa3c17cea Accepting request 311466 from devel:languages:python
Addiiton of python-requests-oauthlib as a dependency to python-tweepy

OBS-URL: https://build.opensuse.org/request/show/311466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-oauthlib?expand=0&rev=1
2015-06-11 08:51:13 +00:00
Denisart Benjamin
1e020c8d54 Accepting request 293276 from home:prusnak
- updated to 0.4.2:

OBS-URL: https://build.opensuse.org/request/show/293276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=3
2015-03-26 16:17:51 +00:00
Denisart Benjamin
cbf40057de Accepting request 242012 from home:Nijel:branches:devel:languages:python
- Upgrade to 0.4.1:
    - New install target ``[rsa]`` for people using OAuth1 RSA-SHA1 signature
      method.
    - Fixed bug in OAuth2 where supplied state param was not used in auth url.
    - OAuth2 HTTPS checking can be disabled by setting environment variable
      ``OAUTHLIB_INSECURE_TRANSPORT``.
    - OAuth1 now re-authorize upon redirects.
    - OAuth1 token fetching now raise a detailed error message when the
      response body is incorrectly encoded or the request was denied.
    - Added support for custom OAuth1 clients.
    - OAuth2 compliance fix for Sina Weibo.
    - Multiple fixes to facebook compliance fix.
    - Compliance fixes now re-encode body properly as bytes in Python 3.
    - Logging now properly done under ``requests_oauthlib`` namespace instead
      of piggybacking on oauthlib namespace.
    - Logging introduced for OAuth1 auth and session.

OBS-URL: https://build.opensuse.org/request/show/242012
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=2
2014-07-23 20:21:09 +00:00
Denisart Benjamin
ca84d54132 Accepting request 206086 from home:Nijel:weblate
Please include OAuth support for python-requests

OBS-URL: https://build.opensuse.org/request/show/206086
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-oauthlib?expand=0&rev=1
2013-11-07 15:10:41 +00:00