<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb, branch scarthgap-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-08-31T15:26:58+00:00</updated>
<entry>
<title>python3-ntplib: Upgrade 0.3.3 -&gt; 0.3.4</title>
<updated>2020-08-31T15:26:58+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-08-27T14:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0f3a77cd0cd7555baa91ebd5b6c97491e1eec74e'/>
<id>urn:sha1:0f3a77cd0cd7555baa91ebd5b6c97491e1eec74e</id>
<content type='text'>
Upgrade to release 0.3.4:
- Use setuptools
- update URL

Use source from the GitHub repository instead of pypi because
appropriate archive for this release is not available at pypi.org.

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-ntplib: add missing python3-io RDEPENDS</title>
<updated>2020-05-08T00:56:23+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>mingli.yu@windriver.com</email>
</author>
<published>2020-05-07T06:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0568dda628fa086aaedfa164c6b12654e09972a3'/>
<id>urn:sha1:0568dda628fa086aaedfa164c6b12654e09972a3</id>
<content type='text'>
Add the missing python3-io RDEPENDS to fix
below error:
 # 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 ntplib
Traceback (most recent call last):
File "&lt;stdin&gt;", line 1, in &lt;module&gt;
File "/usr/lib64/python3.8/site-packages/ntplib.py", line 32, in &lt;module&gt;
import socket
ModuleNotFoundError: No module named 'socket'

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>Remove deprecated python3-selectors from the RDEPENDS</title>
<updated>2018-01-27T01:28:11+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-01-21T16:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=df6f7688e8b8369ddeb95e85ac05b8393916d095'/>
<id>urn:sha1:df6f7688e8b8369ddeb95e85ac05b8393916d095</id>
<content type='text'>
The python3-selectors package was removed as part of the migration to the
json manifest file.  The functionality is now part of core

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove deprecated python3-enum from the RDEPENDS</title>
<updated>2018-01-27T01:28:11+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2018-01-21T16:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6c2571e713f77f59c9ce255a5699f7836d8bb3bc'/>
<id>urn:sha1:6c2571e713f77f59c9ce255a5699f7836d8bb3bc</id>
<content type='text'>
The python3-enum package was removed as part of the migration to the
json manifest file.  The functionality is now part of core

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-ntplib: add the correct RDEPENDS for the package</title>
<updated>2017-12-11T15:58:56+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2017-11-29T17:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fd587cabdbc8db5f8aa992d6c74f62104e789d8e'/>
<id>urn:sha1:fd587cabdbc8db5f8aa992d6c74f62104e789d8e</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>python3-ntplib: add recipe 0.3.3</title>
<updated>2017-07-24T16:58:51+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2017-07-18T06:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6866c4fd0b4c26652282d741401d826617e93e4a'/>
<id>urn:sha1:6866c4fd0b4c26652282d741401d826617e93e4a</id>
<content type='text'>
Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
