pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-setconf
Module Name: pkgsrc
Committed By: mef
Date: Sun Dec 15 12:51:07 UTC 2019
Modified Files:
pkgsrc/sysutils/py-setconf: Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-setconf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-setconf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-setconf/Makefile
diff -u pkgsrc/sysutils/py-setconf/Makefile:1.1 pkgsrc/sysutils/py-setconf/Makefile:1.2
--- pkgsrc/sysutils/py-setconf/Makefile:1.1 Sat Dec 12 05:38:45 2015
+++ pkgsrc/sysutils/py-setconf/Makefile Sun Dec 15 12:51:07 2019
@@ -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/}
Index: pkgsrc/sysutils/py-setconf/distinfo
diff -u pkgsrc/sysutils/py-setconf/distinfo:1.2 pkgsrc/sysutils/py-setconf/distinfo:1.3
--- pkgsrc/sysutils/py-setconf/distinfo:1.2 Thu Mar 23 17:07:00 2017
+++ pkgsrc/sysutils/py-setconf/distinfo Sun Dec 15 12:51:07 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index