18 Commits

Author SHA256 Message Date
1d4e9055ce - Update to 2.2.0:
* Added support for Python 3.14.
  * Dropped support for Python 3.9.0 and 3.9.1 for compatibility with newer
    versions of the cryptography Python package. Python 3.9.2+ is still
    supported.
- Clean up {Build,}Requires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=37
2025-11-06 00:12:48 +00:00
ed68feac0c Accepting request 1270612 from home:ecsos:python
- Update to 2.0.0
  * Breaking Change: PyOpenSSL has been fully removed. - Dropped objects:
    - josepy.util.ComparableX509
      - Functions now expect cryptography.x509 objects: josepy.json_util.encode_cert josepy.json_util.encode_csr josepy.jws.Header.x5c.encoder
      - Functions now return cryptography.x509 objects: josepy.json_util.decode_cert josepy.json_util.decode_csr josepy.jws.Header.x5c.decoder
  * Dropped support for Python 3.8.

OBS-URL: https://build.opensuse.org/request/show/1270612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=35
2025-04-21 07:00:07 +00:00
c8eaa4a55c Accepting request 1243288 from home:glaubitz:branches:devel:languages:python
- Update to 1.15.0
  * Added a deprecation warning about future backwards incompatible changes. The
    text of that warning is "The next major version of josepy will remove
    josepy.util.ComparableX509 and all uses of it as part of removing our
    dependency on PyOpenSSL. This includes modifying any functions with
    ComparableX509 parameters or return values. This will be a breaking change.
    To avoid breakage, we recommend pinning josepy < 2.0.0 until josepy 2.0.0 is
    out and you've had time to update your code."
  * Added support for Python 3.13.
  * Dropped support for Python 3.7.
  * Support for Python 3.8 has been deprecated and will be removed in the next
    scheduled release.
- Drop ignore-pyopenssl-warnings.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1243288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=33
2025-02-05 09:03:29 +00:00
1dbd2de1cc - add ignore-pyopenssl-warnings.patch
* Support for Python 3.6 has been deprecated and will be removed
    Fields in classes. If the field function is used to define a
  - Use the sign and verify methods when they are available in
    cryptography instead of the deprecated methods signer and

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=31
2024-10-28 22:02:07 +00:00
107cf61324 Accepting request 1129753 from home:ecsos:python
- Update to 1.14.0
  - Added support for Python 3.11 and 3.12.
  - Support for Python 3.7 has been deprecated and will be removed
    in the next scheduled release.
  - Dropped support for Python 3.6.
  - Added a new valid PGP key for signing our PyPI packages with
    the fingerprint F2871B4152AE13C49519111F447BF683AA3B26C3
- Comment out asc because no more found.

OBS-URL: https://build.opensuse.org/request/show/1129753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=29
2023-11-29 10:12:36 +00:00
5f955dcf59 Accepting request 1092335 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=26
2023-06-11 20:04:06 +00:00
7a51dfa9ad Accepting request 967418 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/967418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=24
2022-04-07 15:58:11 +00:00
0b21d855e0 Accepting request 923340 from home:ecsos:server
- Update to 1.10.0
  * josepy is now compliant with PEP-561: type checkers will fetch
    types from the inline types annotations when josepy is
    installed as a dependency in a Python project.
  * Added a field function to assist in adding type annotations for
    Fields in classes. If the field function is used to define a 
    Field in a JSONObjectWithFields based class without a type
    annotation, an error will be raised.
  * josepy's tests can no longer be imported under the name josepy,
    however, they are still included in the package and you can run
    them by installing josepy with "tests" extras and running
    python -m pytest.
- Changes from 1.9.0
  * Removed pytest-cache testing dependency.
  * Fixed a bug that sometimes caused incorrect padding to be used
    when serializing Elliptic Curve keys as JSON Web Keys.

OBS-URL: https://build.opensuse.org/request/show/923340
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=23
2021-10-05 19:25:55 +00:00
2c3933365e - update to 1.8.0:
* Removed external mock dependency.
  * Removed dependency on six.
  * Deprecated the module josepy.magic_typing.
  * Fix JWS/JWK generation with EC keys when keys or signatures have leading zeros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=21
2021-05-09 14:44:59 +00:00
e1543b88da - update to 1.7.0:
* Dropped support for Python 2.7.
  * Added support for EC keys.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=19
2021-03-08 08:40:01 +00:00
c5cb23916f - update to 1.5.0:
* Added support for Python 3.9.
  * Dropped support for Python 3.5.
  * Stopped supporting running tests with ``python setup.py test`` which is
    deprecated in favor of ``python -m pytest``.
  * Deprecated support for Python 3.5.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=17
2021-01-06 12:37:39 +00:00
f1c61fb7c4 - Update to version 1.3.0:
* Deprecated support for Python 3.4.
  * Officially add support for Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=15
2020-03-31 05:11:00 +00:00
1cc03426a4 Accepting request 739152 from home:RBrownSUSE:branches:devel:languages:python
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739152
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=13
2019-10-17 12:35:56 +00:00
Tomáš Chvátal
f77d2bf719 Accepting request 718262 from home:pgajdos
- version update to 1.2.0
  * Support for Python 2.6 and 3.3 has been removed.
  * Known incompatibilities with Python 3.8 have been resolved.

OBS-URL: https://build.opensuse.org/request/show/718262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=11
2019-07-24 14:08:14 +00:00
Tomáš Chvátal
2ffeea6335 - Really run tests
- Disable docs building it is distributed by upstream and does not
  work on older openSUSE releases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=9
2019-01-29 12:32:44 +00:00
afebe82b58 Accepting request 603638 from home:ecsos:server
- update to 1.1.0
  - Deprecated support for Python 2.6 and 3.3.
  - Use the sign and verify methods when they are available in 
    cryptography instead of the deprecated methods signer and 
    verifier.

OBS-URL: https://build.opensuse.org/request/show/603638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=7
2018-05-03 11:28:45 +00:00
2c7d2a5cfd Accepting request 571246 from home:jengelh:branches:devel:languages:python
- Use Documentation/* as RPM group for -doc.

OBS-URL: https://build.opensuse.org/request/show/571246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=4
2018-01-30 23:23:46 +00:00
Tomáš Chvátal
2f1841e670 Accepting request 570457 from home:ecsos:server
- initial version 1.0.1

OBS-URL: https://build.opensuse.org/request/show/570457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=1
2018-01-29 09:05:50 +00:00