Hello community,

here is the log from the commit of package python-repoze.who for 
openSUSE:Factory checked in at 2020-04-07 10:29:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-repoze.who (Old)
 and      /work/SRC/openSUSE:Factory/.python-repoze.who.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-repoze.who"

Tue Apr  7 10:29:47 2020 rev:5 rq:791653 version:2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-repoze.who/python-repoze.who.changes      
2018-12-24 11:46:35.725175792 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-repoze.who.new.3248/python-repoze.who.changes
    2020-04-07 10:31:26.462507932 +0200
@@ -1,0 +2,6 @@
+Mon Apr  6 07:12:52 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Skip failing test as it the zope.interface now raises different
+  assert
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-repoze.who.spec ++++++
--- /var/tmp/diff_new_pack.NPcY2u/_old  2020-04-07 10:31:27.662509495 +0200
+++ /var/tmp/diff_new_pack.NPcY2u/_new  2020-04-07 10:31:27.662509495 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-repoze.who
 #
-# Copyright (c) 2018 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
@@ -17,20 +17,17 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:           python-repoze.who
 %global modname repoze.who
+Name:           python-repoze.who
 Version:        2.3
 Release:        0
-Url:            http://www.repoze.org
 Summary:        Identification and authentication framework for WSGI
 License:        SUSE-Repoze
-Group:          Development/Languages/Python
-Source:         
https://pypi.io/packages/source/r/%{modname}/%{modname}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            http://www.repoze.org
+Source:         
https://files.pythonhosted.org/packages/source/r/repoze.who/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module Paste}
-BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module WebOb}
-BuildRequires:  %{python_module repoze.sphinx.autointerface}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module zope.interface}
 BuildRequires:  fdupes
@@ -39,7 +36,6 @@
 Requires:       python-WebOb
 Requires:       python-zope.interface
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -59,18 +55,18 @@
 
 %build
 %python_build
-cd docs && make html && rm -r .build/html/.buildinfo
 
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/
 
 %check
-%python_exec setup.py test
+# test_brokenimpl zope.interface raises different assert
+%pytest -k 'not test_brokenimpl'
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc *.txt docs/.build/html
+%license LICENSE.txt
+%doc *.txt
 %{python_sitelib}/*
 
 %changelog


Reply via email to