<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python3-pykwalify_1.7.0.bb, branch gatesgarth-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-02-15T16:13:54+00:00</updated>
<entry>
<title>python3-pykwalify: Do not unset _PYTHON_SYSCONFIGDATA_NAME</title>
<updated>2021-02-15T16:13:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-11-14T15:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fbe2e79ab0dd4e0b2fd6433d0cfe10d66c7c7181'/>
<id>urn:sha1:fbe2e79ab0dd4e0b2fd6433d0cfe10d66c7c7181</id>
<content type='text'>
its been shoved out of setuptools3 in oe-core now

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
(cherry picked from commit 50bbf80abf570d1d652ec2f4bc5878e939c688d3)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-docopt: add version 0.6.2</title>
<updated>2020-09-24T19:52:49+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2020-09-23T08:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d8826b63b8c4c34b5ffd31a65aa21843ea9bee66'/>
<id>urn:sha1:d8826b63b8c4c34b5ffd31a65aa21843ea9bee66</id>
<content type='text'>
It is required by python3-pykwalify cli
...
$ pykwalify -h
x86_64-wrlinuxsdk-linux/usr/lib/python3.8/site-packages/pykwalify/cli.py", line 11, in &lt;module&gt;
    from docopt import docopt
ModuleNotFoundError: No module named 'docopt'
...

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Acked-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pykwalify: fix missing comma</title>
<updated>2020-09-24T19:52:45+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2020-09-23T08:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a88c7c9bbe7cfb95280d9c4fa10d56ce8a3df8fc'/>
<id>urn:sha1:a88c7c9bbe7cfb95280d9c4fa10d56ce8a3df8fc</id>
<content type='text'>
...
|/usr/lib/python3.8/site-packages/pykwalify/rule.py:343: SyntaxWarning:
'tuple' object is not callable; perhaps you missed a comma?
...

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Acked-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-dateutil/python3-pykwalify: add nativesdk support</title>
<updated>2020-09-24T19:51:54+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2020-09-23T07:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b18f740260786bbe107ea2fa838fed1517722793'/>
<id>urn:sha1:b18f740260786bbe107ea2fa838fed1517722793</id>
<content type='text'>
Call pykwalify module in SDK

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Acked-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pykwalify: Add recipe for v1.7.0</title>
<updated>2020-04-18T02:05:54+00:00</updated>
<author>
<name>Abhishek Shah</name>
<email>abhishek.shah@broadcom.com</email>
</author>
<published>2020-04-16T21:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1f2c4c2c67ef0d83e40a4b9b5ee73750fb94d261'/>
<id>urn:sha1:1f2c4c2c67ef0d83e40a4b9b5ee73750fb94d261</id>
<content type='text'>
Description of the package can be found at:
https://pypi.org/project/pykwalify/

Signed-off-by: Abhishek Shah &lt;abhishek.shah@broadcom.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
