Hello community,

here is the log from the commit of package python-petact for openSUSE:Factory 
checked in at 2019-06-06 18:16:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-petact (Old)
 and      /work/SRC/openSUSE:Factory/.python-petact.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-petact"

Thu Jun  6 18:16:23 2019 rev:2 rq:707162 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-petact/python-petact.changes      
2018-08-02 14:57:28.292209701 +0200
+++ /work/SRC/openSUSE:Factory/.python-petact.new.4811/python-petact.changes    
2019-06-06 18:16:26.316701555 +0200
@@ -1,0 +2,5 @@
+Mon Jun  3 10:59:26 UTC 2019 - [email protected]
+
+- note there are no upstream tests, run spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-petact.spec ++++++
--- /var/tmp/diff_new_pack.eMTSyJ/_old  2019-06-06 18:16:26.756701426 +0200
+++ /var/tmp/diff_new_pack.eMTSyJ/_new  2019-06-06 18:16:26.760701425 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-petact
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-petact
 Version:        0.1.2
 Release:        0
-License:        MIT
 Summary:        A python package extraction tool
-Url:            https://github.com/matthewscholefield/petact
+License:        MIT
 Group:          Development/Languages/Python
+URL:            https://github.com/matthewscholefield/petact
 Source:         
https://files.pythonhosted.org/packages/source/p/petact/petact-%{version}.tar.gz
 Source99:       
https://raw.githubusercontent.com/MatthewScholefield/petact/master/LICENSE
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:       python-setuptools
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -41,7 +42,7 @@
 
 %prep
 %setup -q -n petact-%{version}
-cp %{S:99} .
+cp %{SOURCE99} .
 
 %build
 %python_build
@@ -50,6 +51,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# no upstream tests
+
 %files %{python_files}
 %doc README.md
 %license LICENSE


Reply via email to