Hello community,
here is the log from the commit of package python-keyrings.alt for
openSUSE:Leap:15.2 checked in at 2020-04-30 18:51:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-keyrings.alt (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-keyrings.alt.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keyrings.alt"
Thu Apr 30 18:51:50 2020 rev:4 rq:795546 version:3.4.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-keyrings.alt/python-keyrings.alt.changes
2020-03-09 18:07:22.472877355 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-keyrings.alt.new.2738/python-keyrings.alt.changes
2020-04-30 18:51:50.988650354 +0200
@@ -1,0 +2,10 @@
+Thu Apr 16 08:17:23 UTC 2020 - [email protected]
+
+- version update to 3.4.0
+ * In tests, pin keyring major version.
+ * Drop support for Python 3.5 and earlier.
+ * In tests, rely on pycryptodome instead of pycrypto for improved
+ compatibility.
+ * In tests, rely on pytest instead of unittest.
+
+-------------------------------------------------------------------
Old:
----
keyrings.alt-3.1.1.tar.gz
New:
----
keyrings.alt-3.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keyrings.alt.spec ++++++
--- /var/tmp/diff_new_pack.i01oJH/_old 2020-04-30 18:51:51.424651275 +0200
+++ /var/tmp/diff_new_pack.i01oJH/_new 2020-04-30 18:51:51.428651283 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-keyrings.alt
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define keyring_ver 18.0.0
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-keyrings.alt
-Version: 3.1.1
+Version: 3.4.0
Release: 0
Summary: Alternate keyring implementations
License: MIT
@@ -57,7 +57,7 @@
%prep
%setup -q -n keyrings.alt-%{version}
-sed -i 's/--flake8//' pytest.ini
+sed -i -e 's/--flake8//' -e 's/--black//' -e 's/--cov//' pytest.ini
%build
%python_build
@@ -67,16 +67,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# setup.py test works except it checks test dependencies which includes
-# lots of non-test related dependencies.
-
-# Three tests fail with AttributeError: 'x' object has no attribute
'get_credential'
-# - CryptedFileKeyringTestCase
-# - EncryptedFileKeyringTestCase
-# - UncryptedFileKeyringTestCase
-%{python_expand py.test-%{$python_bin_suffix} \
- --ignore=_build.python2 --ignore=_build.python3 -k 'not test_credential'
-}
+%pytest
%files %{python_files}
%doc CHANGES.rst README.rst
++++++ keyrings.alt-3.1.1.tar.gz -> keyrings.alt-3.4.0.tar.gz ++++++
++++ 4082 lines of diff (skipped)