pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-copybutton py-sphinx-copybutton: up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd711e4a18d4
branches:  trunk
changeset: 388659:cd711e4a18d4
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 24 13:25:38 2022 +0000

description:
py-sphinx-copybutton: updated to 0.5.1

v0.5.1

ENH: Unselectable text is now also not highlighted when you manually highlight a code cell. Exclude unselectable text from being copied (update)
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
MAINT: Add support for Python 3.10

diffstat:

 textproc/py-sphinx-copybutton/Makefile |  4 ++--
 textproc/py-sphinx-copybutton/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 413833ae8a74 -r cd711e4a18d4 textproc/py-sphinx-copybutton/Makefile
--- a/textproc/py-sphinx-copybutton/Makefile    Thu Nov 24 13:21:22 2022 +0000
+++ b/textproc/py-sphinx-copybutton/Makefile    Thu Nov 24 13:25:38 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/02/07 15:19:31 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/24 13:25:38 adam Exp $
 
-DISTNAME=      sphinx-copybutton-0.5.0
+DISTNAME=      sphinx-copybutton-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-copybutton/}
diff -r 413833ae8a74 -r cd711e4a18d4 textproc/py-sphinx-copybutton/distinfo
--- a/textproc/py-sphinx-copybutton/distinfo    Thu Nov 24 13:21:22 2022 +0000
+++ b/textproc/py-sphinx-copybutton/distinfo    Thu Nov 24 13:25:38 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/02/07 15:19:31 wiz Exp $
+$NetBSD: distinfo,v 1.2 2022/11/24 13:25:38 adam Exp $
 
-BLAKE2s (sphinx-copybutton-0.5.0.tar.gz) = 567ff792c27755107d1a9f1a645fa670780fd070825d373eafa94d32946258b7
-SHA512 (sphinx-copybutton-0.5.0.tar.gz) = 5f371e10e7e1214dcd89c90c006c116c18095d8361228a06d3ecc83a7558e7faddf1412dd7c9da9047da8b5651bec0e054f6ea58db85f9fe99ee4664bfe9ae05
-Size (sphinx-copybutton-0.5.0.tar.gz) = 21640 bytes
+BLAKE2s (sphinx-copybutton-0.5.1.tar.gz) = b8dd04b8c5559b0821aceb1ad7b7d4bed07f88ea60379acb178a2910d55ee54f
+SHA512 (sphinx-copybutton-0.5.1.tar.gz) = becc49fb54b5e9839eea962366403c5fa9d47f177ea2ec25b1b3beb021def20249a13ffdf5a79481ae460280e638ef101508b58476ad5131090ebe94604baa48
+Size (sphinx-copybutton-0.5.1.tar.gz) = 22826 bytes



Home | Main Index | Thread Index | Old Index