<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/.github, 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>Simplify tox configuration (#573)</title>
<updated>2020-12-21T17:26:54+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-21T17:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=f490a6003f6687aa23158edffaacd36ee511fce3'/>
<id>f490a6003f6687aa23158edffaacd36ee511fce3</id>
<content type='text'>
Remove the extra dimension: {windows,linux}. In local testing, this
suffix has no practical effect on test runs as the OS is always either
Linux or Window. Adding this suffixes forces many extra test runs when
simply using the command "tox". This has been removed to avoid these
extra runs. This allowed removing the environment variable PLATFORM.
Both Windows and Linux still run in CI.

Use only the component "crypto" to install the extra cryptography
package. This simplifies adding Python versions in the future as
modifying this line is no longer required.

Merge suffixes to one line: py{36,37,38,39}-{crypto,nocrypto}. Again,
this simplifies adding Python versions in the future as one needs to
modify only one line.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the extra dimension: {windows,linux}. In local testing, this
suffix has no practical effect on test runs as the OS is always either
Linux or Window. Adding this suffixes forces many extra test runs when
simply using the command "tox". This has been removed to avoid these
extra runs. This allowed removing the environment variable PLATFORM.
Both Windows and Linux still run in CI.

Use only the component "crypto" to install the extra cryptography
package. This simplifies adding Python versions in the future as
modifying this line is no longer required.

Merge suffixes to one line: py{36,37,38,39}-{crypto,nocrypto}. Again,
this simplifies adding Python versions in the future as one needs to
modify only one line.</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>Run tests against Python 3.9 and add trove classifier (#522)</title>
<updated>2020-10-09T10:58:38+00:00</updated>
<author>
<name>Michael K</name>
<email>michael-k@users.noreply.github.com</email>
</author>
<published>2020-10-09T10:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=4ed3067297a0fbe5ed61f54aa9201a4ce82f18ff'/>
<id>4ed3067297a0fbe5ed61f54aa9201a4ce82f18ff</id>
<content type='text'>
* Run tests against Python 3.9 and add trove classifier

* Loosen pin on cryptography to allow 3.x</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Run tests against Python 3.9 and add trove classifier

* Loosen pin on cryptography to allow 3.x</pre>
</div>
</content>
</entry>
<entry>
<title>Setup GH Actions (#499)</title>
<updated>2020-08-19T14:38:10+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-08-19T14:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=ab1fc5fa8c4b4102c2a51d195c1fb4d7e64f69a3'/>
<id>ab1fc5fa8c4b4102c2a51d195c1fb4d7e64f69a3</id>
<content type='text'>
* Setup GH Actions

* Remove src path changes

* Add dev extras

* Update USING_COVERAGE

* last update

* Upgrade pytest

* Remove 2.7 things</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Setup GH Actions

* Remove src path changes

* Add dev extras

* Update USING_COVERAGE

* last update

* Upgrade pytest

* Remove 2.7 things</pre>
</div>
</content>
</entry>
<entry>
<title>Create main.yml</title>
<updated>2020-04-06T13:31:21+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-04-06T13:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=b17c087496bdfc58698187c111960adcdd348a7c'/>
<id>b17c087496bdfc58698187c111960adcdd348a7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create FUNDING.yml</title>
<updated>2019-11-05T03:14:41+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2019-11-05T03:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=c404473271a199a7445b0e2a348e47893988bbc7'/>
<id>c404473271a199a7445b0e2a348e47893988bbc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump up to v1.6.3</title>
<updated>2018-05-19T17:13:14+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2018-05-19T17:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=070015d79ed5277c6d76fa8f996fb9698257afe4'/>
<id>070015d79ed5277c6d76fa8f996fb9698257afe4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add issue templates</title>
<updated>2018-05-19T13:48:40+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2018-05-19T13:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=55dbcb4caa7a5d64046e062c224faebebd4f17c9'/>
<id>55dbcb4caa7a5d64046e062c224faebebd4f17c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
