Hello community,

here is the log from the commit of package python-yappi for openSUSE:Factory 
checked in at 2020-03-10 11:55:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yappi (Old)
 and      /work/SRC/openSUSE:Factory/.python-yappi.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yappi"

Tue Mar 10 11:55:24 2020 rev:2 rq:783259 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yappi/python-yappi.changes        
2019-03-04 09:22:30.264577993 +0100
+++ /work/SRC/openSUSE:Factory/.python-yappi.new.26092/python-yappi.changes     
2020-03-10 11:55:24.727727664 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 09:22:42 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.2.3
+  * no upstream changelog found
+
+-------------------------------------------------------------------

Old:
----
  yappi-1.0.tar.gz

New:
----
  yappi-1.2.3.tar.gz

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

Other differences:
------------------
++++++ python-yappi.spec ++++++
--- /var/tmp/diff_new_pack.rE45vc/_old  2020-03-10 11:55:25.763728191 +0100
+++ /var/tmp/diff_new_pack.rE45vc/_new  2020-03-10 11:55:25.763728191 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yappi
 #
-# Copyright (c) 2019 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,22 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-yappi
-Version:        1.0
+Version:        1.2.3
 Release:        0
 Summary:        Yet Another Python Profiler
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/sumerc/yappi
+URL:            https://github.com/sumerc/yappi
 Source:         
https://files.pythonhosted.org/packages/source/y/yappi/yappi-%{version}.tar.gz
+Requires:       python-setuptools
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-
 %python_subpackages
 
 %description
@@ -46,8 +48,11 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
+
 %check
-%python_exec setup.py test
+export PYTHONPATH="tests/"
+export PATH="$PATH:%{buildroot}/%{_bindir}"
+%pytest_arch
 
 %files %{python_files}
 %doc README.md

++++++ yappi-1.0.tar.gz -> yappi-1.2.3.tar.gz ++++++
++++ 9446 lines of diff (skipped)


Reply via email to