pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/scons4
Module Name: pkgsrc
Committed By: gdt
Date: Wed Sep 4 18:02:01 UTC 2024
Modified Files:
pkgsrc/devel/scons4: Makefile distinfo
Log Message:
devel/scons4: Update to 4.8.1
(Built but not used; this is labeled a micro and I'm believing
upstream. Permission granted to anyone to revert without asking me if
this causes trouble.)
upstream NEWS:
CHANGED/ENHANCED EXISTING FUNCTIONALITY
env.Dump() previously accepted a single optional "key" argument.
It now accepts any number of optional "key" arguments; any supplied
keys will be serialized with their values in a Python dict style.
As a result there is a small change in behavior: if a single key
argument is given, where it previously would return a string containing
just the value, now it will return a string that looks like a dictionary
including the key. For example, from "'gcc'" to "{'CC': 'gcc'}".
This should not have any impact as the result of calling Dump is
intended for diagnostic output, not for use by other interfaces.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/scons4/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/scons4/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/scons4/Makefile
diff -u pkgsrc/devel/scons4/Makefile:1.10 pkgsrc/devel/scons4/Makefile:1.11
--- pkgsrc/devel/scons4/Makefile:1.10 Wed Sep 4 17:59:17 2024
+++ pkgsrc/devel/scons4/Makefile Wed Sep 4 18:02:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/09/04 17:59:17 gdt Exp $
+# $NetBSD: Makefile,v 1.11 2024/09/04 18:02:01 gdt Exp $
-DISTNAME= scons-4.8.0
+DISTNAME= scons-4.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scons/}
Index: pkgsrc/devel/scons4/distinfo
diff -u pkgsrc/devel/scons4/distinfo:1.5 pkgsrc/devel/scons4/distinfo:1.6
--- pkgsrc/devel/scons4/distinfo:1.5 Sun Jul 14 13:53:16 2024
+++ pkgsrc/devel/scons4/distinfo Wed Sep 4 18:02:01 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2024/07/14 13:53:16 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/09/04 18:02:01 gdt Exp $
-BLAKE2s (scons-4.8.0.tar.gz) = 23513ac1737b4d7b1b9ca0b6498c6406c1de80681ee0295484656c882eca296d
-SHA512 (scons-4.8.0.tar.gz) = 44e6eefaf76cf8eff5be7654ef22e58113c18d7580f433dca0767a4590f0b9692c95fc887d4db69f407db3f013e236acabf743195bf95580e9518a2e896576de
-Size (scons-4.8.0.tar.gz) = 3243129 bytes
+BLAKE2s (scons-4.8.1.tar.gz) = c43a370b12a4f39a47e38a37caad01057a74ab8e494cc37ea0128c67d583f677
+SHA512 (scons-4.8.1.tar.gz) = da6a8c6934f46738981408734b081a7e781b6a15481a54b881cf744d4ab72a85ea8d001a0b8de11f81c38c8d67d6729b6943a6e5e04b3a150fa245f08237ffb4
+Size (scons-4.8.1.tar.gz) = 3244174 bytes
SHA1 (patch-SCons_Platform_____init____.py) = 944c044beea35d47f144a6a4ab8fe77e28aaf706
Home |
Main Index |
Thread Index |
Old Index