From 13e918d81d3ec17ee9bad1b7cd4efb72f8f90ea2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 31 Dec 2023 21:22:57 +0000 Subject: [PATCH] py-distro: update to 1.9.0. ## 1.9.0 (2023.12.19) ENHANCEMENTS: * Refactor distro.info() method to return an InfoDict [#360] * Ignore the file '/etc/board-release' [#353] * Ignore the file '/etc/ec2_version' [#359] RELEASE: * Run Python 3.6 on Ubuntu 20.04 for CI and bump isort [#355] TESTS: * Test on modern versions of CPython and PyPy and macOS [#362] * Add support for ALT Linux Server 10.1 distribution [#354] * Add Debian Testing to the tests [#356] * Update archlinux resource for tests [#352] --- devel/py-distro/Makefile | 5 ++--- devel/py-distro/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/py-distro/Makefile b/devel/py-distro/Makefile index adae357c7413..c1ec461f6597 100644 --- a/devel/py-distro/Makefile +++ b/devel/py-distro/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2023/10/28 19:56:59 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2023/12/31 21:22:57 wiz Exp $ -DISTNAME= distro-1.8.0 +DISTNAME= distro-1.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/distro/} diff --git a/devel/py-distro/distinfo b/devel/py-distro/distinfo index f789210e64b5..11834bd6542b 100644 --- a/devel/py-distro/distinfo +++ b/devel/py-distro/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/10/31 13:57:36 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/12/31 21:22:57 wiz Exp $ -BLAKE2s (distro-1.8.0.tar.gz) = 57f5f9d9df09be908b4045db4391564149039a1ff75a2864b2dec469fbfeefa8 -SHA512 (distro-1.8.0.tar.gz) = 027fe8bc50e263dc49451932774f32cea7900820b6e30cc80afcdc84374777ba733137fdd8d27fec76f66ce9c579bc172721e7ae0f43e72dffbc092126b26af2 -Size (distro-1.8.0.tar.gz) = 59428 bytes +BLAKE2s (distro-1.9.0.tar.gz) = 44b1a60e2c3b7ae5c160f0a69b51f4438c09d1c69e3d9e9cea0d357e67b4eee5 +SHA512 (distro-1.9.0.tar.gz) = dc66cb7e968e7a651c7a84681e2a0539d196073f71cf0ae1e49c5a6cd6deec345523259a8810ffdc7b6e9763a536eb388a2886ba2bbd1cb62165b57fbefb82ae +Size (distro-1.9.0.tar.gz) = 60722 bytes