Hello community,

here is the log from the commit of package python-petact for openSUSE:Leap:15.2 
checked in at 2020-03-09 18:10:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-petact (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-petact.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-petact"

Mon Mar  9 18:10:13 2020 rev:3 rq:776908 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-petact/python-petact.changes    
2020-01-15 15:51:32.391532440 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-petact.new.26092/python-petact.changes 
2020-03-09 18:10:13.721098792 +0100
@@ -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.6p8IIG/_old  2020-03-09 18:10:13.953099125 +0100
+++ /var/tmp/diff_new_pack.6p8IIG/_new  2020-03-09 18:10:13.957099131 +0100
@@ -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