2020-03-10 11:06:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 10 09:47:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.1.0:
|
|
|
|
* Improve JWT.decode() #76 (fixes #75)
|
|
|
|
* ort headers when serializing to allow for headless JWT #136 (fixes #80)
|
|
|
|
* djust dependency handling
|
|
|
|
* se PyCryptodome instead of PyCrypto #83
|
|
|
|
* pdate package dependencies #124 (fixes #158)
|
|
|
|
* void using deprecated methods #85
|
|
|
|
* upport X509 certificates #107
|
|
|
|
* solate and flesh out cryptographic backends to enable independent operation #129 (fixes #114)
|
|
|
|
* emove pyca/cryptography backend's dependency on python-ecdsa #117
|
|
|
|
* Remove pycrypto/dome backends' dependency on python-rsa #121
|
|
|
|
* Make pyca/cryptography backend the preferred backend if multiple backends are present #122
|
|
|
|
- Rebase patch unpin-deps.patch
|
|
|
|
|
2019-04-11 11:00:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 11 05:11:28 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Activate test suite, using GitHub archive
|
|
|
|
- Add unpin-deps.patch to fix broken installed egg-info,
|
|
|
|
and remove unused dependency on python-future
|
|
|
|
- Remove undesirable < comparator in build and runtime dependencies,
|
|
|
|
and remove duplicated dependencies
|
|
|
|
|
2018-11-29 22:01:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 15 00:12:07 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Initial version
|