<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python-iso8601.inc, branch scarthgap</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-06-17T15:56:56+00:00</updated>
<entry>
<title>python3-iso8601: Consolidate in a single file</title>
<updated>2020-06-17T15:56:56+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-06-15T10:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=85ddfbf258192a2f0e3f4b4a8ae3aab39e279376'/>
<id>urn:sha1:85ddfbf258192a2f0e3f4b4a8ae3aab39e279376</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>python3-iso8601: add python3-numbers to RDEPENDS</title>
<updated>2020-05-21T22:07:44+00:00</updated>
<author>
<name>Trevor Gamblin</name>
<email>trevor.gamblin@windriver.com</email>
</author>
<published>2020-05-21T01:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9e60abcabd33940ab7454eddcb92b74426ba3003'/>
<id>urn:sha1:9e60abcabd33940ab7454eddcb92b74426ba3003</id>
<content type='text'>
python3-iso8601 relies on the decimal module from the standard
library, but it is not in iso8601's RDEPENDS:

|root@qemux86-64:~# python3
|Python 3.8.2 (default, Apr 27 2020, 08:51:00)
|[GCC 9.3.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|&gt;&gt;&gt; import iso8601
|Traceback (most recent call last):
|File "&lt;stdin&gt;", line 1, in &lt;module&gt;
|File "/usr/lib64/python3.8/site-packages/iso8601/_init_.py", line 1, in &lt;module&gt;
|from .iso8601 import *
|File "/usr/lib64/python3.8/site-packages/iso8601/iso8601.py", line 12, in &lt;module&gt;
|from decimal import Decimal
|ModuleNotFoundError: No module named 'decimal'

Add it to RDEPENDS to fix the import error.

Signed-off-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-iso8601: add datetime to RDEPENDS</title>
<updated>2018-03-29T23:51:06+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-03-20T13:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f9cde71db9af90c2efc8b998d0745520737d3f10'/>
<id>urn:sha1:f9cde71db9af90c2efc8b998d0745520737d3f10</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
</content>
</entry>
<entry>
<title>python-iso8601: Add HOMEPAGE info into recipe file.</title>
<updated>2017-09-13T09:13:24+00:00</updated>
<author>
<name>Huang Qiyu</name>
<email>huangqy.fnst@cn.fujitsu.com</email>
</author>
<published>2017-09-11T02:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=252b3d64ad82f7878e4a1042c93f7d9ce66dcbb0'/>
<id>urn:sha1:252b3d64ad82f7878e4a1042c93f7d9ce66dcbb0</id>
<content type='text'>
Signed-off-by: Huang Qiyu &lt;huangqy.fnst@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-iso8601: update to version 0.1.11</title>
<updated>2017-08-13T11:21:03+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-08-10T01:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=40d46996c1c5e61ae0bdac9a888e52df2a3f8545'/>
<id>urn:sha1:40d46996c1c5e61ae0bdac9a888e52df2a3f8545</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-iso8601: Extend recipe to support Python 3</title>
<updated>2016-09-05T11:27:37+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2016-08-22T19:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7d5ec62fed0bd822b2d96f916b691359ec446226'/>
<id>urn:sha1:7d5ec62fed0bd822b2d96f916b691359ec446226</id>
<content type='text'>
- Add Python 3 recipe
  - Add native and nativesdk to BBCLASSEXTEND

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
