14
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

4
_multibuild Normal file
View File

@@ -0,0 +1,4 @@
<multibuild>
<flavor>test-backend-cryptography</flavor>
<flavor>test-backend-native</flavor>
</multibuild>