<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/setup.cfg, branch remove-cli</title>
<subtitle>github.com: progrium/pyjwt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/'/>
<entry>
<title>Remove cli entrypoint</title>
<updated>2020-06-19T16:19:03+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-06-19T16:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=bb1a0e05891b9a0913fcde44efeae09bc8046800'/>
<id>bb1a0e05891b9a0913fcde44efeae09bc8046800</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup GH Actions</title>
<updated>2020-06-19T14:56:15+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-06-19T14:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=78c1af4bff70a25470694591bc59aeaa59c1e9db'/>
<id>78c1af4bff70a25470694591bc59aeaa59c1e9db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move setup information to declarative setup.cfg (#495)</title>
<updated>2020-06-11T04:12:48+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-11T04:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=2194df2fc223313faf78b4866c2fd6ceda5ee797'/>
<id>2194df2fc223313faf78b4866c2fd6ceda5ee797</id>
<content type='text'>
Use a declarative syntax to avoid mixing code and configuration.
Simplifies handling of long description and version by reducing some
boilerplate.

For details on this setuptools feature, see:
https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a declarative syntax to avoid mixing code and configuration.
Simplifies handling of long description and version by reducing some
boilerplate.

For details on this setuptools feature, see:
https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files</pre>
</div>
</content>
</entry>
<entry>
<title>DX Tweaks (#450)</title>
<updated>2019-10-22T02:38:34+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2019-10-22T02:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=11ac89474b1179925c76450fcc4b3d2042c45f19'/>
<id>11ac89474b1179925c76450fcc4b3d2042c45f19</id>
<content type='text'>
* Setup pre-commit hooks

* Run initial `tox -e lint`

* Fix package name

* Fix .travis.yml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Setup pre-commit hooks

* Run initial `tox -e lint`

* Fix package name

* Fix .travis.yml
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove setup.py test command in favor of pytest and tox (#442)</title>
<updated>2019-10-06T23:09:34+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-10-06T23:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=3a20892442b34c754b26550e05f7f856fb008c94'/>
<id>3a20892442b34c754b26550e05f7f856fb008c94</id>
<content type='text'>
Using pytest and tox directly is simpler and more conventional then
going through setup.py. Using setup.py installs packages as eggs where
as tox uses the more typical pip.

Overall simplifies setup.py.

Fixes #415</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using pytest and tox directly is simpler and more conventional then
going through setup.py. Using setup.py installs packages as eggs where
as tox uses the more typical pip.

Overall simplifies setup.py.

Fixes #415</pre>
</div>
</content>
</entry>
<entry>
<title>Rename [wheel] section to [bdist_wheel] as the former is legacy (#441)</title>
<updated>2019-09-28T20:32:33+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-09-28T20:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=1256a68de68464b3ae606f0ec2c03601ab1ea25c'/>
<id>1256a68de68464b3ae606f0ec2c03601ab1ea25c</id>
<content type='text'>
Fixes warning when running the `python3 setup.py bdist_wheel` command:

    The [wheel] section is deprecated. Use [bdist_wheel] instead.

For additional details, see:

https://github.com/pypa/wheel/blob/d2f5b43c866295de7b3963da9fd049f1ca4b1194/wheel/bdist_wheel.py#L124-L131

https://pythonwheels.com/</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes warning when running the `python3 setup.py bdist_wheel` command:

    The [wheel] section is deprecated. Use [bdist_wheel] instead.

For additional details, see:

https://github.com/pypa/wheel/blob/d2f5b43c866295de7b3963da9fd049f1ca4b1194/wheel/bdist_wheel.py#L124-L131

https://pythonwheels.com/</pre>
</div>
</content>
</entry>
<entry>
<title>Bump pytest version to latest</title>
<updated>2017-04-17T16:10:38+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2017-04-17T15:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=496c511fb72e84ee185f8c2c986e2b68953158ff'/>
<id>496c511fb72e84ee185f8c2c986e2b68953158ff</id>
<content type='text'>
Previously, pytest was pinned to an old version because of a bug in
pytest that has since been fixed. This change now puts us back to using
the latest version of pytest.

Fixes #253
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, pytest was pinned to an old version because of a bug in
pytest that has since been fixed. This change now puts us back to using
the latest version of pytest.

Fixes #253
</pre>
</div>
</content>
</entry>
<entry>
<title>Flake8 now ignores .tox</title>
<updated>2016-08-06T02:46:23+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2016-08-06T02:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=48be19ac2d93fe51974a2424f5219b90a47e9e6a'/>
<id>48be19ac2d93fe51974a2424f5219b90a47e9e6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added docs/ with awesome new documentation 🎉</title>
<updated>2015-10-23T23:49:08+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-10-23T00:31:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=ccb3d278fce8ef17667cf835b75ffb064d875eca'/>
<id>ccb3d278fce8ef17667cf835b75ffb064d875eca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>restored setup.py test functionality.</title>
<updated>2015-05-18T03:45:23+00:00</updated>
<author>
<name>Gabi Davar</name>
<email>grizzly.nyo@gmail.com</email>
</author>
<published>2015-05-05T15:29:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=31401992082a227a8b81c9e4b8306e2fd94ef7a3'/>
<id>31401992082a227a8b81c9e4b8306e2fd94ef7a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
