<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git, branch 2.2.0</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>Bump up version to v2.2.0 (#697)</title>
<updated>2021-10-06T14:03:12+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2021-10-06T14:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=6223ba13780a941a3f4c9dec62f282bdd9b5afb0'/>
<id>6223ba13780a941a3f4c9dec62f282bdd9b5afb0</id>
<content type='text'>
Co-authored-by: José Padilla &lt;jpadilla@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: José Padilla &lt;jpadilla@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Use timezone package as Python 3.5+ is required (#694)</title>
<updated>2021-10-06T02:13:28+00:00</updated>
<author>
<name>Kevin Kirsche</name>
<email>Kev.Kirsche+GitHub@gmail.com</email>
</author>
<published>2021-10-06T02:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=258d7bab0ecb86be91738ac1e23744429280acd1'/>
<id>258d7bab0ecb86be91738ac1e23744429280acd1</id>
<content type='text'>
* Use timezone package as Python 3.5+ is required

This method is deprecated:
https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow

Replaced with:
https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
using:
https://docs.python.org/3/library/datetime.html#datetime.timezone.utc

which seems to indicate this was added in Python 3.2

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

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>
* Use timezone package as Python 3.5+ is required

This method is deprecated:
https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow

Replaced with:
https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
using:
https://docs.python.org/3/library/datetime.html#datetime.timezone.utc

which seems to indicate this was added in Python 3.2

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Chore: inline Variables that immediately Returned (#690)</title>
<updated>2021-10-03T05:32:59+00:00</updated>
<author>
<name>Yasser Tahiri</name>
<email>yasserth19@gmail.com</email>
</author>
<published>2021-10-03T05:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=a988e1a11e5abb5869dd641f3f4f6a5bb4e70fdf'/>
<id>a988e1a11e5abb5869dd641f3f4f6a5bb4e70fdf</id>
<content type='text'>
* Fix Inline variables &amp; Refactor Code Expression

* Fix Linting Issue</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix Inline variables &amp; Refactor Code Expression

* Fix Linting Issue</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Ed448/EdDSA. (#675)</title>
<updated>2021-10-03T05:23:56+00:00</updated>
<author>
<name>Ajitomi, Daisuke</name>
<email>ajitomi@gmail.com</email>
</author>
<published>2021-10-03T05:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=e7a6c022f3f2e5ba329cbadd242c788014926a7e'/>
<id>e7a6c022f3f2e5ba329cbadd242c788014926a7e</id>
<content type='text'>
* Add support for Ed448/EdDSA.

* Add test for verification using EdDSA private key.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support for Ed448/EdDSA.

* Add test for verification using EdDSA private key.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove upper bound on cryptography version (#693)</title>
<updated>2021-10-02T18:12:42+00:00</updated>
<author>
<name>Richard Connon</name>
<email>richard@connon.me.uk</email>
</author>
<published>2021-10-02T18:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=19ce9c5ec7947428d35aaffd302eb2629210a697'/>
<id>19ce9c5ec7947428d35aaffd302eb2629210a697</id>
<content type='text'>
Cryptography has adopted a firefox-style versioning system where new
feature releases always have new major versions even if they don't have
backwards incompatible changes. This means that an upper bound on the
dependency does not make sense.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cryptography has adopted a firefox-style versioning system where new
feature releases always have new major versions even if they don't have
backwards incompatible changes. This means that an upper bound on the
dependency does not make sense.</pre>
</div>
</content>
</entry>
<entry>
<title>[pre-commit.ci] pre-commit autoupdate (#689)</title>
<updated>2021-09-28T02:12:22+00:00</updated>
<author>
<name>pre-commit-ci[bot]</name>
<email>66853113+pre-commit-ci[bot]@users.noreply.github.com</email>
</author>
<published>2021-09-28T02:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=9249fc70b5aede04c3dcb86e4b6560ab7e032563'/>
<id>9249fc70b5aede04c3dcb86e4b6560ab7e032563</id>
<content type='text'>
updates:
- [github.com/mgedmin/check-manifest: 0.46 → 0.47](https://github.com/mgedmin/check-manifest/compare/0.46...0.47)

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>
updates:
- [github.com/mgedmin/check-manifest: 0.46 → 0.47](https://github.com/mgedmin/check-manifest/compare/0.46...0.47)

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[pre-commit.ci] pre-commit autoupdate (#686)</title>
<updated>2021-09-21T12:28:00+00:00</updated>
<author>
<name>pre-commit-ci[bot]</name>
<email>66853113+pre-commit-ci[bot]@users.noreply.github.com</email>
</author>
<published>2021-09-21T12:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=fbc0e636bfe70d186a6650be47664527568cc55c'/>
<id>fbc0e636bfe70d186a6650be47664527568cc55c</id>
<content type='text'>
updates:
- [github.com/psf/black: 21.8b0 → 21.9b0](https://github.com/psf/black/compare/21.8b0...21.9b0)

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>
updates:
- [github.com/psf/black: 21.8b0 → 21.9b0](https://github.com/psf/black/compare/21.8b0...21.9b0)

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[pre-commit.ci] pre-commit autoupdate (#684)</title>
<updated>2021-08-31T16:43:12+00:00</updated>
<author>
<name>pre-commit-ci[bot]</name>
<email>66853113+pre-commit-ci[bot]@users.noreply.github.com</email>
</author>
<published>2021-08-31T16:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=2032df71cd195db44dcdd253ace68990812f7705'/>
<id>2032df71cd195db44dcdd253ace68990812f7705</id>
<content type='text'>
updates:
- [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0)
- [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](https://github.com/asottile/blacken-docs/compare/v1.10.0...v1.11.0)

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>
updates:
- [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0)
- [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](https://github.com/asottile/blacken-docs/compare/v1.10.0...v1.11.0)

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Assume JWK is valid for signing if "use" is omitted (#668)</title>
<updated>2021-08-12T22:21:08+00:00</updated>
<author>
<name>Klavionik</name>
<email>56698047+Klavionik@users.noreply.github.com</email>
</author>
<published>2021-08-12T22:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=63673619e0321a0b58f29a0b2f6626b5b7c3d2ec'/>
<id>63673619e0321a0b58f29a0b2f6626b5b7c3d2ec</id>
<content type='text'>
* PyJWKClient: Assume JWK is intended for signing if 'use' claim is either 'sig' or not present

* Update CHANGELOG</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PyJWKClient: Assume JWK is intended for signing if 'use' claim is either 'sig' or not present

* Update CHANGELOG</pre>
</div>
</content>
</entry>
<entry>
<title>Remove arbitrary kwargs. (#657)</title>
<updated>2021-08-08T23:40:04+00:00</updated>
<author>
<name>Ajitomi, Daisuke</name>
<email>ajitomi@gmail.com</email>
</author>
<published>2021-08-08T23:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=5fe7f2b28ffcd27a3e520be750858944889112ef'/>
<id>5fe7f2b28ffcd27a3e520be750858944889112ef</id>
<content type='text'>
* Remove arbitrary kwargs.

* Update CHANGELOG.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove arbitrary kwargs.

* Update CHANGELOG.</pre>
</div>
</content>
</entry>
</feed>
