Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-wmctrl for openSUSE:Factory 
checked in at 2023-01-26 13:58:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wmctrl (Old)
 and      /work/SRC/openSUSE:Factory/.python-wmctrl.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wmctrl"

Thu Jan 26 13:58:40 2023 rev:3 rq:1061087 version:0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wmctrl/python-wmctrl.changes      
2021-04-24 23:10:17.607491558 +0200
+++ /work/SRC/openSUSE:Factory/.python-wmctrl.new.32243/python-wmctrl.changes   
2023-01-26 14:09:37.075993357 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 01:23:32 UTC 2023 - John Vandenberg <jay...@gmail.com>
+
+- Remove use of deprecated py.test in tests.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-wmctrl.spec ++++++
--- /var/tmp/diff_new_pack.TysmCJ/_old  2023-01-26 14:09:37.527995788 +0100
+++ /var/tmp/diff_new_pack.TysmCJ/_new  2023-01-26 14:09:37.531995810 +0100
@@ -47,6 +47,8 @@
 %prep
 %setup -q -n wmctrl-%{version}
 
+sed -i 's/\(py$\|py\.test\)/pytest/g' test/test_wmctrl.py
+
 %build
 %python_build
 
@@ -69,6 +71,8 @@
 
 %files %{python_files}
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/wmctrl.py*
+%pycache_only %{python_sitelib}/__pycache__
+%{python_sitelib}/wmctrl*/
 
 %changelog

Reply via email to