14
0
forked from pool/python-PyJWT

Accepting request 671226 from home:frispete:python

- update to version 1.7.1:
  * Update test dependencies with pinned ranges
  * Fix pytest deprecation warnings
- update to version v1.7.0:
  * Remove CRLF line endings #353
  * Update usage.rst #360
  * Support for Python 3.7 #375 #379 #384
- removed pyjwt-pytest390.patch (fixed upstream)
- removed pyjwt-python37.patch (fixed upstream)
- removed dos2unix conversion of jwt/__main__.py (fixed upstream)
- add test build conditional

OBS-URL: https://build.opensuse.org/request/show/671226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=41
This commit is contained in:
Tomáš Chvátal
2019-02-10 10:07:27 +00:00
committed by Git OBS Bridge
parent b48752ab8b
commit 8a13e4125d
6 changed files with 26 additions and 69 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 4 20:05:58 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- update to version 1.7.1:
* Update test dependencies with pinned ranges
* Fix pytest deprecation warnings
- update to version v1.7.0:
* Remove CRLF line endings #353
* Update usage.rst #360
* Support for Python 3.7 #375 #379 #384
- removed pyjwt-pytest390.patch (fixed upstream)
- removed pyjwt-python37.patch (fixed upstream)
- removed dos2unix conversion of jwt/__main__.py (fixed upstream)
- add test build conditional
-------------------------------------------------------------------
Tue Dec 4 12:52:21 UTC 2018 - Matej Cepl <mcepl@suse.com>