<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb, 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>2022-08-06T16:40:09+00:00</updated>
<entry>
<title>python3-matplotlib: bump to 3.5.2</title>
<updated>2022-08-06T16:40:09+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>brgl@bgdev.pl</email>
</author>
<published>2022-08-03T18:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9026f792e434bed175482605390653b400d820fc'/>
<id>urn:sha1:9026f792e434bed175482605390653b400d820fc</id>
<content type='text'>
There's a bug in 3.5.1 that makes importing matplotlib impossible in
some environments:

&gt;&gt;&gt; import matplotlib
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
  File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 895, in &lt;module&gt;
    defaultParams = rcsetup.defaultParams = {
  File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 898, in &lt;dictcomp&gt;
    rcParamsDefault[key]),
  File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 674, in __getitem__
    return dict.__getitem__(self, key)
KeyError: 'webagg.port'

This is fixed in 3.5.2.

Signed-off-by: Bartosz Golaszewski &lt;brgl@bgdev.pl&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-matplotlib: add packaging to RDEPENDS</title>
<updated>2022-08-06T16:40:09+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>brgl@bgdev.pl</email>
</author>
<published>2022-08-03T18:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=db74afe6f4125a02b93cf3baf56eaadd816f662f'/>
<id>urn:sha1:db74afe6f4125a02b93cf3baf56eaadd816f662f</id>
<content type='text'>
matplotlib needs python3-packaging at runtime. Add it to the package's
RDEPENDS.

Signed-off-by: Bartosz Golaszewski &lt;brgl@bgdev.pl&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-matplotlib: don't use PYTHON_PN</title>
<updated>2022-08-06T16:40:09+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>brgl@bgdev.pl</email>
</author>
<published>2022-08-03T18:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3100d58b571e9c6188a0e3465e4781a0dfbd646f'/>
<id>urn:sha1:3100d58b571e9c6188a0e3465e4781a0dfbd646f</id>
<content type='text'>
We only support python3 so using PYTHON_PN is redundant.

Signed-off-by: Bartosz Golaszewski &lt;brgl@bgdev.pl&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-matplotlib: add missing dependency</title>
<updated>2022-06-01T15:43:01+00:00</updated>
<author>
<name>Adrian Fiergolski</name>
<email>adrian.fiergolski@fastree3d.com</email>
</author>
<published>2022-06-01T14:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d4e70a19600bee178d81b467dd9e118cbf057f65'/>
<id>urn:sha1:d4e70a19600bee178d81b467dd9e118cbf057f65</id>
<content type='text'>
In order to fix the dependency issue on PIL module, python3-pillow is required.

Signed-off-by: Adrian Fiergolski &lt;adrian.fiergolski@fastree3d.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Update LICENSE variable to use SPDX license identifiers</title>
<updated>2022-03-05T01:41:45+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-03-04T08:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ee0f7dc9b7cbe1124e514e54a3de6572a15a31ce'/>
<id>urn:sha1:ee0f7dc9b7cbe1124e514e54a3de6572a15a31ce</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-matplotlib: Disable automatic download during do_compile</title>
<updated>2021-12-16T16:14:04+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@xilinx.com</email>
</author>
<published>2021-12-14T19:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c46b44f1e8ac0364aebac919ee2b907149c0411c'/>
<id>urn:sha1:c46b44f1e8ac0364aebac919ee2b907149c0411c</id>
<content type='text'>
Add a patch to disable the automatic download of components.

Add manual download for a specific freetype and qhull version.

Signed-off-by: Mark Hatle &lt;mark.hatle@xilinx.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@kernel.crashing.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
</content>
</entry>
<entry>
<title>python3-matplotlib: Generate correctly names setup config file</title>
<updated>2021-12-16T16:14:03+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-12-14T02:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cfc4c1db09a198cb00a55c3f95376f3a7ef4d9b2'/>
<id>urn:sha1:cfc4c1db09a198cb00a55c3f95376f3a7ef4d9b2</id>
<content type='text'>
The file should be called mplsetup.cfg"

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
</content>
</entry>
<entry>
<title>python3-matplotlib: update to 3.5.1</title>
<updated>2021-12-13T16:06:53+00:00</updated>
<author>
<name>Oleksandr Kravchuk</name>
<email>open.source@oleksandr-kravchuk.com</email>
</author>
<published>2021-12-11T19:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cc12d0fe00821e8f46d5c09b81cdb6b433640d15'/>
<id>urn:sha1:cc12d0fe00821e8f46d5c09b81cdb6b433640d15</id>
<content type='text'>
Signed-off-by: Oleksandr Kravchuk &lt;open.source@oleksandr-kravchuk.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
</content>
</entry>
</feed>
