<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/docs, branch version-2.0.1</title>
<subtitle>github.com: progrium/pyjwt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/'/>
<entry>
<title>Include changelog in docs (#597)</title>
<updated>2021-01-10T18:15:44+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2021-01-10T18:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=fdfd6871536690e46b6128512825897e52cc9761'/>
<id>fdfd6871536690e46b6128512825897e52cc9761</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 2.0.0 (#576)</title>
<updated>2020-12-22T07:17:08+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-12-22T07:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=4770745541363a6a1a1a00b81a64601970df5ce0'/>
<id>4770745541363a6a1a1a00b81a64601970df5ce0</id>
<content type='text'>
* Bump up version to 2.0.0

* Update usage docs

* Update CHANGELOG</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Bump up version to 2.0.0

* Update usage docs

* Update CHANGELOG</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify black configuration to be closer to upstream defaults (#568)</title>
<updated>2020-12-21T16:30:48+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-21T16:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=811ae79ceaae8ad9bbad24c30e2d3dd4d920e4df'/>
<id>811ae79ceaae8ad9bbad24c30e2d3dd4d920e4df</id>
<content type='text'>
* Simplify black configuration to be closer to upstream defaults

Avoid extra configuration by simply going with Black defaults. This
allows removing some configuration options, thus simplifying the overall
configuration.

It also makes the code style closer to community conventions. As more
projects adopt black formatting, more code will look like the black
defaults.

Further, the default 88 tends to create more readable lines, IMO. The
black rationale is located at:
https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length

* Update tests/test_api_jws.py

Co-authored-by: José Padilla &lt;jpadilla@webapplicate.com&gt;

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update tests/test_api_jws.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: José Padilla &lt;jpadilla@webapplicate.com&gt;
Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Simplify black configuration to be closer to upstream defaults

Avoid extra configuration by simply going with Black defaults. This
allows removing some configuration options, thus simplifying the overall
configuration.

It also makes the code style closer to community conventions. As more
projects adopt black formatting, more code will look like the black
defaults.

Further, the default 88 tends to create more readable lines, IMO. The
black rationale is located at:
https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length

* Update tests/test_api_jws.py

Co-authored-by: José Padilla &lt;jpadilla@webapplicate.com&gt;

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update tests/test_api_jws.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: José Padilla &lt;jpadilla@webapplicate.com&gt;
Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tox "docs" environment to pass (#567)</title>
<updated>2020-12-21T16:13:07+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-21T16:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=d5eff6452d66d0cafce9fecd19f5453ce8ea95fc'/>
<id>d5eff6452d66d0cafce9fecd19f5453ce8ea95fc</id>
<content type='text'>
- Fixed doctest which included incorrect output.
- Use intersphinx to allow linking to Python JSONEncoder class.
- Fix param types after previous str/bytes cleanups.
- Fix param syntax to avoid vertical bar.

The command `tox -e docs` now passes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed doctest which included incorrect output.
- Use intersphinx to allow linking to Python JSONEncoder class.
- Fix param types after previous str/bytes cleanups.
- Fix param syntax to avoid vertical bar.

The command `tox -e docs` now passes.</pre>
</div>
</content>
</entry>
<entry>
<title>Autoupdate pre-commit hooks and apply them (#561)</title>
<updated>2020-12-19T23:51:39+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-19T23:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=ce4f350ffc052f767c772c0685cc591f7d5f4e9b'/>
<id>ce4f350ffc052f767c772c0685cc591f7d5f4e9b</id>
<content type='text'>
https://pre-commit.com/#updating-hooks-automatically</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://pre-commit.com/#updating-hooks-automatically</pre>
</div>
</content>
</entry>
<entry>
<title>Replace codecs.open() with builtin open() (#548)</title>
<updated>2020-12-17T20:10:21+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-17T20:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=0683b794027e4b876dba9833a0607e1502faea50'/>
<id>0683b794027e4b876dba9833a0607e1502faea50</id>
<content type='text'>
Since Python 3, these two functions are functionally equivalent, so use
the builtin one.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Python 3, these two functions are functionally equivalent, so use
the builtin one.</pre>
</div>
</content>
</entry>
<entry>
<title>Update code blocks in docs (#545)</title>
<updated>2020-12-17T20:09:23+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-17T20:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=a1907c037a44e3dda54ea60163a15e11cfd81774'/>
<id>a1907c037a44e3dda54ea60163a15e11cfd81774</id>
<content type='text'>
Update Python 2 syntax and drop Python-2-only examples.

Fix all Python console prompts to the full "&gt;&gt;&gt; " for correct
highlighting.

Use "pycon" instead of "python" for interactive Python console session.
The "python" lexer is for Python scripts and doesn't interpret the "&gt;&gt;&gt;"
prompt.

Fix all Python console code blocks to more accurately display what the
user will see. For example, when assigning a value to a variable, it
isn't also echoed.

Fix typo ".. code::" → ".. code-block::".

Use "console" instead of "sh" for shell sessions. The "sh" lexer is for
shell scripts. For a complete list of lexers, see:
https://pygments.org/docs/lexers/

Use blacken-docs to run black on code blocks. This is now included as a
pre-commit hook.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Python 2 syntax and drop Python-2-only examples.

Fix all Python console prompts to the full "&gt;&gt;&gt; " for correct
highlighting.

Use "pycon" instead of "python" for interactive Python console session.
The "python" lexer is for Python scripts and doesn't interpret the "&gt;&gt;&gt;"
prompt.

Fix all Python console code blocks to more accurately display what the
user will see. For example, when assigning a value to a variable, it
isn't also echoed.

Fix typo ".. code::" → ".. code-block::".

Use "console" instead of "sh" for shell sessions. The "sh" lexer is for
shell scripts. For a complete list of lexers, see:
https://pygments.org/docs/lexers/

Use blacken-docs to run black on code blocks. This is now included as a
pre-commit hook.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated arguments from docs (#544)</title>
<updated>2020-12-17T01:29:12+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-17T01:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=3f65aa413530157b8b09c4c933de4f8a97a639c1'/>
<id>3f65aa413530157b8b09c4c933de4f8a97a639c1</id>
<content type='text'>
They were removed from the code in
f690976596bb74221f5a81fc9afffd5609bc4e70.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were removed from the code in
f690976596bb74221f5a81fc9afffd5609bc4e70.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "Command line" sections from docs (#539)</title>
<updated>2020-12-16T22:22:33+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-16T22:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=dfbe695a92567ed19b0a6d96a89ac4cb1706d3a8'/>
<id>dfbe695a92567ed19b0a6d96a89ac4cb1706d3a8</id>
<content type='text'>
The CLI entry point was removed in commit
8a14f087c285bbe2f6e85ba4818e6c620b708d5d.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CLI entry point was removed in commit
8a14f087c285bbe2f6e85ba4818e6c620b708d5d.</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade black version and usage (#538)</title>
<updated>2020-12-16T20:30:03+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-16T20:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=a086e61af8f12384045079e38fd62a9f09c8985b'/>
<id>a086e61af8f12384045079e38fd62a9f09c8985b</id>
<content type='text'>
Upgrade black to version 20.8b1 and specify that Python 3.6+ syntax
should be used.

Run it on all files to upgrade syntax.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade black to version 20.8b1 and specify that Python 3.6+ syntax
should be used.

Run it on all files to upgrade syntax.</pre>
</div>
</content>
</entry>
</feed>
