<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/tests, branch bionic</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>Require tweak (#280)</title>
<updated>2020-05-14T14:50:39+00:00</updated>
<author>
<name>Pau Ruiz Safont</name>
<email>psafont@users.noreply.github.com</email>
</author>
<published>2020-05-14T14:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=008490a85932415ec14ab7d61c64216ddaef75fc'/>
<id>008490a85932415ec14ab7d61c64216ddaef75fc</id>
<content type='text'>
* Use require options as a list, instead of booleans

Deprecate the use of the boolean options

* Add test for the new require option

* Add documentation on how to use the require option

Co-authored-by: Pau Ruiz i Safont &lt;psafont@ebi.ac.uk&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use require options as a list, instead of booleans

Deprecate the use of the boolean options

* Add test for the new require option

* Add documentation on how to use the require option

Co-authored-by: Pau Ruiz i Safont &lt;psafont@ebi.ac.uk&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 406 (#454)</title>
<updated>2019-11-16T15:50:18+00:00</updated>
<author>
<name>justinbaur</name>
<email>justinbaur@users.noreply.github.com</email>
</author>
<published>2019-11-16T15:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=e875db1357f38450a7c2693aea728c931ddadfe3'/>
<id>e875db1357f38450a7c2693aea728c931ddadfe3</id>
<content type='text'>
* Added header option for encode

* added tests and None check

* updated quotes for consistency

* format fixes after tox
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added header option for encode

* added tests and None check

* updated quotes for consistency

* format fixes after tox
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2.7 compatibility (#457)</title>
<updated>2019-11-13T02:39:43+00:00</updated>
<author>
<name>Bastien Vallet</name>
<email>bastien.vallet@gmail.com</email>
</author>
<published>2019-11-13T02:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=8c93b2a314788798680febadfc5cac05b8dee5a5'/>
<id>8c93b2a314788798680febadfc5cac05b8dee5a5</id>
<content type='text'>
* Remove py27 support

* [py27] Remove useless compatibility files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove py27 support

* [py27] Remove useless compatibility 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://git.baserock.org/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>Fix linter error in test_cli (#414)</title>
<updated>2019-05-05T01:28:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-05-05T01:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=5a9c34f2ebd55fce52a19e57974df86ac5a5f8c2'/>
<id>5a9c34f2ebd55fce52a19e57974df86ac5a5f8c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pytest and pinned test dependencies</title>
<updated>2018-12-06T12:32:27+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2018-12-06T12:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=b65e1ac6dc4d11801f3642eaab34ae6a54162c18'/>
<id>b65e1ac6dc4d11801f3642eaab34ae6a54162c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug if application does not specify audience (#336)</title>
<updated>2018-03-15T15:29:53+00:00</updated>
<author>
<name>Derek Weitzel</name>
<email>djw8605@gmail.com</email>
</author>
<published>2018-03-15T15:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=02374f4203c7ee0e11fdd32c61cb067b63cd0cff'/>
<id>02374f4203c7ee0e11fdd32c61cb067b63cd0cff</id>
<content type='text'>
* Fix bug if application does not specify audience

* Update changelog

* Fixing blank line

* Fixing error message with missing audience
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix bug if application does not specify audience

* Update changelog

* Fixing blank line

* Fixing error message with missing audience
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #315: Raise InvalidSignatureError over generic DecodeError (#316)</title>
<updated>2017-12-01T19:11:09+00:00</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2017-12-01T19:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=0c80a7119a1a82e7023ab3b0c766311de5821707'/>
<id>0c80a7119a1a82e7023ab3b0c766311de5821707</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow list of valid audiences to be passed in to PyJWT.decode() (#306)</title>
<updated>2017-11-27T04:03:06+00:00</updated>
<author>
<name>René Springer</name>
<email>r-springer@users.noreply.github.com</email>
</author>
<published>2017-11-27T04:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=7f7d524b78ab98e42e9064f4f2bab5b6e126f766'/>
<id>7f7d524b78ab98e42e9064f4f2bab5b6e126f766</id>
<content type='text'>
Resolves #205, </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves #205, </pre>
</div>
</content>
</entry>
<entry>
<title>Fix over-eager fallback to stdin (#304)</title>
<updated>2017-11-06T00:05:14+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2017-11-06T00:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=c1253ec82f88bc810884735d68c60f1f6cbd4c1e'/>
<id>c1253ec82f88bc810884735d68c60f1f6cbd4c1e</id>
<content type='text'>
* Fix over-eager fallback to stdin

* Ignore .eggs dir

* Add test to cover when terminal is not a TTY
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix over-eager fallback to stdin

* Ignore .eggs dir

* Add test to cover when terminal is not a TTY
</pre>
</div>
</content>
</entry>
</feed>
