pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-eliot



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 10 12:06:15 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-eliot: Makefile distinfo

Log Message:
py-eliot: updated to 1.16.0

1.16.0

Enhancements:
* Added official support for Python 3.13, though 1.15.0 works fine too.

Changes:
* Tests pass with latest Dask.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/py-eliot/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/py-eliot/distinfo

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

Modified files:

Index: pkgsrc/sysutils/py-eliot/Makefile
diff -u pkgsrc/sysutils/py-eliot/Makefile:1.11 pkgsrc/sysutils/py-eliot/Makefile:1.12
--- pkgsrc/sysutils/py-eliot/Makefile:1.11      Mon Nov 11 07:28:59 2024
+++ pkgsrc/sysutils/py-eliot/Makefile   Tue Dec 10 12:06:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/11/11 07:28:59 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/12/10 12:06:14 adam Exp $
 
-DISTNAME=      eliot-1.15.0
+DISTNAME=      eliot-1.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 #MASTER_SITES+=        ${MASTER_SITE_PYPI:=e/eliot/}
@@ -15,11 +15,10 @@ LICENSE=    apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-boltons>=19.0.1:../../devel/py-boltons
+DEPENDS+=      ${PYPKGPREFIX}-orjson-[0-9]*:../../textproc/py-orjson
 DEPENDS+=      ${PYPKGPREFIX}-pyrsistent>=0.11.8:../../devel/py-pyrsistent
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=1.14.0:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
 

Index: pkgsrc/sysutils/py-eliot/distinfo
diff -u pkgsrc/sysutils/py-eliot/distinfo:1.8 pkgsrc/sysutils/py-eliot/distinfo:1.9
--- pkgsrc/sysutils/py-eliot/distinfo:1.8       Sun Nov  5 22:22:55 2023
+++ pkgsrc/sysutils/py-eliot/distinfo   Tue Dec 10 12:06:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/11/05 22:22:55 wiz Exp $
+$NetBSD: distinfo,v 1.9 2024/12/10 12:06:14 adam Exp $
 
-BLAKE2s (eliot-1.15.0.tar.gz) = dd7ecb25a590cc28849109c943ef1d7f15496d2ce3fbe1be33cdd01403b807b0
-SHA512 (eliot-1.15.0.tar.gz) = 325ac5485f3aa4e1c8462c2c33c3af4c67aee984a2515e1c0ccf100504e7462891769cdbc329dd53d2dae59d6bf18825eb92f4da20eabd183b6a913a9df1a347
-Size (eliot-1.15.0.tar.gz) = 721992 bytes
+BLAKE2s (eliot-1.16.0.tar.gz) = 6451ba3e4d1bbff54ff8710f191c73365fc967c482e14433470a1beb9c4482fa
+SHA512 (eliot-1.16.0.tar.gz) = 1f52ca3e60aed03df334cea3fd94cac02b8153bf9c9ac22cf0060b9f9c2f5c8eb9ba343575a0d9d13a0007eec40f54a9318bb5d13a63894964d34cf5679d710b
+Size (eliot-1.16.0.tar.gz) = 722083 bytes



Home | Main Index | Thread Index | Old Index