Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2019-01-03 18:09:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and      /work/SRC/openSUSE:Factory/.python-Paste.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Paste"

Thu Jan  3 18:09:30 2019 rev:19 rq:662605 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes        
2018-12-19 13:50:57.183156957 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.28833/python-Paste.changes     
2019-01-03 18:09:31.851985298 +0100
@@ -1,0 +2,8 @@
+Thu Jan  3 07:17:00 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Disable test_modified as it fails on non 64b arches due to
+  slightly different reported string
+- Drop nose dep, not needed
+- Fix URL to point to current homepage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Paste.spec ++++++
--- /var/tmp/diff_new_pack.2CK93Z/_old  2019-01-03 18:09:32.355984785 +0100
+++ /var/tmp/diff_new_pack.2CK93Z/_new  2019-01-03 18:09:32.359984781 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,10 +24,8 @@
 Summary:        Tools for using a Web Server Gateway Interface stack
 License:        MIT
 Group:          Development/Languages/Python
-URL:            http://pythonpaste.org
+URL:            https://github.com/cdent/paste
 Source:         
https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz
-# Test build requirements:
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -69,7 +67,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py -q test
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v -k 'not test_modified'
 
 %files %{python_files}
 %license docs/license.txt


Reply via email to