pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-setconf (sysutils/py-setconf) Updated 0.6....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67b3af6ccc61
branches:  trunk
changeset: 406125:67b3af6ccc61
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 15 12:51:07 2019 +0000

description:
(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.

diffstat:

 sysutils/py-setconf/Makefile |   4 ++--
 sysutils/py-setconf/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 95e6080adf04 -r 67b3af6ccc61 sysutils/py-setconf/Makefile
--- a/sysutils/py-setconf/Makefile      Sun Dec 15 12:29:38 2019 +0000
+++ b/sysutils/py-setconf/Makefile      Sun Dec 15 12:51:07 2019 +0000
@@ -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 -r 95e6080adf04 -r 67b3af6ccc61 sysutils/py-setconf/distinfo
--- a/sysutils/py-setconf/distinfo      Sun Dec 15 12:29:38 2019 +0000
+++ b/sysutils/py-setconf/distinfo      Sun Dec 15 12:51:07 2019 +0000
@@ -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