<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v12.3.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v12.3.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v12.3.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-06-07T05:03:43Z</updated>
<entry>
<title>Make 12.3.0 release</title>
<updated>2019-06-07T05:03:43Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-07T04:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=3ead645398eb6a64ee606d258365d7c129cfb339'/>
<id>urn:sha1:3ead645398eb6a64ee606d258365d7c129cfb339</id>
<content type='text'>
Adds a genconfig feature that can be used to avoid needless
reconfiguration, and improves the dumpvars output format.

 - Commit dd1be54 ("genconfig: Support generating lists of files and
   environment vars.")

 - Commit f503ea3 ("dumpvars: Make the output format copy-pasteable")
</content>
</entry>
<entry>
<title>genconfig: Support generating lists of files and environment vars.</title>
<updated>2019-06-07T05:03:17Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T17:08:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=dd1be546016b227411e50376515956ed381ee270'/>
<id>urn:sha1:dd1be546016b227411e50376515956ed381ee270</id>
<content type='text'>
This can be useful to avoid needless reconfiguration, by checking if any
Kconfig file or environment variable has changed value before running
genconfig.
</content>
</entry>
<entry>
<title>dumpvars: Make the output format copy-pasteable</title>
<updated>2019-06-07T04:10:04Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T18:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f503ea39a10f685bf3fc2fb21f2748aad6c5ee99'/>
<id>urn:sha1:f503ea39a10f685bf3fc2fb21f2748aad6c5ee99</id>
<content type='text'>
Have it write assignments on a single line that can be copy-pasted
before a command.
</content>
</entry>
<entry>
<title>Make 12.2.1 release</title>
<updated>2019-06-06T07:27:42Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T07:26:25Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=5ace27e6d7562dd77e619f39803258fe63d4ca95'/>
<id>urn:sha1:5ace27e6d7562dd77e619f39803258fe63d4ca95</id>
<content type='text'>
Adds commit 443e6bb ("menuconfig: Fix help display on Python 2").
</content>
</entry>
<entry>
<title>menuconfig: Fix help display on Python 2</title>
<updated>2019-06-06T07:24:51Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T07:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=443e6bb8efd41f1e4bb42e1efdb37e9c3e22dc67'/>
<id>urn:sha1:443e6bb8efd41f1e4bb42e1efdb37e9c3e22dc67</id>
<content type='text'>
textwrap.indent() was added in Python 3.3.
</content>
</entry>
<entry>
<title>Move Linux kernel installation instructions before Python compat. section</title>
<updated>2019-06-06T03:58:28Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T03:58:28Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=2f624667bc130a8becd65fabed62c3fdc9bda005'/>
<id>urn:sha1:2f624667bc130a8becd65fabed62c3fdc9bda005</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make 12.2.0 release</title>
<updated>2019-06-06T03:32:37Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T03:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=fe91f478b5620235b8a462533850afef4731dac0'/>
<id>urn:sha1:fe91f478b5620235b8a462533850afef4731dac0</id>
<content type='text'>
Do the opposite of what other people are doing and make menuconfig.py
Python 2-compatible. Turns out it's not that tricky after all, and it
makes everything consistently Python 2/3-compatible and streamlines
things.

 - Commit 41b5891 ("menuconfig: Get rid of 'nonlocal'")

 - Commit b2e211d ("menuconfig: Fall back on getch() when get_wch()
   isn't available")

 - Commit c3162be ("menuconfig: Only decode curses.erasechar() on Python
   3")

 - Commit fe6ed99 ("menuconfig: Import print_function for Python 2
   compatibility")

 - Commit c209188 ("menuconfig: Have hashbang point to 'python' instead
   of 'python3'")

 - Commit d577865 ("Remove Python 3 menuconfig special-casing from
   Makefile patch")

 - Commit 319f7f0 ("Update various comments now that menuconfig is
   Python 2-compatible")

 - Commit 5fbd70e ("Update setup.py now that menuconfig is Python
   2-compatible")

Also investigate exactly what the Python version requirements are and tweak
and document things a bit:

 - Commit e0baa79 ("Tweak python_requires to 2.7/3.2+")

 - Commit 3a772a6 ("Add a section on version compatibility to the
   README")
</content>
</entry>
<entry>
<title>Update sample session in README</title>
<updated>2019-06-06T03:32:37Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T03:31:03Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=cf6527e6ae34c808e5209b71817a49b00b7479f4'/>
<id>urn:sha1:cf6527e6ae34c808e5209b71817a49b00b7479f4</id>
<content type='text'>
Make it reflect various output improvements added since it was written
(e.g. 'depends on' not being shown on each property).
</content>
</entry>
<entry>
<title>Add a section on version compatibility to the README</title>
<updated>2019-06-06T03:08:18Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-06T03:08:18Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=3a772a68de2320f58e52845bb4babbe66e89d7e2'/>
<id>urn:sha1:3a772a68de2320f58e52845bb4babbe66e89d7e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak python_requires to 2.7/3.2+</title>
<updated>2019-06-06T02:57:22Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-06-05T13:52:28Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=e0baa79af640b79c6ce5519e6f63b7c49f058597'/>
<id>urn:sha1:e0baa79af640b79c6ce5519e6f63b7c49f058597</id>
<content type='text'>
Many of the utilities need argparse, which was added in 3.2. Kconfiglib
itself is compatible with 3.1.
</content>
</entry>
</feed>
