diff --git a/jupyterlab_pygments-0.2.2-py2.py3-none-any.whl b/jupyterlab_pygments-0.2.2-py2.py3-none-any.whl deleted file mode 100644 index 7c47398..0000000 --- a/jupyterlab_pygments-0.2.2-py2.py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2405800db07c9f770863bcf8049a529c3dd4d3e28536638bd7c1c01d2748309f -size 21953 diff --git a/jupyterlab_pygments-0.3.0-py3-none-any.whl b/jupyterlab_pygments-0.3.0-py3-none-any.whl new file mode 100644 index 0000000..17a497d --- /dev/null +++ b/jupyterlab_pygments-0.3.0-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780 +size 15884 diff --git a/python-jupyterlab-pygments.changes b/python-jupyterlab-pygments.changes index 83009f9..1232e53 100644 --- a/python-jupyterlab-pygments.changes +++ b/python-jupyterlab-pygments.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 23 20:13:55 UTC 2023 - Ben Greiner + +- Update to 0.3.0 + * no release notes + ------------------------------------------------------------------- Thu Feb 2 17:16:28 UTC 2023 - Ben Greiner diff --git a/python-jupyterlab-pygments.spec b/python-jupyterlab-pygments.spec index 55c85e4..99b2de3 100644 --- a/python-jupyterlab-pygments.spec +++ b/python-jupyterlab-pygments.spec @@ -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 @@ of the JupyterLab CSS variables. %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 @@ This package contains the Jupyterlab extension files for python-jupyterlab-pygme %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}