From 3f74d6ebde40793d9b22991d04a6e5b8cc17ac77 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 15 Dec 2019 12:51:07 +0000 Subject: (sysutils/py-setconf) Updated 0.6.7 to 0.7.6 Changes from 0.7.5 to 0.7.6 --------------------------- * Add test cases. * Allow uncommenting keys without providing a value. * Update documentation. Changes from 0.7.4 to 0.7.5 --------------------------- * Can now uncomment configuration options with the `-u` flag. * Uncommenting and setting values also works on Linux kernel configuration (`#CONFIG_KERNEL_XY is not set` to `CONFIG_KERNEL_XY=y`). Changes from 0.7.3 to 0.7.4 --------------------------- * Correctly formatted help text. Changes from 0.7.2 to 0.7.3 --------------------------- * Can change single-line `#define` values by using the `-d` flag. Changes from 0.7.1 to 0.7.2 --------------------------- * Fixed an issue that only happened on Python 3.2. * Several minor changes. Changes from 0.7 to 0.7.1 ------------------------- * Removed a dependency on chardet Changes from 0.6.8 to 0.7 ------------------------- * Fix issue #6, a failing testcase for `+=`. Changes from 0.6.7 to 0.6.8 --------------------------- * Deal mainly with bytes instead of strings. * Handle ISO-8859-1 (Latin1) better, for Python 3. --- sysutils/py-setconf/Makefile | 4 ++-- sysutils/py-setconf/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sysutils/py-setconf') diff --git a/sysutils/py-setconf/Makefile b/sysutils/py-setconf/Makefile index a942011298d..514825dfaba 100644 --- a/sysutils/py-setconf/Makefile +++ b/sysutils/py-setconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/12/12 05:38:45 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/15 12:51:07 mef Exp $ -DISTNAME= setconf-0.6.7 +DISTNAME= setconf-0.7.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=xyproto/} diff --git a/sysutils/py-setconf/distinfo b/sysutils/py-setconf/distinfo index fe05706d444..399093e14c6 100644 --- a/sysutils/py-setconf/distinfo +++ b/sysutils/py-setconf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/03/23 17:07:00 joerg Exp $ +$NetBSD: distinfo,v 1.3 2019/12/15 12:51:07 mef Exp $ -SHA1 (setconf-0.6.7.tar.gz) = 0f15291341019ff74459f4067f832ceb42d0b06a -RMD160 (setconf-0.6.7.tar.gz) = 0366b9d761b76083bf21f6512a69d8893e675394 -SHA512 (setconf-0.6.7.tar.gz) = 5bea541c3d365329905be4a5fe72ded644a52b47796a2aba8d60a203a2657053d8588739431298575dd2673fc8c17c4b40508c702677a04ec2e57da4add24b46 -Size (setconf-0.6.7.tar.gz) = 53756 bytes +SHA1 (setconf-0.7.6.tar.gz) = b440a30a4359310e0b5065daf1375788f187642f +RMD160 (setconf-0.7.6.tar.gz) = 26c122a89d689effdfc0917266c4842f213ca3eb +SHA512 (setconf-0.7.6.tar.gz) = 994414dd38b087bd7bc3fb6e1143617dcab3e24f5b12c8352c2b9076502534be860b749804fa1367a1412073e79b1b4f23a2a547c0706c27041742d39b2eb5ac +Size (setconf-0.7.6.tar.gz) = 155461 bytes -- cgit v1.2.3