Hello community,

here is the log from the commit of package python-pkgconfig for 
openSUSE:Factory checked in at 2019-05-06 13:21:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pkgconfig (Old)
 and      /work/SRC/openSUSE:Factory/.python-pkgconfig.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pkgconfig"

Mon May  6 13:21:29 2019 rev:6 rq:693127 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pkgconfig/python-pkgconfig.changes        
2018-12-24 11:41:17.361457592 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pkgconfig.new.5148/python-pkgconfig.changes  
    2019-05-06 13:21:31.288554152 +0200
@@ -1,0 +2,7 @@
+Thu Apr 11 02:38:27 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Remove unnecessary bcond tests
+- Add missing test dependency pkgconfig
+- Fix the test suite which was running 0 tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pkgconfig.spec ++++++
--- /var/tmp/diff_new_pack.X8Wbzz/_old  2019-05-06 13:21:31.808555323 +0200
+++ /var/tmp/diff_new_pack.X8Wbzz/_new  2019-05-06 13:21:31.808555323 +0200
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without tests
 Name:           python-pkgconfig
 Version:        1.3.1
 Release:        0
@@ -26,15 +25,13 @@
 Group:          Development/Languages/Python
 URL:            http://github.com/matze/pkgconfig
 Source:         
https://files.pythonhosted.org/packages/source/p/pkgconfig/pkgconfig-%{version}.tar.gz
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 Requires:       pkgconfig
 BuildArch:      noarch
-%if %{with tests}
-# Test requirements
-BuildRequires:  %{python_module nose}
-%endif
 %python_subpackages
 
 %description
@@ -51,10 +48,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
-%python_exec setup.py test
-%endif
+%python_exec -m nose test.py
 
 %files %{python_files}
 %license LICENSE


Reply via email to