pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-distro



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 31 21:22:57 UTC 2023

Modified Files:
        pkgsrc/devel/py-distro: Makefile distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-distro/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-distro/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-distro/Makefile
diff -u pkgsrc/devel/py-distro/Makefile:1.12 pkgsrc/devel/py-distro/Makefile:1.13
--- pkgsrc/devel/py-distro/Makefile:1.12        Sat Oct 28 19:56:59 2023
+++ pkgsrc/devel/py-distro/Makefile     Sun Dec 31 21:22:57 2023
@@ -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/}
 

Index: pkgsrc/devel/py-distro/distinfo
diff -u pkgsrc/devel/py-distro/distinfo:1.7 pkgsrc/devel/py-distro/distinfo:1.8
--- pkgsrc/devel/py-distro/distinfo:1.7 Mon Oct 31 13:57:36 2022
+++ pkgsrc/devel/py-distro/distinfo     Sun Dec 31 21:22:57 2023
@@ -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



Home | Main Index | Thread Index | Old Index