pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-anita



Module Name:    pkgsrc
Committed By:   gson
Date:           Fri Jul 12 12:31:25 UTC 2024

Modified Files:
        pkgsrc/misc/py-anita: Makefile distinfo

Log Message:
misc/py-anita: update to 2.15.

Changes from 2.13:

Fix invalid escape sequences that cause warnings in Python 3.12.

In the deprecated anita.Release method, use https, and use
archive.netbsd.org for releases older than 9.0.

Ignoring a suffix of "-dvd" when deducing the architecture name from
the URL of an install ISO, to work around the issue of PR 58357.

Define a scratch disk for vax guests so that they can export ATF test
results to the host.

Support Xen pvshim.  From Manuel Bouyer.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/misc/py-anita/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-anita/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.77 pkgsrc/misc/py-anita/Makefile:1.78
--- pkgsrc/misc/py-anita/Makefile:1.77  Sun Apr 28 08:40:57 2024
+++ pkgsrc/misc/py-anita/Makefile       Fri Jul 12 12:31:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2024/04/28 08:40:57 gson Exp $
+# $NetBSD: Makefile,v 1.78 2024/07/12 12:31:25 gson Exp $
 
-DISTNAME=      anita-2.13
+DISTNAME=      anita-2.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc
 MASTER_SITES=  http://www.gson.org/netbsd/anita/download/

Index: pkgsrc/misc/py-anita/distinfo
diff -u pkgsrc/misc/py-anita/distinfo:1.55 pkgsrc/misc/py-anita/distinfo:1.56
--- pkgsrc/misc/py-anita/distinfo:1.55  Sun Apr 28 08:40:57 2024
+++ pkgsrc/misc/py-anita/distinfo       Fri Jul 12 12:31:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2024/04/28 08:40:57 gson Exp $
+$NetBSD: distinfo,v 1.56 2024/07/12 12:31:25 gson Exp $
 
-BLAKE2s (anita-2.13.tar.gz) = d4378b545cf10a7bf28791535a6cc79a24f0708af67f29bd1ee140c4ea003a7c
-SHA512 (anita-2.13.tar.gz) = 3ecf93d93c688e8c19ea6d8852a6e9e186a91d6880dd8e20e995b5520b5f87c8fb4f1f3a547f4be7034ac66361761234bcbbb68b6ea2fe71507197ec35ae4e51
-Size (anita-2.13.tar.gz) = 45986 bytes
+BLAKE2s (anita-2.15.tar.gz) = c7a0eaff98abac86367d55894d73ac32c5270ef993a4ff6bfb513dfc5d0112fb
+SHA512 (anita-2.15.tar.gz) = 27040c36e68ab3bcd34c1f4148199f772ef0e523d1fa775b69379789f913ca4c625e63f20878f3ad993c6f4bd91cb2caa4204247eab4651b865aeafb55961776
+Size (anita-2.15.tar.gz) = 46337 bytes



Home | Main Index | Thread Index | Old Index