commit python-hupper for openSUSE:Factory

2020-04-09 Thread root
Hello community,

here is the log from the commit of package python-hupper for openSUSE:Factory 
checked in at 2020-04-09 23:17:49

Comparing /work/SRC/openSUSE:Factory/python-hupper (Old)
 and  /work/SRC/openSUSE:Factory/.python-hupper.new.3248 (New)


Package is "python-hupper"

Thu Apr  9 23:17:49 2020 rev:6 rq:792715 version:1.10.2

Changes:

--- /work/SRC/openSUSE:Factory/python-hupper/python-hupper.changes  
2020-01-12 23:26:14.910857499 +0100
+++ /work/SRC/openSUSE:Factory/.python-hupper.new.3248/python-hupper.changes
2020-04-09 23:18:14.106340935 +0200
@@ -1,0 +2,14 @@
+Thu Apr  9 12:13:55 UTC 2020 - Marketa Calabkova 
+
+- update to 1.10.2
+  * Support --shutdown-interval on the hupper CLI.
+  * Support --reload-interval on the hupper CLI.
+  * Do not choke when stdin is not a TTY while waiting for changes after a 
crash.
+  * Fix deprecation warnings caused by using the imp module on newer versions 
of Python.
+  * Avoid acquiring locks in the reloader process's signal handlers.
+  * Handle a SIGTERM signal by forwarding it to the child process and 
+gracefully waiting for it to exit. This should enable using hupper 
+from within docker containers and other systems that want to control 
+the reloader process.
+
+---

Old:

  hupper-1.8.1-py2.py3-none-any.whl

New:

  hupper-1.10.2-py2.py3-none-any.whl



Other differences:
--
++ python-hupper.spec ++
--- /var/tmp/diff_new_pack.Xf2mtf/_old  2020-04-09 23:18:14.930341411 +0200
+++ /var/tmp/diff_new_pack.Xf2mtf/_new  2020-04-09 23:18:14.934341413 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hupper
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-hupper
-Version:1.8.1
+Version:1.10.2
 Release:0
 Summary:An in-process file monitor
 License:MIT




commit python-hupper for openSUSE:Factory

2020-01-12 Thread root
Hello community,

here is the log from the commit of package python-hupper for openSUSE:Factory 
checked in at 2020-01-12 23:24:13

Comparing /work/SRC/openSUSE:Factory/python-hupper (Old)
 and  /work/SRC/openSUSE:Factory/.python-hupper.new.6675 (New)


Package is "python-hupper"

Sun Jan 12 23:24:13 2020 rev:5 rq:763380 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-hupper/python-hupper.changes  
2019-08-06 15:11:55.307740471 +0200
+++ /work/SRC/openSUSE:Factory/.python-hupper.new.6675/python-hupper.changes
2020-01-12 23:26:14.910857499 +0100
@@ -1,0 +2,5 @@
+Sat Jan 11 14:51:39 UTC 2020 - Bernhard Wiedemann 
+
+- Use pyproject_install macro (boo#1094323)
+
+---



Other differences:
--
++ python-hupper.spec ++
--- /var/tmp/diff_new_pack.hwglyO/_old  2020-01-12 23:26:15.938857879 +0100
+++ /var/tmp/diff_new_pack.hwglyO/_new  2020-01-12 23:26:15.958857887 +0100
@@ -48,7 +48,8 @@
 # Not Needed
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+cp -a %{SOURCE0} .
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %python_clone -a %{buildroot}%{_bindir}/hupper





commit python-hupper for openSUSE:Factory

2019-08-06 Thread root
Hello community,

here is the log from the commit of package python-hupper for openSUSE:Factory 
checked in at 2019-08-06 15:11:50

Comparing /work/SRC/openSUSE:Factory/python-hupper (Old)
 and  /work/SRC/openSUSE:Factory/.python-hupper.new.4126 (New)


Package is "python-hupper"

Tue Aug  6 15:11:50 2019 rev:4 rq:721099 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-hupper/python-hupper.changes  
2019-05-20 13:18:20.799916107 +0200
+++ /work/SRC/openSUSE:Factory/.python-hupper.new.4126/python-hupper.changes
2019-08-06 15:11:55.307740471 +0200
@@ -1,0 +2,13 @@
+Mon Aug  5 11:54:38 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.8.1
+  * Do not show the ``KeyboardInterrupt`` stacktrace when killing ``hupper``
+while waiting for a reload.
+  * If the worker process crashes, ``hupper`` can be forced to reload the 
worker
+by pressing the ``ENTER`` key in the terminal instead of waiting to change 
a
+file.
+See https://github.com/Pylons/hupper/pull/53
+  * On Python 3.5+ support recursive glob syntax in ``reloader.watch_files``.
+See https://github.com/Pylons/hupper/pull/52
+
+---

Old:

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

New:

  hupper-1.8.1-py2.py3-none-any.whl



Other differences:
--
++ python-hupper.spec ++
--- /var/tmp/diff_new_pack.b54SUj/_old  2019-08-06 15:11:55.759740373 +0200
+++ /var/tmp/diff_new_pack.b54SUj/_new  2019-08-06 15:11:55.763740372 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-hupper
-Version:1.6.1
+Version:1.8.1
 Release:0
 Summary:An in-process file monitor
 License:MIT
@@ -65,5 +65,4 @@
 %{python_sitelib}/hupper-%{version}.dist-info/
 %{python_sitelib}/hupper/
 
-
 %changelog




commit python-hupper for openSUSE:Factory

2019-05-20 Thread root
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 
+
+- 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




commit python-hupper for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-hupper for openSUSE:Factory 
checked in at 2018-12-24 11:38:15

Comparing /work/SRC/openSUSE:Factory/python-hupper (Old)
 and  /work/SRC/openSUSE:Factory/.python-hupper.new.28833 (New)


Package is "python-hupper"

Mon Dec 24 11:38:15 2018 rev:2 rq:659430 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hupper/python-hupper-doc.changes  
2017-08-17 11:51:08.834237885 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-hupper.new.28833/python-hupper-doc.changes   
2018-12-24 11:38:16.289618258 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 13:07:06 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---
python-hupper.changes: same change



Other differences:
--
++ python-hupper-doc.spec ++
--- /var/tmp/diff_new_pack.KhMKiA/_old  2018-12-24 11:38:16.861617750 +0100
+++ /var/tmp/diff_new_pack.KhMKiA/_new  2018-12-24 11:38:16.865617746 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hupper-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -32,8 +32,8 @@
 BuildRequires:  python3-pylons-sphinx-themes
 # /SECTION
 # SECTION test requirements
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module watchdog}
 # /SECTION
 BuildRequires:  python-rpm-macros

++ python-hupper.spec ++
--- /var/tmp/diff_new_pack.KhMKiA/_old  2018-12-24 11:38:16.885617729 +0100
+++ /var/tmp/diff_new_pack.KhMKiA/_new  2018-12-24 11:38:16.885617729 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hupper
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,9 +23,8 @@
 Summary:An in-process file monitor
 License:MIT
 Group:  Development/Languages/Python
-Url:https://pylonsproject.org/
+URL:https://pylonsproject.org/
 Source0:
https://files.pythonhosted.org/packages/source/h/hupper/hupper-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -60,8 +59,8 @@
 %python_uninstall_alternative hupper
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES.rst CONTRIBUTING.rst LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGES.rst CONTRIBUTING.rst README.rst
 %python_alternative %{_bindir}/hupper
 %{python_sitelib}/*