<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/setup.py, branch v10.9.2</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.9.2</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v10.9.2'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2018-10-01T23:42:13Z</updated>
<entry>
<title>Make 10.9.2 release</title>
<updated>2018-10-01T23:42:13Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T23:42:13Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b8c75778a5b55efbefeb11340cea3deccab3c9fe'/>
<id>urn:sha1:b8c75778a5b55efbefeb11340cea3deccab3c9fe</id>
<content type='text'>
Adds some documentation nits:

 - 08abf44 ("Mention that pydoc works after installing with pip")

 - 6aaf01c ("Clean up documentation a bit re. named choice")

 - 6fe5198 ("menuconfig: Mark quit_dialog() as internal")
</content>
</entry>
<entry>
<title>Make 10.9.1 release</title>
<updated>2018-10-01T05:34:10Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T05:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=747da7935aeae22546eeaafcff4e120426f30808'/>
<id>urn:sha1:747da7935aeae22546eeaafcff4e120426f30808</id>
<content type='text'>
Adds commit 43e7711 ("setup: Use a list instead of a tuple for
'classifiers'"), which fixes a setup.py issue on Python 3.7.
</content>
</entry>
<entry>
<title>setup: Use a list instead of a tuple for 'classifiers'</title>
<updated>2018-10-01T05:33:07Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T05:30:29Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=43e7711d25a63d53bddf6c6ae7b5d4c3b85152d2'/>
<id>urn:sha1:43e7711d25a63d53bddf6c6ae7b5d4c3b85152d2</id>
<content type='text'>
Fixes a warning on Python 3.7:

  Warning: 'classifiers' should be a list, got type 'tuple'

Maybe it could prevent other issues too:
https://github.com/pypa/pypi-legacy/issues/670
</content>
</entry>
<entry>
<title>Make 10.9.0 release</title>
<updated>2018-10-01T02:22:03Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T02:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=567f4c376f19266e72f9cf67813fbea7d2812da6'/>
<id>urn:sha1:567f4c376f19266e72f9cf67813fbea7d2812da6</id>
<content type='text'>
Adds commit 3b692df ("olddefconfig: Add script"), which bundles a new
script that mimics 'make olddefconfig'. This could also be accomplished
by entering the menuconfig interface and saving, but its more awkward.

Some minor internal documentation clarifications and cleanups are
included as well:

 - Commit 53db3ee ("Clarify node_iter() documentation re. iteration order")

 - Commit c1dcaa3 ("Refactor parsing to get rid of _saved_line")

 - Commit 6aab113 ("Don't set filename and linenr on 'if' menu nodes")
</content>
</entry>
<entry>
<title>olddefconfig: Add script</title>
<updated>2018-10-01T02:17:13Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-10-01T01:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=3b692df8996f5ce55037f5340a6e92db8ad4df67'/>
<id>urn:sha1:3b692df8996f5ce55037f5340a6e92db8ad4df67</id>
<content type='text'>
Works like 'make olddefconfig', updating a configuration by filling in
default values for all new symbols.

This could also be accomplished by entering the 'menuconfig' interface
and saving the configuration, but it's more awkward and less obvious.

Piggyback two oldconfig changes:

 - Mention KCONFIG_CONFIG

 - Check if the .config file exists before parsing the Kconfig files,
   instead of after
</content>
</entry>
<entry>
<title>Make 10.8.1 release</title>
<updated>2018-09-27T15:50:47Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-09-27T15:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=3e009a71dde663b218645892f3df1247531faaac'/>
<id>urn:sha1:3e009a71dde663b218645892f3df1247531faaac</id>
<content type='text'>
Adds commit c91e17c ("Give clearer errors for bad
endchoice/endif/endmenu nesting"). Previously, an
endchoice/endif/endmenu without a corresponding choice/if/menu generated
a cryptic "unrecognized construct" error.
</content>
</entry>
<entry>
<title>Make 10.8.0 release</title>
<updated>2018-09-23T15:31:20Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-09-23T15:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8643ee72df15037ad8af6ce62c85880dc357eb9c'/>
<id>urn:sha1:8643ee72df15037ad8af6ce62c85880dc357eb9c</id>
<content type='text'>
Adds support for user-defined preprocessor functions in Python, which
can be used to get information from existing Python tools into Kconfig,
e.g. to have Kconfig symbols depend on hardware information stored in
some other format.

See commit b6827ca ("Add support for user-defined Python preprocessor
functions").
</content>
</entry>
<entry>
<title>Make 10.7.0 release</title>
<updated>2018-09-14T19:37:14Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-09-14T19:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=5f1e821ceee9771a306e40704f22dc63d1dd6836'/>
<id>urn:sha1:5f1e821ceee9771a306e40704f22dc63d1dd6836</id>
<content type='text'>
Adds commit b9b2ebb ("menuconfig: Add RGB color support to styles."),
which makes it possible to specify colors in MENUCONFIG_STYLE
using #RRGGBB notation.

The rendered colors may be more or less exact depending on terminal
capabilities. In the best case, we can redefine colors. Otherwise, we
fall back on the closest available color.

Contributed by Mitja Horvat (punkfluid).
</content>
</entry>
<entry>
<title>Make 10.6.1 release</title>
<updated>2018-09-09T19:46:01Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-09-09T19:46:01Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=76298561f85922f8f11726d35ed4741fb3c40b6a'/>
<id>urn:sha1:76298561f85922f8f11726d35ed4741fb3c40b6a</id>
<content type='text'>
Adds commit af6c8dc ("menuconfig: Fix some glitching on small
terminals"), which fixes some minor graphical glitching in the
menuconfig interface when the terminal is too small for things to fit.

Commit 374f488 ("Clean up kernel Makefile patch and add new targets")
adds some new targets to the Linux makefile patch as well, though the
makefile patch isn't bundled on PyPI.
</content>
</entry>
<entry>
<title>Make 10.6.0 release</title>
<updated>2018-09-08T00:03:52Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-09-08T00:03:52Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9b87ad921b5d95cbc002714d1ce4b98249811856'/>
<id>urn:sha1:9b87ad921b5d95cbc002714d1ce4b98249811856</id>
<content type='text'>
New features:

 - Commit ac8d152 ("menuconfig: Add support for custom color schemes
   (aka styles)"), contributed by Mitja Horvat (pinkfluid), adds support
   for configuring the style (colors and attributes) of menuconfig
   interface elements by setting a new MENUCONFIG_STYLE environment
   variable.

   The format of MENUCONFIG_STYLE is documented in the menuconfig.py
   module docstring. This format is now used internally as well to
   define the predefined styles.

 - Commit a092257 ("Allow macro expansion within symbol names") adds
   support for expanding macros within symbol names. This could be used
   e.g. to define template Kconfig files that get instantiated by
   setting preprocessor variables before including them.

Other changes:

 - Commit 6683213 ("Allow user values on 'option env' symbols") makes it
   possible to give 'option env' symbols user values. There's no good
   reason to disallow it (it's a leftover from an older way of
   implementing them), and it simplifies the code a bit.

   Note that 'option env' symbols are only supported for backwards
   compatibility at this point. Environment variables can be expanded
   directly.
</content>
</entry>
</feed>
