Accepting request 1040266 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1040266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-copybutton?expand=0&rev=2
This commit is contained in:
commit
1ba8e8f768
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 1 09:15:57 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.5.1:
|
||||||
|
* ENH: Unselectable text is now also not highlighted when you
|
||||||
|
manually highlight a code cell. Exclude unselectable text
|
||||||
|
from being copied (update) #178
|
||||||
|
* ENH: After copying, the copybutton will disappear before the
|
||||||
|
icon changes back if you are no longer hovering on the code
|
||||||
|
cell. FIX: Make copybutton remain for a second during
|
||||||
|
success #176
|
||||||
|
* MAINT: Add support for Python 3.10 #174
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 4 14:25:02 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 0.5.0
|
Fri Mar 4 14:25:02 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 0.5.0
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinx-copybutton
|
# spec file for package python-sphinxcontrib-copybutton
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -18,25 +18,25 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-sphinxcontrib-copybutton
|
Name: python-sphinxcontrib-copybutton
|
||||||
Version: 0.5.0
|
Version: 0.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Add a copy button to each of your code cells
|
Summary: Add a copy button to each of your code cells
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/executablebooks/sphinx-copybutton
|
URL: https://github.com/executablebooks/sphinx-copybutton
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-Sphinx >= 1.8
|
||||||
|
Suggests: python-ipython
|
||||||
|
Suggests: python-myst-nb
|
||||||
|
Suggests: python-pre-commit = 2.12.1
|
||||||
|
Suggests: python-sphinx
|
||||||
|
Suggests: python-sphinx-book-theme
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Sphinx >= 1.8}
|
BuildRequires: %{python_module Sphinx >= 1.8}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
|
||||||
Requires: python-Sphinx >= 1.8
|
|
||||||
Suggests: python-pre-commit == 2.12.1
|
|
||||||
Suggests: python-sphinx
|
|
||||||
Suggests: python-ipython
|
|
||||||
Suggests: python-myst-nb
|
|
||||||
Suggests: python-sphinx-book-theme
|
|
||||||
BuildArch: noarch
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0c059daadd03c27ba750da534a92a63e7a36a7736dcf684f26ee346199787f6
|
|
||||||
size 21640
|
|
BIN
sphinx-copybutton-0.5.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
sphinx-copybutton-0.5.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user