<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.48.bb, branch wrynose</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=wrynose</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=wrynose'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-04-10T15:31:03+00:00</updated>
<entry>
<title>python3-pykickstart: Upgrade 3.48 -&gt; 3.62</title>
<updated>2025-04-10T15:31:03+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>mingli.yu@windriver.com</email>
</author>
<published>2025-04-09T09:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=600c5d6a3a3f09e35306dcf6c9970b71a91da86e'/>
<id>urn:sha1:600c5d6a3a3f09e35306dcf6c9970b71a91da86e</id>
<content type='text'>
License-update:
Remove control characters from license [1].

Remove one backported patch.

Changelog:
https://github.com/pykickstart/pykickstart/releases

[1] https://github.com/pykickstart/pykickstart/commit/6f35a9eedabf33c9b27317449848333ead3a3c6b

Signed-off-by: Mingli Yu &lt;mingli.yu@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use https:// in HOMEPAGE variable instead of http://</title>
<updated>2025-03-26T01:32:07+00:00</updated>
<author>
<name>Jason Schonberg</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-03-25T18:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=37e9b17b1e1655b743d42c5f0a574dde08853b20'/>
<id>urn:sha1:37e9b17b1e1655b743d42c5f0a574dde08853b20</id>
<content type='text'>
Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pykickstart: fix options parse error</title>
<updated>2025-03-12T02:34:55+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2025-03-11T08:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5a2dcee4acba15dd7f871e277e838aa2531db14e'/>
<id>urn:sha1:5a2dcee4acba15dd7f871e277e838aa2531db14e</id>
<content type='text'>
Backport a patch for python3-pykickstart to fix option parse error:

    File "/usr/lib64/python3.12/site-packages/pykickstart/options.py", line 185, in _parse_optional
      option = action.option_strings[0]
               ^^^^^^^^^^^^^^^^^^^^^
  AttributeError: 'tuple' object has no attribute 'option_strings'

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pykickstart: drop unnecessary FILESEXTRAPATHS</title>
<updated>2024-10-31T15:13:25+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2024-10-31T13:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6f709c10f089bb6394c7311e1e47dd8bb6e652fa'/>
<id>urn:sha1:6f709c10f089bb6394c7311e1e47dd8bb6e652fa</id>
<content type='text'>
* 'files' was always in default FILESPATH, no need to add it again with FILESEXTRAPATHS

Signed-off-by: Martin Jansa &lt;martin.jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pykickstart: switch to PEP-517 build backend</title>
<updated>2024-08-09T21:25:23+00:00</updated>
<author>
<name>alperak</name>
<email>alperyasinak1@gmail.com</email>
</author>
<published>2024-08-07T11:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c0970f31178b229331c3681dba69fd22b9c26e03'/>
<id>urn:sha1:c0970f31178b229331c3681dba69fd22b9c26e03</id>
<content type='text'>
The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend.

Fix:

WARNING: python3-pykickstart-3.48-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend]

Signed-off-by: alperak &lt;alperyasinak1@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH</title>
<updated>2024-03-09T18:55:23+00:00</updated>
<author>
<name>alperak</name>
<email>alperyasinak1@gmail.com</email>
</author>
<published>2024-03-08T15:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fdfd5109923c4fb1d8da685642637901507269dc'/>
<id>urn:sha1:fdfd5109923c4fb1d8da685642637901507269dc</id>
<content type='text'>
All downloaded files and sstates for the recipes were cleaned, build was got from stratch and no errors were encoutered.

Signed-off-by: alperak &lt;alperyasinak1@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pykickstart: upgrade 3.47 -&gt; 3.48</title>
<updated>2023-06-14T16:41:35+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-06-13T01:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a7a11d2ec6eca62cb1bcfedf64a8f0f31a0b103e'/>
<id>urn:sha1:a7a11d2ec6eca62cb1bcfedf64a8f0f31a0b103e</id>
<content type='text'>
Changelog:
===========
    displaymode: Update description to describe behavior
    network: Move new options to Fedora 39

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
