Skip to content

Commit

Permalink
py-distro: update to 1.9.0.
Browse files Browse the repository at this point in the history
## 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]
  • Loading branch information
wiz committed Dec 31, 2023
1 parent b39cc89 commit 13e918d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/py-distro/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions devel/py-distro/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13e918d

Please sign in to comment.