Skip to content

Commit

Permalink
py-importlib-metadata: update to 6.6.0.
Browse files Browse the repository at this point in the history
v6.6.0
======

* #449: Expanded type annotations.

v6.5.1
======

* python/cpython#103661: Removed excess error suppression in
  ``_read_files_egginfo_installed`` and fixed path handling
  on Windows.

v6.5.0
======

* #422: Removed ABC metaclass from ``Distribution`` and instead
  deprecated construction of ``Distribution`` objects without
  concrete methods.

v6.4.1
======

* Updated docs with tweaks from upstream CPython.

v6.4.0
======

* Consolidated some behaviors in tests around ``_path``.
* Added type annotation for ``Distribution.read_text``.

v6.3.0
======

* #115: Support ``installed-files.txt`` for ``Distribution.files``
  when present.

v6.2.1
======

* #442: Fixed issue introduced in v6.1.0 where non-importable
  names (metadata dirs) began appearing in
  ``packages_distributions``.

v6.2.0
======

* #384: ``PackageMetadata`` now stipulates an additional ``get``
  method allowing for easy querying of metadata keys that may not
  be present.
  • Loading branch information
wiz committed Apr 30, 2023
1 parent 41789ee commit 01f232c
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.33 2023/04/04 12:36:22 adam Exp $
# $NetBSD: Makefile,v 1.34 2023/04/30 17:16:03 wiz Exp $

DISTNAME= importlib_metadata-6.1.0
DISTNAME= importlib_metadata-6.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib-metadata/}
Expand All @@ -22,6 +22,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.20 2023/04/04 12:36:22 adam Exp $
$NetBSD: distinfo,v 1.21 2023/04/30 17:16:03 wiz Exp $

BLAKE2s (importlib_metadata-6.1.0.tar.gz) = 4ca4453d83c22b76b51a4c572601f6a31c3834149afc6aaf57ab3f77a3c34596
SHA512 (importlib_metadata-6.1.0.tar.gz) = 7effcdcfa67d2360533205e63013934141bfa4cf5fcafa021381470e9e99025df89c1b9328d620fce6eb83f95af6919e3576f366cec47ec3a3f79414e3171e6c
Size (importlib_metadata-6.1.0.tar.gz) = 50209 bytes
BLAKE2s (importlib_metadata-6.6.0.tar.gz) = 8633ac4a1491baa4ed7d55e4e18f08758c78b45c59d8cf491b6fb8b06772b4bd
SHA512 (importlib_metadata-6.6.0.tar.gz) = 19a24ff5cd7a81caca09b6d273f509880f5c84d5f1683422bb2ec201eb15866ee0f155b7885eec97ac5e53342bb860767b1125c62bc44b7d5c1984f62068c6b2
Size (importlib_metadata-6.6.0.tar.gz) = 53379 bytes

0 comments on commit 01f232c

Please sign in to comment.