| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- 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.
- Use Documentation/* as RPM group for -doc.
- initial version 1.0.1
- Really run tests - Disable docs building it is distributed by upstream and does not work on older openSUSE releases
- 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.
- 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.
- update to 1.7.0: * Dropped support for Python 2.7. * Added support for EC keys.
- 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.
- 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.
- Add %{?sle15_python_module_pythons}
- Update to 1.13.0
  * Added support for Python 3.10.
  * PGP keys used to sign the packages we upload to PyPI changed.
    (python-josepy.keyring refreshed)
  * Dropped support for cryptography<1.5.
  * Support for Python 3.6 has been deprecated and will be removed
    in the next scheduled release.