Accepting request 797793 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/797793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyterlab-pygments?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-04-27 21:37:23 +00:00 committed by Git OBS Bridge
commit d8cb2a0dee
4 changed files with 21 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31deda75bd11b014190764c79f6199aa04ef2d4cf35c1c94270fc2e19c23a5c5
size 4017

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19a0ccde7daddec638363cd3d60b63a4f6544c9181d65253317b2fb492a797b9
size 4169

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 25 16:48:39 UTC 2020 - Arun Persaud <arun@gmx.de>
- 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 <toddrme2178@gmail.com>

View File

@ -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