Hello community,

here is the log from the commit of package python-rpm-macros for 
openSUSE:Factory checked in at 2019-02-26 22:13:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.python-rpm-macros.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rpm-macros"

Tue Feb 26 22:13:41 2019 rev:15 rq:678063 version:20190221.08f1194

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rpm-macros/python-rpm-macros.changes      
2018-12-24 11:36:23.165718706 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-rpm-macros.new.28833/python-rpm-macros.changes
   2019-02-26 22:13:46.438245520 +0100
@@ -1,0 +2,7 @@
+Thu Feb 21 17:54:59 UTC 2019 - opensuse-packag...@opensuse.org
+
+- Update to version 20190221.08f1194:
+  * Actually make pytest into function to capture arguments as well
+  * Add pytest definitions.
+
+-------------------------------------------------------------------

Old:
----
  python-rpm-macros-20181211.ab6f37c.tar.bz2

New:
----
  python-rpm-macros-20190221.08f1194.tar.bz2

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

Other differences:
------------------
++++++ python-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.pcZ3pV/_old  2019-02-26 22:13:47.026245314 +0100
+++ /var/tmp/diff_new_pack.pcZ3pV/_new  2019-02-26 22:13:47.030245312 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rpm-macros
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           python-rpm-macros
-Version:        20181211.ab6f37c
+Version:        20190221.08f1194
 Release:        0
 Summary:        RPM macros for building of Python modules
 License:        WTFPL

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.pcZ3pV/_old  2019-02-26 22:13:47.058245302 +0100
+++ /var/tmp/diff_new_pack.pcZ3pV/_new  2019-02-26 22:13:47.062245301 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">git://github.com/openSUSE/python-rpm-macros.git</param>
-              <param 
name="changesrevision">ab6f37cab7f992b3ad8a148877854129e0c0cd4b</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">08f1194ef62051e001ee026485678fa622990e02</param></service></servicedata>
\ No newline at end of file

++++++ python-rpm-macros-20181211.ab6f37c.tar.bz2 -> 
python-rpm-macros-20190221.08f1194.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-rpm-macros-20181211.ab6f37c/macros/010-common-defs 
new/python-rpm-macros-20190221.08f1194/macros/010-common-defs
--- old/python-rpm-macros-20181211.ab6f37c/macros/010-common-defs       
2018-12-11 12:26:44.000000000 +0100
+++ new/python-rpm-macros-20190221.08f1194/macros/010-common-defs       
2019-02-21 14:54:27.000000000 +0100
@@ -48,3 +48,8 @@
 %python_uninstall_alternative() 
%{_rec_macro_helper}%{lua:expand_macro("uninstall_alternative", "%**")}
 
 %py_ver  %python_version
+
+##### testing commands #####
+
+%pytest() %{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python 
-mpytest -v "%**"}
+%pytest_arch() %{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} 
$python -mpytest -v "%**"}


Reply via email to