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

python3-service_identity-18.1.0-150200.3.5.1 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: python3-service_identity Distribution: SUSE Linux Enterprise 15
Version: 18.1.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150200.3.5.1 Build date: Tue Oct 18 15:22:15 2022
Group: Development/Languages/Python Build host: sheep02
Size: 80624 Source RPM: python-service_identity-18.1.0-150200.3.5.1.src.rpm
Packager: https://www.suse.com/
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

* Tue Sep 27 2022 mcepl@suse.com
  - Loose the filelist for the package info to avoid FTBFS on
    SLE-15-SP5 (bsc#1203743).
* Fri Jan 03 2020 tchvatal@suse.com
  - Format with spec-cleaner
  - Upstream seems to rebase the tarball, refetch it
* Fri Mar 01 2019 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.
* Mon Feb 25 2019 toddrme2178@gmail.com
  - add fetch-intersphinx-inventories.sh to the sources
* Mon Feb 04 2019 hpj@urpla.net
  - add local-intersphinx-inventories.patch for generating the docs
    correctly
  - add fetch-intersphinx-inventories.sh to fetch the inventories
* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Mon Oct 01 2018 bwiedemann@suse.com
  - Reduce parallelism of sphinx-build
    to ensure reproducible builds (boo#1102408)
* Tue Sep 25 2018 tchvatal@suse.com
  - Drop some SLE11 code that is quite useless today
* Mon Sep 24 2018 ecsos@opensuse.org
  - Update to 17.0.0:
    * Deprecations:
    - Since Chrome 58 and Firefox 48 both don’t accept certificates
      that contain only a Common Name, its usage is hereby
      deprecated in service_identity too. We have been raising
      a warning since 16.0.0 and the support will be removed in
      mid-2018 for good.
    * Changes:
    - When service_identity.SubjectAltNameWarning is raised, the
      Common Name of the certificate is now included in the warning
      message. #17
    - Added cryptography.x509 backend for verifying certificates.
      [#18]
    - Wildcards (*) are now only allowed if they are the leftmost
      label in a certificate. This is common practice by all major
      browsers. #19
* Sat Jul 01 2017 okurz@suse.com
  - Convert to singlespec
* Thu Jun 02 2016 jacobwinski@gmail.com
  - Update to 16.0.0:
    * Changes:
      +  Officially support Python 3.5.
      +  service_identity.SubjectAltNameWarning is now raised if the server certicate lacks a proper SubjectAltName. [#9]
      +  Add a __str__ method to VerificationError.
      +  Port from characteristic to its spiritual successor attrs.
    * Backward-incompatible changes:
      +  Python 3.3 and 2.6 aren't supported anymore. They may work by chance but any effort to keep them working has ceased.
      +  pyOpenSSL versions older than 0.14 are not tested anymore. They don't even build with recent OpenSSL versions.
  - Update spec file with new upstream package requirements.
* Tue Jul 21 2015 nemysis@gmx.ch
  - Change URL
  - Use %{oname} instead of service_identity
  - Add BuildRequires for python-Sphinx for Documentation
  - Change Description
  - Change Documentation add index.html
  - Add Man Page
* Thu Jul 16 2015 jacobwinski@gmail.com
  - update pkg description to reflect upstream
  - rm warnings in description about this pkg being alpha / possibly broken
* Thu Jul 16 2015 jacobwinski@gmail.com
  - alphabetize BuildRequires & Requires
  - remove no longer needed commented out test fail workaround
* Thu Jul 16 2015 jacobwinski@gmail.com
  - update to 14.0.0:
    * update spec file with new requirements per instructions by upstream
    * update spec file comment out no longer needed test fail workaround
    * upstream changes:
      + Switch to year-based version numbers.
      + Port to characteristic 14.0 (get rid of deprecation warnings).
      + Package docs with sdist.
  -update to 1.0.0:
    * Backward-incompatible changes:
      + Drop support for Python 3.2. There is no justification to add complexity and unnecessary function calls for a Python version that nobody uses.
    * changes:
      + Move into the Python Cryptography Authority’s GitHub account.
      + Move exceptions into service_identity.exceptions so tracebacks don’t contain private module names.
      + Promoting to stable since Twisted 14.0 is optionally depending on service_identity now.
      + Use characteristic instead of a home-grown solution.
      + idna 0.6 did some backward-incompatible fixes that broke Python 3 support. This has been fixed now therefore service_identity only works with idna 0.6 and later. Unfortunately since idna doesn’t offer version introspection, service_identity can’t warn about it.

Files

/usr/lib/python3.6/site-packages/service_identity
/usr/lib/python3.6/site-packages/service_identity-18.1.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/service_identity-18.1.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/service_identity-18.1.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/service_identity-18.1.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/service_identity-18.1.0-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/service_identity-18.1.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/service_identity-18.1.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/service_identity/__init__.py
/usr/lib/python3.6/site-packages/service_identity/__pycache__
/usr/lib/python3.6/site-packages/service_identity/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/_common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/_common.cpython-36.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/_compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/_compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/cryptography.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/cryptography.cpython-36.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/pyopenssl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/service_identity/__pycache__/pyopenssl.cpython-36.pyc
/usr/lib/python3.6/site-packages/service_identity/_common.py
/usr/lib/python3.6/site-packages/service_identity/_compat.py
/usr/lib/python3.6/site-packages/service_identity/cryptography.py
/usr/lib/python3.6/site-packages/service_identity/exceptions.py
/usr/lib/python3.6/site-packages/service_identity/pyopenssl.py
/usr/share/doc/packages/python3-service_identity
/usr/share/doc/packages/python3-service_identity/AUTHORS.rst
/usr/share/doc/packages/python3-service_identity/README.rst
/usr/share/licenses/python3-service_identity
/usr/share/licenses/python3-service_identity/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:57:54 2024