<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python, branch warrior</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=warrior</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=warrior'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2019-10-19T15:15:32+00:00</updated>
<entry>
<title>python3-twofish: Fix missing return statements in module stubs</title>
<updated>2019-10-19T15:15:32+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2019-10-15T08:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=59475ff3927faad212816c1894c140ffae1eeabf'/>
<id>urn:sha1:59475ff3927faad212816c1894c140ffae1eeabf</id>
<content type='text'>
* fixes build with -Werror=return-type
  twofish.c: In function 'init_twofish':
  twofish.c:45:1: error: control reaches end of non-void function [-Werror=return-type]
     45 | PyMODINIT_FUNC init_twofish(void) { }
        | ^~~~~~~~~~~~~~
  twofish.c: In function 'PyInit__twofish':
  twofish.c:46:1: error: control reaches end of non-void function [-Werror=return-type]
     46 | PyMODINIT_FUNC PyInit__twofish(void) { }
        | ^~~~~~~~~~~~~~
  cc1: some warnings being treated as errors

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cassandra-driver.inc: fix DEPENDS</title>
<updated>2019-06-16T15:15:18+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2019-06-11T16:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4026adbe3898fcad7e8e53f933782b1039326b35'/>
<id>urn:sha1:4026adbe3898fcad7e8e53f933782b1039326b35</id>
<content type='text'>
* there is no such thing as DEPENDS_${PN}

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-requests: Set CVE_PRODUCT</title>
<updated>2019-05-23T14:03:43+00:00</updated>
<author>
<name>Akshay Bhat</name>
<email>akshay.bhat@timesys.com</email>
</author>
<published>2019-05-01T20:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2324a67cfc5a2fd7691993be8499df409669a193'/>
<id>urn:sha1:2324a67cfc5a2fd7691993be8499df409669a193</id>
<content type='text'>
requests is used in NVD for CVE's like:
https://nvd.nist.gov/vuln/detail/CVE-2018-18074

Signed-off-by: Akshay Bhat &lt;akshay.bhat@timesys.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pillow: Set CVE_PRODUCT</title>
<updated>2019-05-23T14:03:43+00:00</updated>
<author>
<name>Akshay Bhat</name>
<email>akshay.bhat@timesys.com</email>
</author>
<published>2019-05-01T19:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4ca31e865c696264ccfa3e4bb5ad924f76bd699d'/>
<id>urn:sha1:4ca31e865c696264ccfa3e4bb5ad924f76bd699d</id>
<content type='text'>
pillow is used in NVD for CVE's like:
https://nvd.nist.gov/vuln/detail/CVE-2016-3076

Signed-off-by: Akshay Bhat &lt;akshay.bhat@timesys.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-urllib3: Set CVE_PRODUCT</title>
<updated>2019-05-23T14:03:43+00:00</updated>
<author>
<name>Akshay Bhat</name>
<email>akshay.bhat@timesys.com</email>
</author>
<published>2019-05-01T19:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b0d0d8f40c3b6c8a08b27734d910119be1b0427b'/>
<id>urn:sha1:b0d0d8f40c3b6c8a08b27734d910119be1b0427b</id>
<content type='text'>
urllib3 is used in NVD for CVE's like:

https://nvd.nist.gov/vuln/detail/CVE-2016-9015

Signed-off-by: Akshay Bhat &lt;akshay.bhat@timesys.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pyasn1: upgrade 0.4.4 -&gt; 0.4.5</title>
<updated>2019-05-18T14:25:06+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-04-28T02:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fd48edcd7415f4a1ca043e256585f2705b66545f'/>
<id>urn:sha1:fd48edcd7415f4a1ca043e256585f2705b66545f</id>
<content type='text'>
-Upgrade from python-pyasn1_0.4.4.bb to python-pyasn1_0.4.5.bb.

-Upgrade from python3-pyasn1_0.4.4.bb to python3-pyasn1_0.4.5.bb

-License-Update: Copyright year updated to 2019.

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: updated Maintainers list for Warrior</title>
<updated>2019-05-07T16:34:43+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2019-05-03T01:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d7338c2b3a96ef7d8bf9df59dcde11f8c131f9c0'/>
<id>urn:sha1:d7338c2b3a96ef7d8bf9df59dcde11f8c131f9c0</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;

[v2]
bump bitbake to warrior version

[v3]
remove bitbake ref from meta-filesystems

[v4]
remove thud from LAYERSERIES_COMPAT

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-decorator: upgrade 4.3.0 -&gt; 4.4.0</title>
<updated>2019-04-29T17:13:56+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-04-24T08:54:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1cfa01bc235c39f722805bacb7593d2a80c4378c'/>
<id>urn:sha1:1cfa01bc235c39f722805bacb7593d2a80c4378c</id>
<content type='text'>
-Upgrade from python-decorator_4.3.0.bb to python-decorator_4.4.0.bb.

-Upgrade from python3-decorator_4.3.0.bb to python3-decorator_4.4.0.bb.

-License-Update: Copyright year updated to 2018.

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-zopeinterface: upgrade 4.5.0 -&gt; 4.6.0</title>
<updated>2019-04-29T17:13:56+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-04-24T08:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6901ef4ba829a4cccd1a0cfd0bec1b93fd608d81'/>
<id>urn:sha1:6901ef4ba829a4cccd1a0cfd0bec1b93fd608d81</id>
<content type='text'>
-Upgrade from python-zopeinterface_4.5.0.bb to python-zopeinterface_4.6.0.bb.

-Upgrade from python3-zopeinterface_4.5.0.bb to python3-zopeinterface_4.6.0.bb.

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-twisted: upgrade 18.4.0 -&gt; 19.2.0</title>
<updated>2019-04-29T17:13:56+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-04-24T08:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4850400e7e37ae9abbaa0ed2470ec6efb3a035a0'/>
<id>urn:sha1:4850400e7e37ae9abbaa0ed2470ec6efb3a035a0</id>
<content type='text'>
-Upgrade from python-twisted_18.4.0.bb to python-twisted_19.2.0.bb.

-Upgrade from python3-twisted_18.4.0.bb to python3-twisted_19.2.0.bb.

-License-Update: Copyright year updated to 2019.

Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
