<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python-dateutil.inc, branch kirkstone-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-06-08T20:58:02+00:00</updated>
<entry>
<title>python3-dateutil: Consolidate in a single file</title>
<updated>2020-06-08T20:58:02+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-06-04T12:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b52e9bde2edafa023cc51e95b7dd31d20615fd9a'/>
<id>urn:sha1:b52e9bde2edafa023cc51e95b7dd31d20615fd9a</id>
<content type='text'>
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.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>python-dateutil: Fix RDEPENDS</title>
<updated>2020-04-18T02:05:47+00:00</updated>
<author>
<name>Abhishek Shah</name>
<email>abhishek.shah@broadcom.com</email>
</author>
<published>2020-04-16T21:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=89cb1405384c02ed8aae4230fac3887f9c283632'/>
<id>urn:sha1:89cb1405384c02ed8aae4230fac3887f9c283632</id>
<content type='text'>
dateutil package has runtime dependency on "six" package
for native version as well, as shown in error log below:

|     File "poky/build/tmp/work/*/recipe-sysroot-native/usr/lib/python3.8/
		site-packages/pykwalify/core.py", line 25, in &lt;module&gt;
|       from dateutil.parser import parse
|     File "poky/build/tmp/work/*/recipe-sysroot-native/usr/lib/python3.8/
		site-packages/dateutil/parser/__init__.py", line 2, in &lt;module&gt;
|       from ._parser import parse, parser, parserinfo, ParserError
|     File "poky/build/tmp/work/*/recipe-sysroot-native/usr/lib/python3.8/
		site-packages/dateutil/parser/_parser.py", line 42, in &lt;module&gt;
|       import six
|
|   ModuleNotFoundError: No module named 'six'

Other packges specified under RDEPENDS_${PN}_class-target as well
do not seem specific just to class-target.
So, move them all under RDEPENDS_${PN}.

Signed-off-by: Abhishek Shah &lt;abhishek.shah@broadcom.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-dateutil: upgrade 2.8.0 -&gt; 2.8.1</title>
<updated>2019-11-14T06:08:27+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-11-14T01:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e2ba26f14bc426fefc04ae11a255500762aea98c'/>
<id>urn:sha1:e2ba26f14bc426fefc04ae11a255500762aea98c</id>
<content type='text'>
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-dateutil: add native BBCLASSEXTEND</title>
<updated>2019-07-16T16:11:02+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>joshuagloe@gmail.com</email>
</author>
<published>2019-07-16T15:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f950c946445d0fdc1194c6a1a00816b301cb3bc3'/>
<id>urn:sha1:f950c946445d0fdc1194c6a1a00816b301cb3bc3</id>
<content type='text'>
Signed-off-by: Joshua Lock &lt;jlock@vmware.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-dateutil: upgrade 2.7.3 -&gt; 2.8.0</title>
<updated>2019-04-12T19:39:36+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-04-12T03:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=807c50c58e0b364ece3760662c82467ffc81ee28'/>
<id>urn:sha1:807c50c58e0b364ece3760662c82467ffc81ee28</id>
<content type='text'>
-Upgrade from python-dateutil_2.7.3.bb to python-dateutil_2.8.0.bb.

-Upgrade from python3-dateutil_2.7.3.bb to python3-dateutil_2.8.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-dateutil: add dependency on setuptools-scm-native</title>
<updated>2018-07-27T14:19:17+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-07-26T16:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b38790332e326d6a93369437f868b0f5363fbc88'/>
<id>urn:sha1:b38790332e326d6a93369437f868b0f5363fbc88</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-dateutil: update to version 2.7.3</title>
<updated>2018-06-29T22:53:09+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-06-29T19:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=28b42e54b262f56f7b4041ed81bba4c304097afa'/>
<id>urn:sha1:28b42e54b262f56f7b4041ed81bba4c304097afa</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-dateutil: update to version 2.7.2</title>
<updated>2018-04-09T00:00:06+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-04-02T12:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3ab6741f949b7f256ee4145415d5055afa0e3064'/>
<id>urn:sha1:3ab6741f949b7f256ee4145415d5055afa0e3064</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-dateutil: update to version 2.7.0</title>
<updated>2018-03-22T01:38:23+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-03-18T14:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=45c8f3391129a99a36d6edb75f14d07287180029'/>
<id>urn:sha1:45c8f3391129a99a36d6edb75f14d07287180029</id>
<content type='text'>
License-Update: Contributions after Dec 1, 2017 are dual license Apache 2.0 and BSD 3-Clause
All contributions before are released under the BSD 3-Clause.  See LICENSE for more info.

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-dateutil: correct the RDEPENDS to work on a minimal python install</title>
<updated>2017-12-11T15:58:57+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-11-29T23:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8e9b6e269776528e147b8c3d51ef17afc5c38264'/>
<id>urn:sha1:8e9b6e269776528e147b8c3d51ef17afc5c38264</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
