Hello community,

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

Package is "python-hupper"

Mon May 20 13:18:17 2019 rev:3 rq:704091 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hupper/python-hupper.changes      
2018-12-24 11:38:16.365618190 +0100
+++ /work/SRC/openSUSE:Factory/.python-hupper.new.5148/python-hupper.changes    
2019-05-20 13:18:20.799916107 +0200
@@ -1,0 +2,13 @@
+Sun May 19 23:39:33 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Switch to wheel, which doesn't have the problematic
+  CC-noncomercial licensed documentation.
+
+-------------------------------------------------------------------
+Tue May  7 12:14:04 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.6.1
+  * lot of changes, see CHANGES.rst
+- remove -doc
+
+-------------------------------------------------------------------

Old:
----
  hupper-1.0.tar.gz
  pre_checkin.sh
  python-hupper-doc.changes
  python-hupper-doc.spec

New:
----
  hupper-1.6.1-py2.py3-none-any.whl

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

Other differences:
------------------
++++++ python-hupper.spec ++++++
--- /var/tmp/diff_new_pack.TEoaJM/_old  2019-05-20 13:18:21.567915707 +0200
+++ /var/tmp/diff_new_pack.TEoaJM/_new  2019-05-20 13:18:21.571915705 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hupper
 #
-# 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
@@ -18,20 +18,22 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-hupper
-Version:        1.0
+Version:        1.6.1
 Release:        0
 Summary:        An in-process file monitor
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://pylonsproject.org/
-Source0:        
https://files.pythonhosted.org/packages/source/h/hupper/hupper-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+# Wheels lack files with problematic noncommercial license
+Source:         
https://files.pythonhosted.org/packages/py2.py3/h/hupper/hupper-%{version}-py2.py3-none-any.whl
+BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-watchdog
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
+
 %python_subpackages
 
 %description
@@ -40,15 +42,14 @@
 When files are changed the process is restarted.
 
 %prep
-%setup -q -n hupper-%{version}
-rm -rf src/hupper.egg-info
+%setup -q -c -T
 
 %build
-%python_build
+# Not Needed
 
 %install
-%python_install
-%python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
+%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %python_clone -a %{buildroot}%{_bindir}/hupper
 
@@ -59,9 +60,10 @@
 %python_uninstall_alternative hupper
 
 %files %{python_files}
-%license LICENSE.txt
-%doc CHANGES.rst CONTRIBUTING.rst README.rst
 %python_alternative %{_bindir}/hupper
-%{python_sitelib}/*
+%license %{python_sitelib}/hupper-%{version}.dist-info/LICENSE.txt
+%{python_sitelib}/hupper-%{version}.dist-info/
+%{python_sitelib}/hupper/
+
 
 %changelog


Reply via email to