<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/setup.py, branch fix-key-errors</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>Require cryptography &gt;= 1.0, replace deprecated function</title>
<updated>2016-12-17T12:08:47+00:00</updated>
<author>
<name>Ran Benita</name>
<email>ran234@gmail.com</email>
</author>
<published>2016-12-17T12:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=aaf2ac3e0cb6f9180f1357526e37e94d22ce0dec'/>
<id>aaf2ac3e0cb6f9180f1357526e37e94d22ce0dec</id>
<content type='text'>
The functions `decode_rfc6979_signature` and `encode_rfc6979_signature`
were deprecated in cryptography 1.0:
    https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#10---2015-08-12
and raise a DeprecationWarning now. The replacements are exactly the same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functions `decode_rfc6979_signature` and `encode_rfc6979_signature`
were deprecated in cryptography 1.0:
    https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#10---2015-08-12
and raise a DeprecationWarning now. The replacements are exactly the same.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert README from Markdown to reStructuredText</title>
<updated>2016-11-12T11:10:50+00:00</updated>
<author>
<name>Adam Chainz</name>
<email>adam@adamj.eu</email>
</author>
<published>2016-09-29T14:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=c5ea68827f5dc5564bde6c087c938189cbbf1f8a'/>
<id>c5ea68827f5dc5564bde6c087c938189cbbf1f8a</id>
<content type='text'>
PyPI only supports reStructuredText, so this won't look broken there now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyPI only supports reStructuredText, so this won't look broken there now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed jwt CLI script to jwt-cli to avoid issues with jwt script overlapping with the jwt package. Fixes #130</title>
<updated>2016-10-24T18:33:56+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-10-23T23:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=5c5fab1282c21a4a37dfebae54b2d4bc1ea7f037'/>
<id>5c5fab1282c21a4a37dfebae54b2d4bc1ea7f037</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #196 from kepkin/patch-1</title>
<updated>2016-10-24T18:09:59+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2016-10-24T18:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=6112c18eb482eb21e847b0af8096826d6b68fcc9'/>
<id>6112c18eb482eb21e847b0af8096826d6b68fcc9</id>
<content type='text'>
Fix rpm build</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix rpm build</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.5 to CI builds</title>
<updated>2016-05-06T05:21:06+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2016-05-06T05:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=d02eaad527a2b00d184eebb2d720447fdbdbb033'/>
<id>d02eaad527a2b00d184eebb2d720447fdbdbb033</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rpm build</title>
<updated>2016-02-03T12:17:35+00:00</updated>
<author>
<name>kepkin</name>
<email>kepkin@gmail.com</email>
</author>
<published>2016-02-03T12:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=2eddb1517973905ef9514889718f991cf593bb73'/>
<id>2eddb1517973905ef9514889718f991cf593bb73</id>
<content type='text'>
```python3 setup.py bdist_rpm ``` failed because of non asci symbol.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```python3 setup.py bdist_rpm ``` failed because of non asci symbol.</pre>
</div>
</content>
</entry>
<entry>
<title>Made pytest-runner installation in setup.py conditional. Fixes #179</title>
<updated>2015-10-09T19:10:14+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-10-07T12:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=b8cc504ee09b4f6b2ba83a3db95206b305fe136c'/>
<id>b8cc504ee09b4f6b2ba83a3db95206b305fe136c</id>
<content type='text'>
Based on instructions on pytest-runner: https://bitbucket.org/pytest-dev/pytest-runner
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on instructions on pytest-runner: https://bitbucket.org/pytest-dev/pytest-runner
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes an issue where the newer versions of Pytest can't detect deprecation warnings</title>
<updated>2015-10-09T18:50:44+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-10-09T18:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=8f2601050339b0efcba1d7b44f646bc520e8b700'/>
<id>8f2601050339b0efcba1d7b44f646bc520e8b700</id>
<content type='text'>
This was fixed in https://github.com/pytest-dev/pytest/pull/1081 but is not released yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was fixed in https://github.com/pytest-dev/pytest/pull/1081 but is not released yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setup.py</title>
<updated>2015-05-18T12:19:31+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2015-05-18T12:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=4797f7f10ae78b4a9a2f04023ce45bfa73505735'/>
<id>4797f7f10ae78b4a9a2f04023ce45bfa73505735</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switched to using new get_version() in setup.py</title>
<updated>2015-05-18T03:45:23+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-05-13T02:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=af9e4bae255a9e21dcd28b544624b0c4552c2b76'/>
<id>af9e4bae255a9e21dcd28b544624b0c4552c2b76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
