Hello community,

here is the log from the commit of package python-python-xlib for 
openSUSE:Factory checked in at 2020-08-25 12:37:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-xlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-xlib.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-xlib"

Tue Aug 25 12:37:29 2020 rev:7 rq:827207 version:0.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-xlib/python-python-xlib.changes    
2020-08-06 17:33:23.321105073 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-xlib.new.3399/python-python-xlib.changes
  2020-08-25 12:37:32.461399652 +0200
@@ -1,0 +2,6 @@
+Sun Aug 16 21:12:28 UTC 2020 - John Vandenberg <jay...@gmail.com>
+
+- Replace nose with pytest
+- dos2unix %doc files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-python-xlib.spec ++++++
--- /var/tmp/diff_new_pack.skNRWZ/_old  2020-08-25 12:37:33.121399977 +0200
+++ /var/tmp/diff_new_pack.skNRWZ/_new  2020-08-25 12:37:33.125399979 +0200
@@ -26,12 +26,12 @@
 Group:          Development/Libraries/Python
 URL:            https://github.com/python-xlib/python-xlib
 Source:         
https://files.pythonhosted.org/packages/source/p/python-xlib/python-xlib-%{version}.tar.bz2
-
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.10.0}
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  xvfb-run
@@ -52,7 +52,8 @@
 library for Python programs.
 
 %prep
-%autosetup -n python-xlib-%{version} -p1
+%setup -q -n python-xlib-%{version}
+dos2unix CHANGELOG.md README.rst TODO
 
 %build
 %python_build
@@ -62,7 +63,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand xvfb-run --server-args "-screen 0 1920x1080x24" $python 
runtests.py
+%python_expand xvfb-run --server-args "-screen 0 1920x1080x24" $python -m 
pytest -rs
 
 %files %{python_files}
 %license LICENSE


Reply via email to