pkgsrc-Changes archive

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

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



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

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

Log Message:
py-sphinxcontrib-devhelp: updated to 1.0.6

Release 1.0.6 (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.7 -r1.8 pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-sphinxcontrib-devhelp/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-devhelp/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile:1.7 pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile:1.8
--- pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile:1.7       Tue Nov  7 22:38:07 2023
+++ pkgsrc/textproc/py-sphinxcontrib-devhelp/Makefile   Sat Jan 13 06:52:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/11/07 22:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/01/13 06:52:28 adam Exp $
 
-DISTNAME=      sphinxcontrib_devhelp-1.0.5
+DISTNAME=      sphinxcontrib_devhelp-1.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-devhelp/}
@@ -10,8 +10,8 @@ HOMEPAGE=     http://sphinx-doc.org/
 COMMENT=       Sphinx API for Devhelp document
 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-devhelp/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-devhelp/distinfo:1.5 pkgsrc/textproc/py-sphinxcontrib-devhelp/distinfo:1.6
--- pkgsrc/textproc/py-sphinxcontrib-devhelp/distinfo:1.5       Tue Nov  7 22:16:55 2023
+++ pkgsrc/textproc/py-sphinxcontrib-devhelp/distinfo   Sat Jan 13 06:52:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/11/07 22:16:55 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/01/13 06:52:28 adam Exp $
 
-BLAKE2s (sphinxcontrib_devhelp-1.0.5.tar.gz) = 7058ea9a748287edc79c49f810dff0c04b4cab809c20d47486b289fe7fae10f1
-SHA512 (sphinxcontrib_devhelp-1.0.5.tar.gz) = 4412f9711b981c8e3beaa9940c09d02c21dc5e303a0ab80ca401f4cc5444bd159070a065a20c0e6f721202c05d880f20244ca5ff32df5911c8a4ba3d00ed9121
-Size (sphinxcontrib_devhelp-1.0.5.tar.gz) = 12343 bytes
+BLAKE2s (sphinxcontrib_devhelp-1.0.6.tar.gz) = 2d67ec0271a6c6368c46f4d60a91bba3de538e2dde3c8d7bc29021fd7cee9e7f
+SHA512 (sphinxcontrib_devhelp-1.0.6.tar.gz) = 97ab48f4adc16140323220bd23447d74fdec1d223e64c06a325df9568436bbce31edf5b33103dc81e0eb937f7ac8328b012fce80d2d6fd995dc0f63e9fb15f77
+Size (sphinxcontrib_devhelp-1.0.6.tar.gz) = 12480 bytes



Home | Main Index | Thread Index | Old Index