pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-referencing



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 27 05:03:13 UTC 2024

Modified Files:
        pkgsrc/textproc/py-referencing: Makefile distinfo

Log Message:
py-referencing: updated to 0.35.0

v0.35.0

* Ensure that ``Registry.contents()`` also raises ``NoSuchResource`` exceptions for nonexistent resources, not ``KeyError`` (which is an implementation detail).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-referencing/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-referencing/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-referencing/Makefile
diff -u pkgsrc/textproc/py-referencing/Makefile:1.9 pkgsrc/textproc/py-referencing/Makefile:1.10
--- pkgsrc/textproc/py-referencing/Makefile:1.9 Sun Mar 17 12:52:13 2024
+++ pkgsrc/textproc/py-referencing/Makefile     Sat Apr 27 05:03:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/03/17 12:52:13 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/04/27 05:03:13 adam Exp $
 
-DISTNAME=      referencing-0.34.0
+DISTNAME=      referencing-0.35.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/referencing/}
@@ -14,6 +14,9 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-hatchling-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=22.2.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-rpds-py>=0.7.0:../../devel/py-rpds-py
+# Circular dependency
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-subtests-[0-9]*:../../devel/py-test-subtests
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/py-referencing/distinfo
diff -u pkgsrc/textproc/py-referencing/distinfo:1.8 pkgsrc/textproc/py-referencing/distinfo:1.9
--- pkgsrc/textproc/py-referencing/distinfo:1.8 Sun Mar 17 12:52:13 2024
+++ pkgsrc/textproc/py-referencing/distinfo     Sat Apr 27 05:03:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/03/17 12:52:13 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/04/27 05:03:13 adam Exp $
 
-BLAKE2s (referencing-0.34.0.tar.gz) = a7033ebc70a9819c7b2ea911d48b66fc3ffed879968144cf130f39cce2e2d877
-SHA512 (referencing-0.34.0.tar.gz) = 97e4cfe0fb306068abfd6c0348d12483cbd3705c0b4c8852c0f0209c4d05be08bf77fa3ec56af77a2815a4ff3294ff06d3f09f213a165ae17bdcab246e47c178
-Size (referencing-0.34.0.tar.gz) = 62624 bytes
+BLAKE2s (referencing-0.35.0.tar.gz) = d0f3ce5f3f95ec348d6c9fbf7f591bf0762406ffb3498429813b05d1c056a20e
+SHA512 (referencing-0.35.0.tar.gz) = c637a3767a7d03445adb14bcb4c1e9c9a069779d31c5043f300e34398c9c728dfe09cdf9601516a96280d6c095740114e3bd4a6b5103f8a1938b1be6b9cb9cb3
+Size (referencing-0.35.0.tar.gz) = 62860 bytes



Home | Main Index | Thread Index | Old Index