Hello community,
here is the log from the commit of package jupyter-jupyter-wysiwyg for
openSUSE:Factory checked in at 2019-08-13 13:21:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg (Old)
and /work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-jupyter-wysiwyg"
Tue Aug 13 13:21:35 2019 rev:3 rq:722428 version:19.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/jupyter-jupyter-wysiwyg/jupyter-jupyter-wysiwyg.changes
2019-07-30 12:38:28.634941441 +0200
+++
/work/SRC/openSUSE:Factory/.jupyter-jupyter-wysiwyg.new.9556/jupyter-jupyter-wysiwyg.changes
2019-08-13 13:22:25.881399959 +0200
@@ -1,0 +2,6 @@
+Sun Aug 11 04:51:56 UTC 2019 - Todd R <[email protected]>
+
+- Update to 19.07
+ * Updated PyPI deploy to latest standard
+
+-------------------------------------------------------------------
Old:
----
jupyter-wysiwyg-19.05.tar.gz
New:
----
jupyter_wysiwyg-19.7-py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jupyter-jupyter-wysiwyg.spec ++++++
--- /var/tmp/diff_new_pack.I2JrEj/_old 2019-08-13 13:22:27.337399576 +0200
+++ /var/tmp/diff_new_pack.I2JrEj/_new 2019-08-13 13:22:27.341399575 +0200
@@ -18,17 +18,18 @@
%bcond_without test
Name: jupyter-jupyter-wysiwyg
-Version: 19.05
+Version: 19.7
Release: 0
Summary: WYSIWYG editing functionality for markdown/HTML cells in
Jupyter
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/genepattern/jupyter-wysiwyg/
-Source:
https://files.pythonhosted.org/packages/source/j/jupyter-wysiwyg/jupyter-wysiwyg-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/py3/j/jupyter-wysiwyg/jupyter_wysiwyg-%{version}-py3-none-any.whl
BuildRequires: fdupes
+BuildRequires: jupyter
BuildRequires: jupyter-notebook
BuildRequires: python-rpm-macros
-BuildRequires: python3-setuptools
+BuildRequires: python3-pip
Requires: jupyter-notebook
Requires(post): jupyter-notebook
Requires(preun): jupyter-notebook
@@ -42,17 +43,17 @@
HTML/Markdown cells in Jupyter.
%prep
-%setup -q -n jupyter-wysiwyg-%{version}
-find . -name '.DS_Store' -delete
+%setup -q -T -c
%build
-%python3_build
+# Not needed
%install
-%python3_install
+pip%{python3_bin_suffix} install --root %{buildroot} --prefix %{_prefix}
%{SOURCE0}
%{jupyter_nbextension_install jupyter_wysiwyg}
%{jupyter_move_config}
+find %{buildroot} -name '.DS_Store' -delete
%fdupes %{buildroot}%{python3_sitelib}
%fdupes %{buildroot}%{_jupyter_nbextension_dir}
%fdupes %{buildroot}%{_jupyter_nb_notebook_confdir}
@@ -64,9 +65,9 @@
%{jupyter_nbextension_disable jupyter_wysiwyg}
%files
-%license LICENSE.txt
+%license %{python3_sitelib}/jupyter_wysiwyg-%{version}.dist-info/LICENSE.txt
%{python3_sitelib}/jupyter_wysiwyg/
-%{python3_sitelib}/jupyter_wysiwyg-%{version}-py*.egg-info
+%{python3_sitelib}/jupyter_wysiwyg-%{version}.dist-info/
%{_jupyter_nbextension_dir}/jupyter_wysiwyg/
%config %{_jupyter_nb_notebook_confdir}/jupyter_wysiwyg.json