Skip to content

Commit

Permalink
py-importlib-metadata: update to 7.2.0.
Browse files Browse the repository at this point in the history
v7.2.0
======

Features
--------

- Deferred select imports in for speedup (python/cpython#109829).
- Updated fixtures for python/cpython#120801.
  • Loading branch information
0-wiz-0 committed Jun 26, 2024
1 parent 481ce99 commit 939edf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions devel/py-importlib-metadata/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.43 2024/03/21 05:53:45 adam Exp $
# $NetBSD: Makefile,v 1.44 2024/06/26 16:49:26 wiz Exp $

DISTNAME= importlib_metadata-7.1.0
DISTNAME= importlib_metadata-7.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib-metadata/}
Expand All @@ -25,6 +25,7 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/pyversion.mk"

.if ${PYTHON_VERSION} < 309
TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=1.3:../../devel/py-importlib-resources
.endif
Expand Down
8 changes: 4 additions & 4 deletions devel/py-importlib-metadata/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.28 2024/03/21 05:53:45 adam Exp $
$NetBSD: distinfo,v 1.29 2024/06/26 16:49:26 wiz Exp $

BLAKE2s (importlib_metadata-7.1.0.tar.gz) = b990db8b5ef1b4d7c7a00d7c2d9cd6f4f82595f08e4da6a403e99c5e810e4831
SHA512 (importlib_metadata-7.1.0.tar.gz) = e75db6da03c251acc690ceef6ab2b668acfcf5499032cff370a574b31a5fd7afcbf9756bc20e44e6e649767c1609c7ebb40203aa6406ec5341f27fba886d208e
Size (importlib_metadata-7.1.0.tar.gz) = 52120 bytes
BLAKE2s (importlib_metadata-7.2.0.tar.gz) = 42a1f57703545e6cdbb67a899e52eb95809246eb6fde0ba61b5e53e37c979fc4
SHA512 (importlib_metadata-7.2.0.tar.gz) = 0e39394b6e91970bf6777a5242ffa1d91524798eb2c8c365fa66099d52e5071f0daae39aebe03e2f5d2533e671792ddd1a342a2f10690df565ef39e251b3d0d7
Size (importlib_metadata-7.2.0.tar.gz) = 52330 bytes

0 comments on commit 939edf2

Please sign in to comment.