pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-serializinghtml



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 13 06:58:28 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-serializinghtml: Makefile distinfo

Log Message:
py-sphinxcontrib-serializinghtml: updated to 1.1.10

Release 1.1.10 (2024-01-13)

* Remove Sphinx as a required dependency, as circular dependencies may cause
  failure with package managers that expect a directed acyclic graph (DAG)
  of dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
    pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile
cvs rdiff -u -r1.6 -r1.7 \
    pkgsrc/textproc/py-sphinxcontrib-serializinghtml/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-sphinxcontrib-serializinghtml/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile:1.10 pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile:1.11
--- pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile:1.10      Tue Nov  7 22:38:07 2023
+++ pkgsrc/textproc/py-sphinxcontrib-serializinghtml/Makefile   Sat Jan 13 06:58:28 2024
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.10 2023/11/07 22:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/13 06:58:28 adam Exp $
 
-DISTNAME=      sphinxcontrib_serializinghtml-1.1.9
+DISTNAME=      sphinxcontrib_serializinghtml-1.1.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-serializinghtml/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://sphinx-doc.org/
+HOMEPAGE=      https://www.sphinx-doc.org/
 COMMENT=       Sphinx API for "serialized" HTML files
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
-TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.7:../../devel/py-flit_core
+TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=5:../../textproc/py-sphinx
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo:1.6 pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo:1.7
--- pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo:1.6       Tue Nov  7 22:20:57 2023
+++ pkgsrc/textproc/py-sphinxcontrib-serializinghtml/distinfo   Sat Jan 13 06:58:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/11/07 22:20:57 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/01/13 06:58:28 adam Exp $
 
-BLAKE2s (sphinxcontrib_serializinghtml-1.1.9.tar.gz) = ad3209c4c1681721b8a287bed3174239f356159674a2a04a89786eb4e5ed35b7
-SHA512 (sphinxcontrib_serializinghtml-1.1.9.tar.gz) = 9e14527794a71120c1db9dc534383f3e56ee18241009aab2a04133351fc4dd56ee9ba242ad64be13faf44162e90e88109eb36a5692fb343f4bb28f43cda78bba
-Size (sphinxcontrib_serializinghtml-1.1.9.tar.gz) = 15446 bytes
+BLAKE2s (sphinxcontrib_serializinghtml-1.1.10.tar.gz) = 1cafc694f4d6a5c3a4c6d51ba308669dd34dc915eb95a82c44d3bc2d135d9f5f
+SHA512 (sphinxcontrib_serializinghtml-1.1.10.tar.gz) = e104817e8145cf99b3ca6cb548a7977d7f42dd442dc54e6de787c12722ea804e4a38bfe78bdb3d8ff5f71afc14bf4fbc84b15208d0c77790d377cf9ac91e4aa8
+Size (sphinxcontrib_serializinghtml-1.1.10.tar.gz) = 15592 bytes



Home | Main Index | Thread Index | Old Index