Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyterlab-pygments for
openSUSE:Factory checked in at 2023-12-25 19:05:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyterlab-pygments (Old)
and /work/SRC/openSUSE:Factory/.python-jupyterlab-pygments.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyterlab-pygments"
Mon Dec 25 19:05:43 2023 rev:9 rq:1134934 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyterlab-pygments/python-jupyterlab-pygments.changes
2023-02-03 22:16:12.231110000 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyterlab-pygments.new.28375/python-jupyterlab-pygments.changes
2023-12-25 19:05:57.782933424 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 20:13:55 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 0.3.0
+ * no release notes
+
+-------------------------------------------------------------------
Old:
----
jupyterlab_pygments-0.2.2-py2.py3-none-any.whl
New:
----
jupyterlab_pygments-0.3.0-py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyterlab-pygments.spec ++++++
--- /var/tmp/diff_new_pack.LgavNT/_old 2023-12-25 19:05:58.302952400 +0100
+++ /var/tmp/diff_new_pack.LgavNT/_new 2023-12-25 19:05:58.302952400 +0100
@@ -25,23 +25,23 @@
%bcond_with test
%endif
+%define distversion 0.3
Name: python-jupyterlab-pygments%{psuffix}
-Version: 0.2.2
+Version: 0.3.0
Release: 0
Summary: Pygments theme for jupyterlab
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/jupyterlab/jupyterlab_pygments
-Source:
https://files.pythonhosted.org/packages/py2.py3/j/jupyterlab-pygments/jupyterlab_pygments-%{version}-py2.py3-none-any.whl
+Source:
https://files.pythonhosted.org/packages/py3/j/jupyterlab-pygments/jupyterlab_pygments-%{version}-py3-none-any.whl
# Slightly modified from
https://github.com/jupyterlab/jupyterlab_pygments/blob/0.2.2/notebooks/Example.ipynb
Source1: Example.ipynb
-BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: jupyter-rpm-macros
BuildRequires: python-rpm-macros
Requires: jupyter-jupyterlab-pygments = %{version}
-Requires: python-pygments >= 2.4.1
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module jupyterlab-pygments = %{version}}
@@ -56,6 +56,7 @@
%package -n jupyter-jupyterlab-pygments
Summary: Pygments theme for jupyterlab -- Jupyterlab extension files
+Requires: python3dist(jupyterlab-pygments) = %{distversion}
%description -n jupyter-jupyterlab-pygments
This package contains the Jupyterlab extension files for
python-jupyterlab-pygments
@@ -70,7 +71,7 @@
%install
%pyproject_install %{SOURCE0}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-find %{buildroot}%{_prefix} -path
'*/site-packages/jupyterlab_pygments-%{version}.dist-info/LICENSE' -exec cp {}
. ';' -quit
+find %{buildroot}%{_prefix} -path
'*/site-packages/jupyterlab_pygments-%{version}.dist-info/licenses/LICENSE'
-exec cp {} . ';' -quit
%endif
%if %{with test}