python-service_identity/python-service_identity.changes

39 lines
1.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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 Authoritys GitHub account.
+ Move exceptions into service_identity.exceptions so tracebacks dont 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 doesnt offer version introspection, service_identity cant warn about it.
-------------------------------------------------------------------
Thu May 15 07:59:23 UTC 2014 - hpj@urpla.net
- version 0.2: initial build