Hello community,
here is the log from the commit of package python-keyrings.alt for
openSUSE:Factory checked in at 2017-05-10 20:36:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keyrings.alt (Old)
and /work/SRC/openSUSE:Factory/.python-keyrings.alt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keyrings.alt"
Wed May 10 20:36:09 2017 rev:3 rq:458722 version:2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-keyrings.alt/python-keyrings.alt.changes
2017-01-25 23:32:31.327686517 +0100
+++
/work/SRC/openSUSE:Factory/.python-keyrings.alt.new/python-keyrings.alt.changes
2017-05-10 20:36:10.904213834 +0200
@@ -1,0 +2,6 @@
+Fri Feb 17 08:48:48 UTC 2017 - [email protected]
+
+- clean up specfile
+- switch to pytest testing
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keyrings.alt.spec ++++++
--- /var/tmp/diff_new_pack.cKgeYV/_old 2017-05-10 20:36:12.004058657 +0200
+++ /var/tmp/diff_new_pack.cKgeYV/_new 2017-05-10 20:36:12.008058093 +0200
@@ -2,7 +2,7 @@
# spec file for package python-keyrings.alt
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2016 LISA GmbH, Bingen, Germany.
+# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,21 +27,23 @@
Source:
https://pypi.io/packages/source/k/keyrings.alt/keyrings.alt-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-keyring
-BuildRequires: python-pycrypto
-BuildRequires: python-pytest-runner
BuildRequires: python-setuptools
-BuildRequires: python-setuptools_scm
-Requires: python-pycrypto
-BuildRequires: python-keyczar
-Requires: python-keyczar
+BuildRequires: python-setuptools_scm >= 1.9
+# Test requirements
+BuildRequires: python-backports.unittest_mock
+BuildRequires: python-fs >= 0.5
BuildRequires: python-gdata
-Requires: python-gdata
-BuildRequires: python-fs
-Requires: python-fs
+BuildRequires: python-keyczar
BuildRequires: python-keyring
+BuildRequires: python-pycrypto
+BuildRequires: python-pytest
+BuildRequires: python-pytest-runner
+Requires: python-fs >= 0.5
+Requires: python-gdata
+Requires: python-keyczar
Requires: python-keyring
+Requires: python-pycrypto
# Testing requirements
-BuildRequires: python-mock
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -63,7 +65,7 @@
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
-python setup.py test
+PYTHONPATH=%{buildroot}%{python_sitelib} py.test
%files
%defattr(-,root,root,-)