Hello community,

here is the log from the commit of package python-repoze.who for 
openSUSE:Leap:15.2 checked in at 2020-04-14 14:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-repoze.who (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-repoze.who.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-repoze.who"

Tue Apr 14 14:21:52 2020 rev:16 rq:793610 version:2.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-repoze.who/python-repoze.who.changes    
2020-03-02 13:22:09.298254921 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-repoze.who.new.3248/python-repoze.who.changes
  2020-04-14 14:22:04.181323238 +0200
@@ -1,0 +2,6 @@
+Mon Apr  6 07:12:52 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Skip failing test as it the zope.interface now raises different
+  assert
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-repoze.who.spec ++++++
--- /var/tmp/diff_new_pack.xDFTmE/_old  2020-04-14 14:22:05.889324512 +0200
+++ /var/tmp/diff_new_pack.xDFTmE/_new  2020-04-14 14:22:05.893324515 +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