pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-jaraco.collections
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 24 09:06:47 UTC 2023
Modified Files:
pkgsrc/devel/py-jaraco.collections: Makefile distinfo
Log Message:
py-jaraco.collections: updated to 4.3.0
v4.3.0
======
Features
- Require Python 3.8 or later.
v4.2.0
======
Added ``Mask``, the inverse of a ``Projection``.
v4.1.0
======
``Projection`` now accepts an iterable or callable or pattern
for matching keys.
``Projection`` now retains order of keys from the underlying
mapping.
``DictFilter`` is now deprecated in favor of ``Projection``.
v4.0.0
======
``DictFilter`` no longer accepts ``include_keys`` and requires
``include_pattern`` as a keyword argument.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jaraco.collections/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-jaraco.collections/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-jaraco.collections/Makefile
diff -u pkgsrc/devel/py-jaraco.collections/Makefile:1.3 pkgsrc/devel/py-jaraco.collections/Makefile:1.4
--- pkgsrc/devel/py-jaraco.collections/Makefile:1.3 Tue Jun 6 12:41:13 2023
+++ pkgsrc/devel/py-jaraco.collections/Makefile Thu Aug 24 09:06:47 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/06/06 12:41:13 riastradh Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/24 09:06:47 adam Exp $
-DISTNAME= jaraco.collections-3.8.0
+DISTNAME= jaraco.collections-4.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco.collections/}
@@ -12,18 +12,17 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-jaraco.classes-[0-9]*:../../devel/py-jaraco.classes
DEPENDS+= ${PYPKGPREFIX}-jaraco.text-[0-9]*:../../textproc/py-jaraco.text
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs>=2.4:../../devel/py-test-checkdocs
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-jaraco.collections/distinfo
diff -u pkgsrc/devel/py-jaraco.collections/distinfo:1.2 pkgsrc/devel/py-jaraco.collections/distinfo:1.3
--- pkgsrc/devel/py-jaraco.collections/distinfo:1.2 Mon Nov 7 10:43:53 2022
+++ pkgsrc/devel/py-jaraco.collections/distinfo Thu Aug 24 09:06:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/11/07 10:43:53 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/08/24 09:06:47 adam Exp $
-BLAKE2s (jaraco.collections-3.8.0.tar.gz) = fb6f0d944c3680822f9bde3725245b28b42e714bdc52af9dd94ce2fafc0fc4ba
-SHA512 (jaraco.collections-3.8.0.tar.gz) = 3d20c07d616e82c8c2699f2a5e7a0c42e8a4e5314535d4521a2e3457db510cd24019b23128682ac60c34b47fc4b5232ba0fd2e463c199aef6f6eb6d6ee4347ac
-Size (jaraco.collections-3.8.0.tar.gz) = 17021 bytes
+BLAKE2s (jaraco.collections-4.3.0.tar.gz) = 52f12cdb6f91eb931fe8ced1c2df5354229d9890d398f1e7abc5b18c469d4a60
+SHA512 (jaraco.collections-4.3.0.tar.gz) = cee6169dfbe71752e6ed93db35a41896d891932cab949fed534bb90d5ac246eba3fb19105d39981b5cff9996331914e67858cc1158c23ffa702cf1cdcdced90e
+Size (jaraco.collections-4.3.0.tar.gz) = 17862 bytes
Home |
Main Index |
Thread Index |
Old Index