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

python310-service_identity-24.1.0-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-service_identity Distribution: openSUSE:Factory:zSystems
Version: 24.1.0 Vendor: openSUSE
Release: 1.3 Build date: Sat Jan 20 21:31:18 2024
Group: Development/Languages/Python Build host: reproducible
Size: 63652 Source RPM: python-service_identity-24.1.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pyca/service_identity
Summary: Service identity verification for pyOpenSSL
service_identity aspires to give you all the tools you need for
verifying whether a certificate is valid for the intended purposes.

In the simplest case, this means host name verification. However,
service_identity implements RFC 6125 fully and plans to add other
relevant RFCs too.

Provides

Requires

License

MIT

Changelog

* Sat Jan 20 2024 Dirk Müller <dmueller@suse.com>
  - update to 24.1.0:
    * If a certificate doesn't contain any `subjectAltName`s, we
      now raise `service_identity.CertificateError` instead of
      `service_identity.VerificationError` to make the problem
      easier to debug.
* Mon Sep 18 2023 pgajdos@suse.com
  - python-six is not required
* Wed Jun 21 2023 ecsos <ecsos@opensuse.org>
  - Update to 23.1.0
    * Removed
    - All Python versions up to and including 3.7 have been dropped.
    - Support for commonName in certificates has been dropped.
      It has been deprecated since 2017 and isn't supported by any
      major browser.
    - The oldest supported pyOpenSSL version (when using the
      pyopenssl backend) is now 17.0.0.
      When using such an old pyOpenSSL version, you have to pin
      cryptography yourself to ensure compatibility between them.
      Please check out contraints/oldest-pyopenssl.txt to verify
      what we are testing against.
    * Deprecated
    - If you've used service_identity.(cryptography|pyopenssl).extract_ids(),
      please switch to the new names extract_patterns(). #56
    * Added
    - service_identity.(cryptography|pyopenssl).extract_patterns()
      are now public APIs (FKA extract_ids()).
      You can use them to extract the patterns from a certificate
      without verifying anything. #55
    - service-identity is now fully typed. #57
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Fri Feb 24 2023 Matej Cepl <mcepl@suse.com>
  - Clean up the SPEC file.
* Mon Feb 07 2022 Matej Cepl <mcepl@suse.com>
  - Update to 21.1.0:
    - Python 3.4 is not supported anymore. It has been unsupported
      by the Python core team for a while now, its PyPI downloads
      are negligible, and our CI provider removed it as a supported
      option.
    - It's very unlikely that service-identity will break under 3.4
      anytime soon, which is why we do not block its installation
      on Python 3.4. But we don't test it anymore and will block it
      once someone reports breakage.
    - service_identity.exceptions.VerificationError can now be
      pickled and is overall more well-behaved as an exception.
      This raises the requirement of attrs to 19.1.0.
  - This package actually truly requires six (it is expected to
    work with Python 2.7 as well).
* Thu Mar 12 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Fix build without python2
* Fri Jan 03 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Format with spec-cleaner
  - Upstream seems to rebase the tarball, refetch it
* Fri Mar 01 2019 Ondřej Súkup <mimi.vx@gmail.com>
  - update to 18.1.0
  - drop fetch-intersphinx-inventories.sh
  - drop local-intersphinx-inventories.patch
  - cleanup spec + enable tests
    * pyOpenSSL is optional now if you use service_identity.cryptography.* only.
    * Added support for iPAddress subjectAltNames.

Files

/usr/lib/python3.10/site-packages/service_identity
/usr/lib/python3.10/site-packages/service_identity-24.1.0.dist-info
/usr/lib/python3.10/site-packages/service_identity-24.1.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/service_identity-24.1.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/service_identity-24.1.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/service_identity-24.1.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/service_identity-24.1.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/service_identity-24.1.0.dist-info/licenses
/usr/lib/python3.10/site-packages/service_identity-24.1.0.dist-info/licenses/LICENSE
/usr/lib/python3.10/site-packages/service_identity/__init__.py
/usr/lib/python3.10/site-packages/service_identity/__pycache__
/usr/lib/python3.10/site-packages/service_identity/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/service_identity/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/service_identity/__pycache__/cryptography.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/service_identity/__pycache__/cryptography.cpython-310.pyc
/usr/lib/python3.10/site-packages/service_identity/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/service_identity/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/service_identity/__pycache__/hazmat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/service_identity/__pycache__/hazmat.cpython-310.pyc
/usr/lib/python3.10/site-packages/service_identity/__pycache__/pyopenssl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/service_identity/__pycache__/pyopenssl.cpython-310.pyc
/usr/lib/python3.10/site-packages/service_identity/cryptography.py
/usr/lib/python3.10/site-packages/service_identity/exceptions.py
/usr/lib/python3.10/site-packages/service_identity/hazmat.py
/usr/lib/python3.10/site-packages/service_identity/py.typed
/usr/lib/python3.10/site-packages/service_identity/pyopenssl.py
/usr/share/doc/packages/python310-service_identity
/usr/share/doc/packages/python310-service_identity/README.md
/usr/share/licenses/python310-service_identity
/usr/share/licenses/python310-service_identity/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024