Hello community,
here is the log from the commit of package python-jupyter_jupyterlab_github for
openSUSE:Factory checked in at 2018-08-04 21:54:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_jupyterlab_github (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_jupyterlab_github.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_jupyterlab_github"
Sat Aug 4 21:54:49 2018 rev:2 rq:627365 version:0.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_jupyterlab_github/python-jupyter_jupyterlab_github.changes
2018-05-29 10:37:19.953296459 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_jupyterlab_github.new/python-jupyter_jupyterlab_github.changes
2018-08-04 21:54:50.313438609 +0200
@@ -1,0 +2,11 @@
+Fri Aug 3 15:41:19 UTC 2018 - [email protected]
+
+- Use license file from wheel
+
+-------------------------------------------------------------------
+Thu Aug 2 20:36:33 UTC 2018 - [email protected]
+
+- Update to 0.6.1
+ * Minor bugfixes
+
+-------------------------------------------------------------------
Old:
----
LICENSE
jupyterlab_github-0.6.0-py3-none-any.whl
New:
----
jupyterlab_github-0.6.1-py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_jupyterlab_github.spec ++++++
--- /var/tmp/diff_new_pack.WxLTVA/_old 2018-08-04 21:54:50.853439620 +0200
+++ /var/tmp/diff_new_pack.WxLTVA/_new 2018-08-04 21:54:50.853439620 +0200
@@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jupyter_jupyterlab_github
-Version: 0.6.0
+Version: 0.6.1
Release: 0
Summary: Notebook server extension for GitHub API requests
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/jupyterlab/jupyterlab-github
Source:
https://files.pythonhosted.org/packages/py3/j/jupyterlab_github/jupyterlab_github-%{version}-py3-none-any.whl
-Source10:
https://raw.githubusercontent.com/jupyterlab/jupyterlab-github/v%{version}/LICENSE
BuildRequires: %{python_module devel}
BuildRequires: %{python_module jupyter_jupyterlab >= 0.32}
BuildRequires: %{python_module jupyter_notebook}
@@ -50,7 +49,6 @@
%prep
%setup -T -c -n %{name}-%{version}
-cp %{SOURCE10} .
%build
# Not Needed
@@ -67,8 +65,9 @@
%files %{python_files}
%defattr(-,root,root,-)
-%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/jupyterlab_github-%{version}.dist-info
+%license %{python_sitelib}/jupyterlab_github-%{version}.dist-info/LICENSE.txt
+%{python_sitelib}/jupyterlab_github/
%python3_only %config
%{_sysconfdir}/jupyter/jupyter_notebook_config.d/jupyterlab_github.json
%changelog