<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/setup.py, branch v2.0.1</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.0.1</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.0.1'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2017-11-09T18:43:12Z</updated>
<entry>
<title>Make 2.0.1 release</title>
<updated>2017-11-09T18:43:12Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-09T18:41:00Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=fe6a3b35bbbbce4c938558b294f5cf7a97da809b'/>
<id>urn:sha1:fe6a3b35bbbbce4c938558b294f5cf7a97da809b</id>
<content type='text'>
To get 3832555 (Reenable accidentally disabled no-prompt warning) in.
</content>
</entry>
<entry>
<title>Make 2.0.0 release</title>
<updated>2017-11-09T15:21:56Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-11-09T15:21:56Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=fe94c3b9b5259f7629331d3c3ba41431b3312567'/>
<id>urn:sha1:fe94c3b9b5259f7629331d3c3ba41431b3312567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make 1.0.6 release</title>
<updated>2017-10-01T22:21:53Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-10-01T22:19:52Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9f96f968a76ae573cc8e5b6ee5cf169b5badd40e'/>
<id>urn:sha1:9f96f968a76ae573cc8e5b6ee5cf169b5badd40e</id>
<content type='text'>
Fixes an imply-related issue: 1774239 (Make 'imply' consider direct
dependencies). Imply support should be solid now.
</content>
</entry>
<entry>
<title>Make 1.0.5 release</title>
<updated>2017-10-01T05:28:19Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-10-01T05:28:19Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=80279c463725971430b8f9410040966ed2e2b303'/>
<id>urn:sha1:80279c463725971430b8f9410040966ed2e2b303</id>
<content type='text'>
The only fix is 2a2fcbd (Propagate dependencies to range conditions),
which fixes an obscure issue with dependencies on 'range x y'
properties.

Also includes some internal cleanup and optimization.
</content>
</entry>
<entry>
<title>Make 1.0.4 release</title>
<updated>2017-09-29T19:49:50Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-29T19:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c8f8e742fce13c0cd86f1857785de141549aa781'/>
<id>urn:sha1:c8f8e742fce13c0cd86f1857785de141549aa781</id>
<content type='text'>
Fixes:

  - After 250b370 (Refactor load_config() and fix minor issues),
    print_undef_assign=True also considers
    "# CONFIG_NOT_DEFINED is not set", which acts like an "n" assignment
    in practice.

  - 7cbfa47 (Fix undef. assign warning in set_user_value())

Also contains some internal cleanup and optimization.
</content>
</entry>
<entry>
<title>Make 1.0.3 release</title>
<updated>2017-09-27T15:21:16Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-27T15:14:54Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=0100bb05fba211ceea21b83697b7bcfd5e2e0bd7'/>
<id>urn:sha1:0100bb05fba211ceea21b83697b7bcfd5e2e0bd7</id>
<content type='text'>
Fixes two minor issues that didn't trigger for the kernel defconfigs but
were found by inspecting the Kconfig C sources:

  - 5f3d307 (Fix 'default' on non-visible choice symbols)
  - f76a524 (Hide non-tristate symbols in non-y tristate choices)

Also includes some minor optimizations and a lot of code cleanups,
including prefixing all internal identifiers with _.
</content>
</entry>
<entry>
<title>Pass 'license' param to setuptools.setup()</title>
<updated>2017-09-24T14:35:48Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-24T14:29:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=747512bd077707215746c78d8b8ed3df35ac965b'/>
<id>urn:sha1:747512bd077707215746c78d8b8ed3df35ac965b</id>
<content type='text'>
Shows up when you do 'pip show kconfiglib', which previously showed
UNKNOWN for the license. I was hoping it'd be inferred from the trove
classifiers.

Make this a 1.0.2 release.
</content>
</entry>
<entry>
<title>Make 1.0.1 release</title>
<updated>2017-09-24T13:41:22Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-24T13:39:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=63aeed02222e0440cb59206f715db2c973fa00f8'/>
<id>urn:sha1:63aeed02222e0440cb59206f715db2c973fa00f8</id>
<content type='text'>
Gets the get_defconfig_filename() fixes out.
</content>
</entry>
<entry>
<title>Modernize and update installation files</title>
<updated>2017-09-23T15:09:03Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-23T15:00:36Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c91cf2edcd20ab29d5693003387a627210fe9f0e'/>
<id>urn:sha1:c91cf2edcd20ab29d5693003387a627210fe9f0e</id>
<content type='text'>
Preparation for adding to PyPI. Switch to setuptools and add a bunch
more metadata. Use semantic versioning (http://semver.org).
</content>
</entry>
<entry>
<title>change author and author_email in setup.py</title>
<updated>2012-10-24T13:43:34Z</updated>
<author>
<name>fpemud</name>
<email>fpemud@sina.com</email>
</author>
<published>2012-10-24T13:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=a4b5b2008a06d480f64254638260d1d1d6b599ac'/>
<id>urn:sha1:a4b5b2008a06d480f64254638260d1d1d6b599ac</id>
<content type='text'>
</content>
</entry>
</feed>
