Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cryptography-vectors for
openSUSE:Factory checked in at 2021-10-25 15:16:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography-vectors (Old)
and /work/SRC/openSUSE:Factory/.python-cryptography-vectors.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography-vectors"
Mon Oct 25 15:16:59 2021 rev:10 rq:924950 version:3.4.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cryptography-vectors/python-cryptography-vectors.changes
2021-02-16 22:34:14.981477363 +0100
+++
/work/SRC/openSUSE:Factory/.python-cryptography-vectors.new.1890/python-cryptography-vectors.changes
2021-10-25 15:17:29.101677569 +0200
@@ -1,0 +2,38 @@
+Tue Oct 12 18:49:01 UTC 2021 - Ben Greiner <[email protected]>
+
+- Downgrade to 3.4.8
+ * Always keep in sync with python-cryptograhy
+
+-------------------------------------------------------------------
+Thu Oct 7 10:58:04 UTC 2021 - Pedro Monreal <[email protected]>
+
+- Add pem-certificate filters in python-cryptography-vectors-rpmlintrc
+
+-------------------------------------------------------------------
+Thu Oct 7 08:46:49 UTC 2021 - Pedro Monreal <[email protected]>
+
+- Update to 35.0.0:
+ * Changed the version scheme.
+ * BACKWARDS INCOMPATIBLE: The X.509 PEM parsers now require that
+ the PEM string passed have PEM delimiters of the correct type.
+ * BACKWARDS INCOMPATIBLE: The X.509 certificate parser no longer
+ allows negative serial numbers. RFC 5280 has always prohibited these.
+ * BACKWARDS INCOMPATIBLE: Invalid ASN.1 found during X.509 parsing
+ will raise an error on initial parse rather than when the
+ invalid field is accessed.
+ * Rust is now required for building cryptography, the
+ CRYPTOGRAPHY_DONT_BUILD_RUST environment variable is no longer
+ respected.
+ * Parsers for X.509 no longer use OpenSSL and have been rewritten
+ in Rust. This should be backwards compatible (modulo the items
+ listed above) and improve both security and performance.
+ * Added support for OpenSSL 3.0.0 as a compilation target.
+ * Added support for SM3 and SM4, when using OpenSSL 1.1.1. These
+ algorithms are provided for compatibility in regions where they
+ may be required, and are not generally recommended.
+ * We now ship manylinux_2_24 and musllinux_1_1 wheels, in addition
+ to our manylinux2010 and manylinux2014 wheels.
+ * Added rfc4514_attribute_name attribute to X509.NameAttribite.
+ * Added KBKDFCMAC.
+
+-------------------------------------------------------------------
Old:
----
cryptography_vectors-3.3.2.tar.gz
cryptography_vectors-3.3.2.tar.gz.asc
New:
----
cryptography_vectors-3.4.8.tar.gz
cryptography_vectors-3.4.8.tar.gz.asc
python-cryptography-vectors-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cryptography-vectors.spec ++++++
--- /var/tmp/diff_new_pack.cDkpTm/_old 2021-10-25 15:17:30.181678244 +0200
+++ /var/tmp/diff_new_pack.cDkpTm/_new 2021-10-25 15:17:30.181678244 +0200
@@ -18,7 +18,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cryptography-vectors
-Version: 3.3.2
+# ALWAYS KEEP IN SYNC WITH python-cryptography!
+Version: 3.4.8
Release: 0
Summary: Test vectors for the cryptography package
License: Apache-2.0 OR BSD-3-Clause
@@ -27,6 +28,7 @@
Source0:
https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-%{version}.tar.gz
Source1:
https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-%{version}.tar.gz.asc
Source2: %{name}.keyring
+Source3: python-cryptography-vectors-rpmlintrc
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -46,8 +48,12 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+#%%check
+# this is test data only package for tests with python-cryptography.
+
%files %{python_files}
-%license LICENSE
-%{python_sitelib}/*
+%license LICENSE*
+%{python_sitelib}/cryptography_vectors
+%{python_sitelib}/cryptography_vectors-%{version}*-info
%changelog
++++++ cryptography_vectors-3.3.2.tar.gz -> cryptography_vectors-3.4.8.tar.gz
++++++
/work/SRC/openSUSE:Factory/python-cryptography-vectors/cryptography_vectors-3.3.2.tar.gz
/work/SRC/openSUSE:Factory/.python-cryptography-vectors.new.1890/cryptography_vectors-3.4.8.tar.gz
differ: char 5, line 1
++++++ python-cryptography-vectors-rpmlintrc ++++++
addFilter(r"pem-certificate
.*/site-packages/cryptography_vectors/x509/.*\.pem")