Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-listener for 
openSUSE:Factory checked in at 2021-05-16 23:42:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-listener (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-listener.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-listener"

Sun May 16 23:42:07 2021 rev:3 rq:893506 version:1.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-listener/python-pytest-listener.changes
    2019-12-29 15:49:51.723180738 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-listener.new.2988/python-pytest-listener.changes
  2021-05-16 23:44:24.965069198 +0200
@@ -1,0 +2,6 @@
+Sat May 15 10:08:31 UTC 2021 - Ben Greiner <[email protected]>
+
+- Fix a prolem with our version of setuptools not finding the
+  single module.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-listener.spec ++++++
--- /var/tmp/diff_new_pack.Wp7z2U/_old  2021-05-16 23:44:25.433067384 +0200
+++ /var/tmp/diff_new_pack.Wp7z2U/_new  2021-05-16 23:44:25.437067369 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-listener
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,10 +39,12 @@
 %python_subpackages
 
 %description
-A simple network listener for py.test.
+Simple JSON listener using TCP that listens for data and stores it in a queue 
for later retrieval.
 
 %prep
 %setup -q -n pytest-listener-%{version}
+# required to find the one file in the topdir
+sed -i "/packages=find_packages/ a \        py_modules=['pytest_listener']," 
setup.py
 
 %build
 %python_build
@@ -57,6 +59,8 @@
 %files %{python_files}
 %doc CHANGES.md README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_listener.py*
+%{python_sitelib}/pytest_listener-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/pytest_listener*.pyc
 
 %changelog

Reply via email to