2019-02-06 09:14:33 +00:00
-------------------------------------------------------------------
Mon Feb 4 19:49:08 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- add local-intersphinx-inventories.patch for generating the docs
correctly
- add fetch-intersphinx-inventories.sh to fetch the inventories
2018-12-04 14:03:12 +00:00
-------------------------------------------------------------------
Tue Dec 4 12:54:12 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
2018-09-25 11:55:57 +00:00
-------------------------------------------------------------------
2018-10-02 10:11:14 +00:00
Mon Oct 1 14:33:07 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
- Reduce parallelism of sphinx-build
to ensure reproducible builds (boo#1102408)
-------------------------------------------------------------------
2018-09-25 11:55:57 +00:00
Tue Sep 25 11:54:42 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Drop some SLE11 code that is quite useless today
2017-07-03 16:25:15 +00:00
-------------------------------------------------------------------
2018-09-25 11:53:30 +00:00
Mon Sep 24 13:16:17 UTC 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
-------------------------------------------------------------------
2017-07-03 16:25:15 +00:00
Sat Jul 1 15:09:29 UTC 2017 - okurz@suse.com
- Convert to singlespec
2016-06-02 19:36:35 +00:00
-------------------------------------------------------------------
Thu Jun 2 16:30:29 UTC 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.
2015-07-26 12:32:18 +00:00
-------------------------------------------------------------------
Tue Jul 21 12:30:36 UTC 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
2015-07-20 07:09:59 +00:00
-------------------------------------------------------------------
Thu Jul 16 23:49:31 UTC 2015 - jacobwinski@gmail.com
- update pkg description to reflect upstream
- rm warnings in description about this pkg being alpha / possibly broken
-------------------------------------------------------------------
Thu Jul 16 23:38:30 UTC 2015 - jacobwinski@gmail.com
- alphabetize BuildRequires & Requires
- remove no longer needed commented out test fail workaround
-------------------------------------------------------------------
Thu Jul 16 23:24:49 UTC 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.
2014-06-02 09:01:12 +00:00
-------------------------------------------------------------------
Thu May 15 07:59:23 UTC 2014 - hpj@urpla.net
- version 0.2: initial build