1
0

Accepting request 979755 from home:bnavigator:branches:devel:languages:python

- Update to 3.3.0
  * Remove support for python 2.7 & 3.5
  * Add support for Python 3.9
  * Remove PyCrypto backend
  * Fix deprecation warning from cryptography backend
- Add rpm subpackages for the extra backend selection.  The missing
  requires were only discovered because other packages started to
  fail.
  * setup.py and README still mention pycrypto and pycryptodome, but
    it was removed from the code.
  * Test in flavors
- Refresh unpin-deps.patch

OBS-URL: https://build.opensuse.org/request/show/979755
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=9
This commit is contained in:
2022-05-29 20:52:04 +00:00
committed by Git OBS Bridge
parent ae214757e3
commit 930eaed495
6 changed files with 122 additions and 41 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun May 29 19:45:02 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 3.3.0
* Remove support for python 2.7 & 3.5
* Add support for Python 3.9
* Remove PyCrypto backend
* Fix deprecation warning from cryptography backend
- Add rpm subpackages for the extra backend selection. The missing
requires were only discovered because other packages started to
fail.
* setup.py and README still mention pycrypto and pycryptodome, but
it was removed from the code.
* Test in flavors
- Refresh unpin-deps.patch
-------------------------------------------------------------------
Wed Aug 5 12:58:25 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>