pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-copybutton



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May  5 08:02:20 UTC 2023

Modified Files:
        pkgsrc/textproc/py-sphinx-copybutton: Makefile distinfo

Log Message:
py-sphinx-copybutton: updated to 0.5.2

v0.5.2
BUG: Don't exclude .gp class by default. This made excluding prompts more automatic, but broke the existing pattern-based prompt exclusion.
MAINT: Add Sphinx Extension classifier
DOCS: Improve docs related to text exclusion


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinx-copybutton/Makefile \
    pkgsrc/textproc/py-sphinx-copybutton/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinx-copybutton/Makefile
diff -u pkgsrc/textproc/py-sphinx-copybutton/Makefile:1.2 pkgsrc/textproc/py-sphinx-copybutton/Makefile:1.3
--- pkgsrc/textproc/py-sphinx-copybutton/Makefile:1.2   Thu Nov 24 13:25:38 2022
+++ pkgsrc/textproc/py-sphinx-copybutton/Makefile       Fri May  5 08:02:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/11/24 13:25:38 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/05/05 08:02:19 adam Exp $
 
-DISTNAME=      sphinx-copybutton-0.5.1
+DISTNAME=      sphinx-copybutton-0.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-copybutton/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/executableb
 COMMENT=       Sphinx module to add a copy button to code cells
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=2.0:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.8:../../textproc/py-sphinx
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/textproc/py-sphinx-copybutton/distinfo
diff -u pkgsrc/textproc/py-sphinx-copybutton/distinfo:1.2 pkgsrc/textproc/py-sphinx-copybutton/distinfo:1.3
--- pkgsrc/textproc/py-sphinx-copybutton/distinfo:1.2   Thu Nov 24 13:25:38 2022
+++ pkgsrc/textproc/py-sphinx-copybutton/distinfo       Fri May  5 08:02:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/11/24 13:25:38 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/05/05 08:02:19 adam Exp $
 
-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
+BLAKE2s (sphinx-copybutton-0.5.2.tar.gz) = 67b2525ec66c468607b02620802e315bbe855970a04e722722c203f5a8aa0d60
+SHA512 (sphinx-copybutton-0.5.2.tar.gz) = 83f61526d8a20f70b0de63a5bad89ed4ae4f3cf5cd589f1a1e2e91f08f4d45a05acf780a4cf3703d4490ab93c9c9bb18c11d3170b8011c2254aab0334940ab2d
+Size (sphinx-copybutton-0.5.2.tar.gz) = 23039 bytes



Home | Main Index | Thread Index | Old Index