14
0

- update to 1.5.6:

* Address potential DoS with high compression ratio
- update to 1.5.4:
  * One more release bump to address issues with
    typing_extensions minimum required version
- update to 1.5.3:
  * Drop python 3.6 and 3.7 and add 3.11 support
  * replace deprecated package with typing_extensions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=32
This commit is contained in:
2024-03-19 07:17:28 +00:00
committed by Git OBS Bridge
parent 929994fea6
commit d55a334356
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 19 07:14:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.5.6:
* Address potential DoS with high compression ratio
- update to 1.5.4:
* One more release bump to address issues with
typing_extensions minimum required version
- update to 1.5.3:
* Drop python 3.6 and 3.7 and add 3.11 support
* replace deprecated package with typing_extensions
-------------------------------------------------------------------
Tue Jan 2 21:07:17 UTC 2024 - Dirk Müller <dmueller@suse.com>