Hello community,
here is the log from the commit of package python-asn1crypto for
openSUSE:Factory checked in at 2019-10-05 16:16:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asn1crypto (Old)
and /work/SRC/openSUSE:Factory/.python-asn1crypto.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asn1crypto"
Sat Oct 5 16:16:22 2019 rev:7 rq:734805 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asn1crypto/python-asn1crypto.changes
2019-01-08 12:17:11.780997830 +0100
+++
/work/SRC/openSUSE:Factory/.python-asn1crypto.new.2352/python-asn1crypto.changes
2019-10-05 16:16:30.578030238 +0200
@@ -1,0 +2,18 @@
+Thu Oct 3 13:23:26 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 1.0.0
+ * BREAKING CHANGE: Removed functionality to calculate public key
+ values from private key values. Alternatives have been added to
+ oscrypto. (see upstream changelog)
+ * Significantly improved parsing of core.UTCTime() and
core.GeneralizedTime()
+ values that include timezones and fractional seconds
+ * core.Choice() may now be constructed by a 2-element tuple or a 1-key dict
+ * No longer try to load optional performance dependency, libcrypto,
+ on Mac or Linux
+ * Add support for explicit RSA SSA PSS to keys.PublicKeyInfo()
+ and keys.PrivateKeyInfo()
+ * Add/improve few algorithms (RC4, secp256k1, SHA-3, SHAKE)
+ * Added asn1crypto_tests package to PyPi
+ * Many bugfixes
+
+-------------------------------------------------------------------
Old:
----
asn1crypto-0.24.0.tar.gz
New:
----
1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asn1crypto.spec ++++++
--- /var/tmp/diff_new_pack.9xbyxC/_old 2019-10-05 16:16:31.894026811 +0200
+++ /var/tmp/diff_new_pack.9xbyxC/_new 2019-10-05 16:16:31.894026811 +0200
@@ -17,16 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-asn1crypto
-Version: 0.24.0
+Version: 1.0.0
Release: 0
Summary: ASN.1 parser and serializer for Python
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/wbond/asn1crypto
-Source:
https://files.pythonhosted.org/packages/source/a/asn1crypto/asn1crypto-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
+Source: https://github.com/wbond/asn1crypto/archive/%{version}.tar.gz
+BuildRequires: %{python_module setuptools >= 38.6.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -46,6 +44,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%python_exec setup.py test
+
%files %{python_files}
%license LICENSE
%{python_sitelib}/*
++++++ asn1crypto-0.24.0.tar.gz -> 1.0.0.tar.gz ++++++
++++ 18276 lines of diff (skipped)