diff --git a/jupyterlab_pygments-0.1.0.tar.gz b/jupyterlab_pygments-0.1.0.tar.gz deleted file mode 100644 index 3a7f6a0..0000000 --- a/jupyterlab_pygments-0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31deda75bd11b014190764c79f6199aa04ef2d4cf35c1c94270fc2e19c23a5c5 -size 4017 diff --git a/jupyterlab_pygments-0.1.1.tar.gz b/jupyterlab_pygments-0.1.1.tar.gz new file mode 100644 index 0000000..f920d48 --- /dev/null +++ b/jupyterlab_pygments-0.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a0ccde7daddec638363cd3d60b63a4f6544c9181d65253317b2fb492a797b9 +size 4169 diff --git a/python-jupyterlab-pygments.changes b/python-jupyterlab-pygments.changes index 682b735..6cf3c5d 100644 --- a/python-jupyterlab-pygments.changes +++ b/python-jupyterlab-pygments.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 25 16:48:39 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + * be more specific in %files section + +- update to version 0.1.1: + * no changelog available + ------------------------------------------------------------------- Wed Nov 13 19:11:00 UTC 2019 - Todd R diff --git a/python-jupyterlab-pygments.spec b/python-jupyterlab-pygments.spec index d1b3d68..635bfa3 100644 --- a/python-jupyterlab-pygments.spec +++ b/python-jupyterlab-pygments.spec @@ -1,7 +1,7 @@ # # spec file for package python-jupyterlab-pygments # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,24 +13,24 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jupyterlab-pygments -Version: 0.1.0 +Version: 0.1.1 Release: 0 -License: BSD-3-Clause Summary: Pygments theme for jupyterlab -Url: https://github.com/jupyterlab/jupyterlab_pygments +License: BSD-3-Clause Group: Development/Languages/Python -Source: https://files.pythonhosted.org/packages/source/j/jupyterlab-pygments/jupyterlab_pygments-%{version}.tar.gz +URL: https://github.com/jupyterlab/jupyterlab_pygments +Source: https://files.pythonhosted.org/packages/source/j/jupyterlab_pygments/jupyterlab_pygments-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pygments >= 2.4.1 BuildArch: noarch - %python_subpackages %description @@ -50,6 +50,7 @@ of the JupyterLab CSS variables. %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/jupyterlab_pygments +%{python_sitelib}/jupyterlab_pygments-%{version}-py*.egg-info %changelog