<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/setup.py, branch doc-oidc</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>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>
<entry>
<title>Remove unused 'tests_require' from setup.py (#638)</title>
<updated>2018-12-26T20:56:39+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-26T20:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=d8fe024751fad2b0fdb989f175f2b64d81f8880a'/>
<id>d8fe024751fad2b0fdb989f175f2b64d81f8880a</id>
<content type='text'>
Neither used by Travis CI nor by tox.ini. The mock package was out of
sync with requirements-tests.txt for Python 3 environments. Rather than
maintain this duplicate, unused list of requirements just remove it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Neither used by Travis CI nor by tox.ini. The mock package was out of
sync with requirements-tests.txt for Python 3 environments. Rather than
maintain this duplicate, unused list of requirements just remove it.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused 'requires' variable form setup.py</title>
<updated>2018-12-26T19:37:39+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-26T19:37:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=cecb278f4467f54a0fe358b7a5f1ba43dae16286'/>
<id>cecb278f4467f54a0fe358b7a5f1ba43dae16286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Python 3.7.</title>
<updated>2018-12-03T21:40:25+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@authentiq.com</email>
</author>
<published>2018-12-03T17:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=6ed5980962723092d6fb2cbbfdb63a935787e9c1'/>
<id>6ed5980962723092d6fb2cbbfdb63a935787e9c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unmaintained nose dependency from tests</title>
<updated>2018-09-14T23:25:07+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-14T23:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/oauthlib.git/commit/?id=037453c6f92b502eaae2acafe11161e4bb2e38bb'/>
<id>037453c6f92b502eaae2acafe11161e4bb2e38bb</id>
<content type='text'>
The nose project has ceased development. From their docs page:

https://nose.readthedocs.io/

&gt; Note to Users
&gt;
&gt; Nose has been in maintenance mode for the past several years and will
&gt; likely cease without a new person/team to take over maintainership.
&gt; New projects should consider using Nose2, py.test, or just plain
&gt; unittest/unittest2.

Simplify test infrastructure by using the stdlib unittest discover
command. One fewer dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The nose project has ceased development. From their docs page:

https://nose.readthedocs.io/

&gt; Note to Users
&gt;
&gt; Nose has been in maintenance mode for the past several years and will
&gt; likely cease without a new person/team to take over maintainership.
&gt; New projects should consider using Nose2, py.test, or just plain
&gt; unittest/unittest2.

Simplify test infrastructure by using the stdlib unittest discover
command. One fewer dependency.
</pre>
</div>
</content>
</entry>
</feed>
