<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/setup.py, branch 3.2.0-dev</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/'/>
<entry>
<title>Bump pyjwt and cryptography versions (#749)</title>
<updated>2021-02-12T11:36:13+00:00</updated>
<author>
<name>jason</name>
<email>com4@users.noreply.github.com</email>
</author>
<published>2021-02-12T11:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=b69fa53fd836dc559aa7fcd78ce075bcbe361629'/>
<id>b69fa53fd836dc559aa7fcd78ce075bcbe361629</id>
<content type='text'>
* Bump pyjwt and cryptography versions

Bump PyJWT to v2. No backward incompatible changes in the new version
affects oauthlib.

Bump minimum cryptography version to 3. PyJWT bumps cryptography as
well plus older versions don't support newer versions of openssl.

* Remove python 3.5 support; add python 3.8 support

- Python 3.5 has reached end-of-life.
- Add support for Python 3.8
- Move dist to bionic (xenial is EOL in April)
- Upgrade pip in travis.yml's `before_install`. this should install a wheel
  for pyca/cryptography
- Install rust for pypy builds. It is a requirement for cryptography as no
  pypy wheels exist.

Co-authored-by: Asif Saif Uddin &lt;auvipy@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump pyjwt and cryptography versions

Bump PyJWT to v2. No backward incompatible changes in the new version
affects oauthlib.

Bump minimum cryptography version to 3. PyJWT bumps cryptography as
well plus older versions don't support newer versions of openssl.

* Remove python 3.5 support; add python 3.8 support

- Python 3.5 has reached end-of-life.
- Add support for Python 3.8
- Move dist to bionic (xenial is EOL in April)
- Upgrade pip in travis.yml's `before_install`. this should install a wheel
  for pyca/cryptography
- Install rust for pypy builds. It is a requirement for cryptography as no
  pypy wheels exist.

Co-authored-by: Asif Saif Uddin &lt;auvipy@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove python 3.5 support; add python 3.8 support</title>
<updated>2021-02-10T13:05:47+00:00</updated>
<author>
<name>jason</name>
<email>jason@zzq.org</email>
</author>
<published>2021-02-08T21:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=637c8945f2ba1481927478db7d1fa09de43c265b'/>
<id>637c8945f2ba1481927478db7d1fa09de43c265b</id>
<content type='text'>
- Python 3.5 has reached end-of-life.
- Add support for Python 3.8
- Move dist to bionic (xenial is EOL in April)
- Upgrade pip in travis.yml's `before_install`. this should install a wheel
  for pyca/cryptography
- Install rust for pypy builds. It is a requirement for cryptography as no
  pypy wheels exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Python 3.5 has reached end-of-life.
- Add support for Python 3.8
- Move dist to bionic (xenial is EOL in April)
- Upgrade pip in travis.yml's `before_install`. this should install a wheel
  for pyca/cryptography
- Install rust for pypy builds. It is a requirement for cryptography as no
  pypy wheels exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>OAuth 1.0a signature methods: RSA-SHA256, RSA-SHA512 and HMAC-SHA512 (#723)</title>
<updated>2020-06-03T03:01:25+00:00</updated>
<author>
<name>Hoylen Sue</name>
<email>hoylen@hoylen.com</email>
</author>
<published>2020-06-03T03:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=bda81b3cb6306dec19a6e60113e21b2933d0950c'/>
<id>bda81b3cb6306dec19a6e60113e21b2933d0950c</id>
<content type='text'>
* Adding support for RSA-SHA256.

* Added support for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods.

* Made version dependencies consistent.

* Updated OAuth1 signature tests.

* Fixed parsing of netloc/host. Deprecated old functions.

* Refactored and expanded tests to include signature validate.

* Update docs for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods.

* Updated code comments in oauth1 signatures module.

* Updated changelog.

* Update docs/feature_matrix.rst

Co-Authored-By: Omer Katz &lt;omer.drow@gmail.com&gt;

* Used parenthesis instead of backslash to break lines.

* Fixed typo

Co-authored-by: Omer Katz &lt;omer.drow@gmail.com&gt;

Co-authored-by: Omer Katz &lt;omer.drow@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adding support for RSA-SHA256.

* Added support for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods.

* Made version dependencies consistent.

* Updated OAuth1 signature tests.

* Fixed parsing of netloc/host. Deprecated old functions.

* Refactored and expanded tests to include signature validate.

* Update docs for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods.

* Updated code comments in oauth1 signatures module.

* Updated changelog.

* Update docs/feature_matrix.rst

Co-Authored-By: Omer Katz &lt;omer.drow@gmail.com&gt;

* Used parenthesis instead of backslash to break lines.

* Fixed typo

Co-authored-by: Omer Katz &lt;omer.drow@gmail.com&gt;

Co-authored-by: Omer Katz &lt;omer.drow@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2 codes (#734)</title>
<updated>2020-05-12T14:02:01+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2020-05-12T14:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=0404b486b11b81de780234b944179fa7bde6f2b7'/>
<id>0404b486b11b81de780234b944179fa7bde6f2b7</id>
<content type='text'>
* Update setup.py

* remove un needed python 2 codes

* remove un needed python 2 codes

* remove un needed python 2 codes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update setup.py

* remove un needed python 2 codes

* remove un needed python 2 codes

* remove un needed python 2 codes</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into rm-2.7</title>
<updated>2019-08-29T10:52:59+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2019-08-29T10:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=11bf0eca2857f5330237e574630dd916d53cd573'/>
<id>11bf0eca2857f5330237e574630dd916d53cd573</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 3.4 support (#699)</title>
<updated>2019-08-29T10:50:01+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2019-08-29T10:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=1f3fc4bfd4fd51711798186591bf3e3ba5a894be'/>
<id>1f3fc4bfd4fd51711798186591bf3e3ba5a894be</id>
<content type='text'>
* Drop Python 3.4 support.

* Exclude Python 3.4 as a supported runtime.

* Update contributing.rst

* Update supported Python versions in README file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Drop Python 3.4 support.

* Exclude Python 3.4 as a supported runtime.

* Update contributing.rst

* Update supported Python versions in README file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for legacy Python 2.7</title>
<updated>2019-08-15T09:24:34+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-08-14T21:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=b41d4801dec588d82e6633869ac541e207598297'/>
<id>b41d4801dec588d82e6633869ac541e207598297</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for legacy Python 2.7</title>
<updated>2019-08-15T09:24:33+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-08-14T20:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=3718a0e048e64994c2ee3819c5e5ed218a05f115'/>
<id>3718a0e048e64994c2ee3819c5e5ed218a05f115</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add logo to RTD docs &amp; upgraded tox -e readme build to twine.</title>
<updated>2019-08-06T15:23:22+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2019-08-06T15:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=8d71b161fd145d11c40d55c9ab66ac134a303253'/>
<id>8d71b161fd145d11c40d55c9ab66ac134a303253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass python_requires argument to setuptools (#636)</title>
<updated>2018-12-27T09:16:59+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-27T09:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=729fb9fa17efb8a38bd50f5e180802d6034c351b'/>
<id>729fb9fa17efb8a38bd50f5e180802d6034c351b</id>
<content type='text'>
Helps pip decide what version of the library to install.

https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires

&gt; If your project only runs on certain Python versions, setting the
&gt; python_requires argument to the appropriate PEP 440 version specifier
&gt; string will prevent pip from installing the project on other Python
&gt; versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

&gt; python_requires
&gt;
&gt; A string corresponding to a version specifier (as defined in PEP 440)
&gt; for the Python version, used to specify the Requires-Python defined in
&gt; PEP 345.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helps pip decide what version of the library to install.

https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires

&gt; If your project only runs on certain Python versions, setting the
&gt; python_requires argument to the appropriate PEP 440 version specifier
&gt; string will prevent pip from installing the project on other Python
&gt; versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

&gt; python_requires
&gt;
&gt; A string corresponding to a version specifier (as defined in PEP 440)
&gt; for the Python version, used to specify the Requires-Python defined in
&gt; PEP 345.</pre>
</div>
</content>
</entry>
</feed>
