Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-josepy-1.10.0-bp156.2.2 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python3-josepy Distribution: SUSE Linux Enterprise 15 SP6
Version: 1.10.0 Vendor: openSUSE
Release: bp156.2.2 Build date: Mon Jul 24 07:50:23 2023
Group: Unspecified Build host: goat52
Size: 249566 Source RPM: python-josepy-1.10.0-bp156.2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/certbot/josepy
Summary: JOSE protocol implementation in Python
JOSE protocol implementation in Python using cryptography.
It is used by the certbot project. Formerly Let's Encrypt project.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Oct 05 2021 ecsos <ecsos@opensuse.org>
  - 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.
* Sun May 09 2021 Dirk Müller <dmueller@suse.com>
  - 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.
* Mon Mar 08 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.7.0:
    * Dropped support for Python 2.7.
    * Added support for EC keys.
* Wed Jan 06 2021 Dirk Müller <dmueller@suse.com>
  - 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.
* Tue Mar 31 2020 Steve Kowalik <steven.kowalik@suse.com>
  - Update to version 1.3.0:
    * Deprecated support for Python 3.4.
    * Officially add support for Python 3.8.
* Thu Oct 17 2019 Richard Brown <rbrown@suse.com>
  - Remove obsolete Groups tag (fate#326485)
* Wed Jul 24 2019 pgajdos@suse.com
  - 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.
* Tue Jan 29 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Really run tests
  - Disable docs building it is distributed by upstream and does not
    work on older openSUSE releases
* Thu May 03 2018 ecsos@opensuse.org
  - 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.
* Tue Jan 30 2018 jengelh@inai.de
  - Use Documentation/* as RPM group for -doc.
* Sat Jan 27 2018 ecsos@opensuse.org
  - initial version 1.0.1

Files

/usr/lib/python3.6/site-packages/josepy
/usr/lib/python3.6/site-packages/josepy-1.10.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/josepy-1.10.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/josepy-1.10.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/josepy-1.10.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/josepy-1.10.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/josepy-1.10.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/josepy-1.10.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/josepy/__init__.py
/usr/lib/python3.6/site-packages/josepy/__pycache__
/usr/lib/python3.6/site-packages/josepy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/b64.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/b64.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/interfaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/interfaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/json_util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/json_util.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/jwa.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/jwa.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/jwk.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/jwk.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/jws.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/jws.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/magic_typing.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/magic_typing.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/josepy/__pycache__/util.cpython-36.pyc
/usr/lib/python3.6/site-packages/josepy/b64.py
/usr/lib/python3.6/site-packages/josepy/errors.py
/usr/lib/python3.6/site-packages/josepy/interfaces.py
/usr/lib/python3.6/site-packages/josepy/json_util.py
/usr/lib/python3.6/site-packages/josepy/jwa.py
/usr/lib/python3.6/site-packages/josepy/jwk.py
/usr/lib/python3.6/site-packages/josepy/jws.py
/usr/lib/python3.6/site-packages/josepy/magic_typing.py
/usr/lib/python3.6/site-packages/josepy/py.typed
/usr/lib/python3.6/site-packages/josepy/util.py
/usr/share/licenses/python3-josepy
/usr/share/licenses/python3-josepy/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 17 23:33:02 2024