Ravenports generated: 21 Nov 2021 04:14
[ravenports.git] / bucket_A4 / python-requests-oauthlib
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-requests-oauthlib
4 VERSION=                1.3.0
5 KEYWORDS=               python
6 VARIANTS=               py39 py310
7 SDESC[py310]=           Authentication support for Requests (3.10)
8 SDESC[py39]=            Authentication support for Requests (3.9)
9 HOMEPAGE=               https://github.com/requests/requests-oauthlib
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/a3/12/b92740d845ab62ea4edf04d2f4164d82532b5a0b03836d4d4e71c6f3d379
14 DISTFILE[1]=            requests_oauthlib-1.3.0-py2.py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py310]=           single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY39 PY310
20 OPTIONS_STANDARD=       none
21 VOPTS[py310]=           PY39=OFF PY310=ON
22 VOPTS[py39]=            PY39=ON PY310=OFF
23
24 DISTNAME=               requests_oauthlib-1.3.0.dist-info
25
26 GENERATED=              yes
27
28 [PY39].RUN_DEPENDS_ON=                  python-oauthlib:single:py39
29                                         python-requests:single:py39
30 [PY39].USES_ON=                         python:py39,wheel
31
32 [PY310].RUN_DEPENDS_ON=                 python-oauthlib:single:py310
33                                         python-requests:single:py310
34 [PY310].USES_ON=                        python:py310,wheel
35
36 [FILE:3135:descriptions/desc.single]
37 Requests-OAuthlib |build-status| |coverage-status| |docs|
38 =========================================================
39
40 This project provides first-class OAuth library support for [Requests].
41
42 The OAuth 1 workflow
43 --------------------
44
45 OAuth 1 can seem overly complicated and it sure has its quirks. Luckily,
46 requests_oauthlib hides most of these and let you focus at the task at
47 hand.
48
49 Accessing protected resources using requests_oauthlib is as simple as:
50
51 History
52 -------
53
54 UNRELEASED
55 ++++++++++
56
57 nothing yet
58
59 v1.3.0 (6 November 2019)
60 ++++++++++++++++++++++++
61
62 - Instagram compliance fix
63 - Added force_querystring argument to fetch_token() method on OAuth2Session
64
65 v1.2.0 (14 January 2019)
66 ++++++++++++++++++++++++
67
68 - This project now depends on OAuthlib 3.0.0 and above. It does **not**
69 support
70   versions of OAuthlib before 3.0.0.
71 - Updated oauth2 tests to use 'sess' for an OAuth2Session instance instead
72 of `auth`
73   because OAuth2Session objects and methods acceept an `auth` paramether
74 which is
75   typically an instance of `requests.auth.HTTPBasicAuth`
76 - `OAuth2Session.fetch_token` previously tried to guess how and where to
77 provide
78   "client" and "user" credentials incorrectly. This was incompatible with
79 some
80   OAuth servers and incompatible with breaking changes in oauthlib that
81 seek to
82   correctly provide the `client_id`. The older implementation also did not
83 raise
84   the correct exceptions when username and password are not present on
85 Legacy
86   clients.
87 - Avoid automatic netrc authentication for OAuth2Session.
88
89 v1.1.0 (9 January 2019)
90 +++++++++++++++++++++++
91
92 - Adjusted version specifier for oauthlib dependency: this project is
93   not yet compatible with oauthlib 3.0.0.
94 - Dropped dependency on nose.
95 - Minor changes to clean up the code and make it more
96 readable/maintainable.
97
98 v1.0.0 (4 June 2018)
99 ++++++++++++++++++++
100
101 - **Removed support for Python 2.6 and Python 3.3.**
102   This project now supports Python 2.7, and Python 3.4 and above.
103 - Added several examples to the documentation.
104 - Added plentymarkets compliance fix.
105 - Added a token property to OAuth1Session, to match the corresponding
106   token property on OAuth2Session.
107
108 v0.8.0 (14 February 2017)
109 +++++++++++++++++++++++++
110
111 - Added Fitbit compliance fix.
112 - Fixed an issue where newlines in the response body for the access token
113   request would cause errors when trying to extract the token.
114 - Fixed an issue introduced in v0.7.0 where users passing auth to several
115   methods would encounter conflicts with the client_id and
116   client_secret-derived auth. The user-supplied auth argument is now
117   used in preference to those options.
118
119 v0.7.0 (22 September 2016)
120 ++++++++++++++++++++++++++
121
122 - Allowed ``OAuth2Session.request to take the client_id and
123   client_secret`` parameters for the purposes of automatic token refresh,
124   which may need them.
125
126 v0.6.2 (12 July 2016)
127 +++++++++++++++++++++
128
129 - Use client_id and client_secret for the Authorization header if
130   provided.
131 - Allow explicit bypass of the Authorization header by setting
132 ``auth=False``.
133 - Pass through the proxies kwarg when refreshing tokens.
134 - Miscellaneous cleanups.
135
136 v0.6.1 (19 February 2016)
137
138
139 [FILE:123:distinfo]
140 7f71572defaecd16372f9006f33c2ec8c077c3cfa6f5911a9a90202beb513f3d        23560 requests_oauthlib-1.3.0-py2.py3-none-any.whl
141