Hello community,

here is the log from the commit of package python-python-rpm-spec for 
openSUSE:Factory checked in at 2018-06-05 12:53:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-rpm-spec (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-rpm-spec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-rpm-spec"

Tue Jun  5 12:53:35 2018 rev:2 rq:614137 version:0.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-rpm-spec/python-python-rpm-spec.changes
    2018-05-29 10:46:19.765371728 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-rpm-spec.new/python-python-rpm-spec.changes
       2018-06-05 12:53:37.400073836 +0200
@@ -1,0 +2,11 @@
+Sun May 27 15:17:54 UTC 2018 - [email protected]
+
+- Fix tests on Leap 42.3
+- spec file cleanups
+
+-------------------------------------------------------------------
+Sun May 27 15:06:15 UTC 2018 - [email protected]
+
+- spec file cleanups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-python-rpm-spec.spec ++++++
--- /var/tmp/diff_new_pack.s430Nc/_old  2018-06-05 12:53:37.948053765 +0200
+++ /var/tmp/diff_new_pack.s430Nc/_new  2018-06-05 12:53:37.952053619 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-rpm-spec
+# spec file for package python-python-rpm-spec
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,6 @@
 
 
 %define skip_python2 1
-%global realname python-rpm-spec
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-python-rpm-spec
 Version:        0.7
@@ -26,11 +25,12 @@
 License:        MIT
 Group:          Development/Libraries/Python
 URL:            https://github.com/bkircher/python-rpm-spec
-Source0:        
https://github.com/bkircher/python-rpm-spec/archive/%{version}.tar.gz#/%{realname}-%{version}.tar.gz
+Source0:        
https://github.com/bkircher/python-rpm-spec/archive/%{version}.tar.gz#/python-rpm-spec-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Conflicts:      python-pyrpm
 BuildArch:      noarch
 %python_subpackages
 
@@ -41,7 +41,7 @@
 access to various bits of information that is contained in the spec file.
 
 %prep
-%setup -q -n %{realname}-%{version}
+%setup -q -n python-rpm-spec-%{version}
 
 %build
 %python_build
@@ -51,7 +51,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-pytest -vv tests
+%python_expand py.test-%{$python_bin_suffix} -vv tests
 
 %files %{python_files}
 %doc CHANGELOG* README*


Reply via email to