commit python-ipyevents for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-ipyevents for 
openSUSE:Factory checked in at 2020-01-16 18:20:17

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


Package is "python-ipyevents"

Thu Jan 16 18:20:17 2020 rev:3 rq:764698 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/python-ipyevents/python-ipyevents.changes
2019-11-24 00:27:36.515210753 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipyevents.new.26092/python-ipyevents.changes 
2020-01-16 18:20:23.424945949 +0100
@@ -1,0 +2,6 @@
+Sat Jan 11 14:56:22 UTC 2020 - Bernhard Wiedemann 
+
+- Use pyproject_install macro (boo#1094323)
+- Do not rewrite source artifact
+
+---



Other differences:
--
++ python-ipyevents.spec ++
--- /var/tmp/diff_new_pack.l38yC7/_old  2020-01-16 18:20:24.204946390 +0100
+++ /var/tmp/diff_new_pack.l38yC7/_new  2020-01-16 18:20:24.204946390 +0100
@@ -33,8 +33,6 @@
 BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  jupyter-jupyterlab-filesystem
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
-BuildRequires:  zip
 Requires:   python-ipywidgets >= 7.0.0
 Requires:   jupyter-ipyevents = %{mainver}
 BuildArch:  noarch
@@ -84,18 +82,16 @@
 
 %prep
 %setup -q -c -T
-unzip %{SOURCE0} 'ipyevents/*'
-find ipyevents/ -type f -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} +
-zip -r %{SOURCE0} ipyevents
-rm -rf ipyevents
 
 %build
 # Not Needed
 
 %install
-pip%{python3_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+cp -a %{SOURCE0} .
+%pyproject_install
 
 %{jupyter_move_config}
+%python_expand find %{buildroot}%{$python_sitelib}/ipyevents/ -type f -name 
"*.py" -exec sed -i -e '/^#!\//, 1d' {} +
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %fdupes %{buildroot}%{_jupyter_prefix} 
 cp %{buildroot}%{python3_sitelib}/ipyevents-%{mainver}.dist-info/LICENSE.md .





commit python-ipyevents for openSUSE:Factory

2019-11-23 Thread root
Hello community,

here is the log from the commit of package python-ipyevents for 
openSUSE:Factory checked in at 2019-11-24 00:27:35

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


Package is "python-ipyevents"

Sun Nov 24 00:27:35 2019 rev:2 rq:749336 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/python-ipyevents/python-ipyevents.changes
2019-09-23 12:39:08.277592978 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipyevents.new.26869/python-ipyevents.changes 
2019-11-24 00:27:36.515210753 +0100
@@ -1,0 +2,7 @@
+Mon Nov 18 16:24:38 UTC 2019 - Todd R 
+
+- Update to version 0.7.0
+  + Add a `remove_callbacks` method to remove all callbacks more easily.
+  + Increase minimum Python version to 3.6 (3.5 has reached end-of-life)
+
+---

Old:

  ipyevents-0.6.3-py2.py3-none-any.whl

New:

  ipyevents-0.7.0-py2.py3-none-any.whl



Other differences:
--
++ python-ipyevents.spec ++
--- /var/tmp/diff_new_pack.KhcfDW/_old  2019-11-24 00:27:37.539210860 +0100
+++ /var/tmp/diff_new_pack.KhcfDW/_new  2019-11-24 00:27:37.543210860 +0100
@@ -17,8 +17,8 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%define mainver 0.6.3
-%define labver  1.6.3
+%define mainver 0.7.0
+%define labver  1.7.0
 Name:   python-ipyevents
 Version:%{mainver}
 Release:0