Hello community,
here is the log from the commit of package python-keyrings.alt for
openSUSE:Factory checked in at 2019-03-12 09:52:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keyrings.alt (Old)
and /work/SRC/openSUSE:Factory/.python-keyrings.alt.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keyrings.alt"
Tue Mar 12 09:52:32 2019 rev:3 rq:682035 version:3.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-keyrings.alt/python-keyrings.alt.changes
2019-03-04 09:21:41.604586749 +0100
+++
/work/SRC/openSUSE:Factory/.python-keyrings.alt.new.28833/python-keyrings.alt.changes
2019-03-12 09:52:35.323547940 +0100
@@ -1,0 +2,6 @@
+Wed Mar 6 08:43:25 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Remove the test isolation until upstream issue is fixed properly:
+ * https://github.com/jaraco/keyrings.alt/issues/33
+
+-------------------------------------------------------------------
Old:
----
test_backend.py
util.py
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keyrings.alt.spec ++++++
--- /var/tmp/diff_new_pack.2mHZ2C/_old 2019-03-12 09:52:35.979547809 +0100
+++ /var/tmp/diff_new_pack.2mHZ2C/_new 2019-03-12 09:52:35.979547809 +0100
@@ -26,11 +26,6 @@
Group: Development/Languages/Python
URL: https://github.com/jaraco/keyrings.alt
Source:
https://files.pythonhosted.org/packages/source/k/keyrings.alt/keyrings.alt-%{version}.tar.gz
-# The following are normally installed into the runtime environment by package
keyring,
-# however they are removed by openSUSE packaging, and included here so that
these tests
-# dont break whenever keyring changes.
-Source1:
https://raw.githubusercontent.com/jaraco/keyring/18.0.0/keyring/tests/test_backend.py
-Source2:
https://raw.githubusercontent.com/jaraco/keyring/18.0.0/keyring/tests/util.py
BuildRequires: %{python_module setuptools_scm >= 1.15.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -63,8 +58,6 @@
%prep
%setup -q -n keyrings.alt-%{version}
sed -i 's/--flake8//' pytest.ini
-cp %{SOURCE1} %{SOURCE2} tests
-sed -i 's/keyring\.tests/tests/' $(ls tests/*.py | grep -Fv test_backend.py)
%build
%python_build