Ana Guerrero
144ef04ebf
Accepting request 1178245 from devel:languages:python
...
- Update CVE-2024-33664.patch with upstream
https://github.com/mpdavis/python-jose/pull/352
bsc#1223422
OBS-URL: https://build.opensuse.org/request/show/1178245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jose?expand=0&rev=9
2024-06-03 15:44:29 +00:00
60ce9b52e2
- Update CVE-2024-33664.patch with upstream
...
https://github.com/mpdavis/python-jose/pull/352
bsc#1223422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=17
2024-06-03 07:39:12 +00:00
Dominique Leuenberger
6b944f43c5
Accepting request 1172403 from devel:languages:python
...
- Make python-pycryptodome dependency only required for Factory.
OBS-URL: https://build.opensuse.org/request/show/1172403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jose?expand=0&rev=8
2024-05-07 16:04:50 +00:00
cd84edb32d
- Make python-pycryptodome dependency only required for Factory.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=15
2024-05-07 09:59:10 +00:00
Ana Guerrero
dfc9fe76f6
Accepting request 1172135 from devel:languages:python
...
- Add upstream patches:
* CVE-2024-33663.patch, bsc#1223417, gh#mpdavis/python-jose#349
* CVE-2024-33664.patch, bsc#1223422, gh#mpdavis/python-jose#345
* fix-tests-ecdsa-019.patch, gh#mpdavis/python-jose#350
OBS-URL: https://build.opensuse.org/request/show/1172135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jose?expand=0&rev=7
2024-05-06 15:55:08 +00:00
ff2ca96bea
- Add upstream patches:
...
* CVE-2024-33663.patch, bsc#1223417, gh#mpdavis/python-jose#349
* CVE-2024-33664.patch, bsc#1223422, gh#mpdavis/python-jose#345
* fix-tests-ecdsa-019.patch, gh#mpdavis/python-jose#350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=13
2024-05-06 09:15:25 +00:00
Dominique Leuenberger
38024e5028
Accepting request 1093029 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1093029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jose?expand=0&rev=6
2023-06-14 14:30:11 +00:00
c5fe7c4cfd
Accepting request 1092869 from home:ecsos:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1092869
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=11
2023-06-14 06:23:04 +00:00
Dominique Leuenberger
8d3ba786f3
Accepting request 979757 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/979757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jose?expand=0&rev=5
2022-05-30 10:44:10 +00:00
930eaed495
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
2022-05-29 20:52:04 +00:00
Dominique Leuenberger
2f70e353c8
Accepting request 824582 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/824582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jose?expand=0&rev=4
2020-08-06 08:42:19 +00:00
Tomáš Chvátal
ae214757e3
Accepting request 824502 from home:mcalabkova:branches:devel:languages:python
...
- Update to 3.2.0
* This will be the last release supporting Python 2.7, 3.5, and the PyCrypto
backend.
* Use hmac.compare_digest instead of our own constant_time_string_compare #163
* Fix `to_dict` output, which should always be JSON encodeable. #139 and #165
(fixes #127 and #137 )
* Require setuptools >= 39.2.0 #167 (fixes #161 )
* Emit a warning when verifying with a private key #168 (fixes #53 and #142 )
* Avoid loading python-ecdsa when using the cryptography backend, and pinned
python-ecdsa dependency to <0.15 #178
- Rebase patch unpin-deps.patch
OBS-URL: https://build.opensuse.org/request/show/824502
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=7
2020-08-06 05:42:30 +00:00
Dominique Leuenberger
dd7dc206a7
Accepting request 783261 from devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/783261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jose?expand=0&rev=3
2020-03-10 10:55:25 +00:00
Tomáš Chvátal
63774861c2
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=5
2020-03-10 10:06:24 +00:00
Dominique Leuenberger
77f43e1856
Accepting request 693149 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/693149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jose?expand=0&rev=2
2019-04-12 07:15:27 +00:00
Tomáš Chvátal
d907e187d3
Accepting request 693036 from home:jayvdb:django
...
- 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
OBS-URL: https://build.opensuse.org/request/show/693036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=3
2019-04-11 09:00:34 +00:00
Dominique Leuenberger
079abb878f
Accepting request 652699 from devel:languages:python
...
Required by python-moto
OBS-URL: https://build.opensuse.org/request/show/652699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jose?expand=0&rev=1
2018-12-19 12:49:34 +00:00
Todd R
a51d883c69
Accepting request 652698 from home:TheBlackCat:branches:devel:languages:python:misc
...
Required by python-moto
OBS-URL: https://build.opensuse.org/request/show/652698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=1
2018-11-29 21:01:41 +00:00