<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb, branch wrynose</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=wrynose</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=wrynose'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2026-01-31T07:59:04+00:00</updated>
<entry>
<title>python3-pandas: Upgrade 2.2.3 -&gt; 3.0.0</title>
<updated>2026-01-31T07:59:04+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2026-01-26T11:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=48dd13d3748a8a931a863d63e1b93f49e6d0ceed'/>
<id>urn:sha1:48dd13d3748a8a931a863d63e1b93f49e6d0ceed</id>
<content type='text'>
Upgrade to release 3.0.0:

- Dedicated string data type by default
- Consistent copy/view behaviour with Copy-on-Write (CoW) (a.k.a.
  getting rid of the SettingWithCopyWarning)
- New default resolution for datetime-like data
- Initial support for the new pd.col syntax

License-Update: Update license year to 2026

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pandas: set CVE_PRODUCT</title>
<updated>2025-12-31T16:33:59+00:00</updated>
<author>
<name>Gyorgy Sarvari</name>
<email>skandigraun@gmail.com</email>
</author>
<published>2025-12-31T07:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4fbf11954ab14ff77b6b475f744b9d744f31832a'/>
<id>urn:sha1:4fbf11954ab14ff77b6b475f744b9d744f31832a</id>
<content type='text'>
Currently there is only one CVE associated with pandas, and it is tracked
using numfocus:pandas CPE by NIST instead of the default python:pandas from
pypi.bbclass.

See CVE db query:
sqlite&gt; select * from products where product like 'pandas';
CVE-2020-13091|numfocus|pandas|||1.0.3|&lt;=

Set the CVE_PRODUCT accodingly.

Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pandas: fix reproducibility issue</title>
<updated>2025-10-06T04:43:44+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2025-09-26T08:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c723824e4dd166f0cb895c09ca3a485e05cad70a'/>
<id>urn:sha1:c723824e4dd166f0cb895c09ca3a485e05cad70a</id>
<content type='text'>
The type of new_value is either `npy_timedelta' or `int64_t'
In build/pandas/_libs/tslibs/timedeltas.cpython-313-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/timedeltas.pyx.c
..
npy_timedelta __pyx_v_new_value;
...

In build/pandas/_libs/tslibs/timedeltas.cpython-313-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/timedeltas.pyx.c
...
__pyx_t_5numpy_int64_t __pyx_v_new_value;
...

Explicitly define it as int64_t to assure the generated source is
reproducibility between builds

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pandas: Add native target to the build</title>
<updated>2025-09-19T19:21:59+00:00</updated>
<author>
<name>Ambroise Vincent</name>
<email>ambroise.vincent@arm.com</email>
</author>
<published>2025-09-18T15:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=474d80f419364c260c1ec49968fdaa69f366fe5f'/>
<id>urn:sha1:474d80f419364c260c1ec49968fdaa69f366fe5f</id>
<content type='text'>
Add the native target to the recipe.

Signed-off-by: Ambroise Vincent &lt;ambroise.vincent@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pandas: Loosen the search path for generated file sparse.pyx.c</title>
<updated>2025-07-04T01:28:36+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-07-04T01:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6e54f45cd38ba94a259d60e53c0c76a7fb058d4d'/>
<id>urn:sha1:6e54f45cd38ba94a259d60e53c0c76a7fb058d4d</id>
<content type='text'>
Hardcoded path works only when target is x86_64, but fails for other
architectures, loosen the search path regexp

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pandas: Fix contains reference to TMPDIR [buildpaths] error</title>
<updated>2025-06-26T14:26:20+00:00</updated>
<author>
<name>Alper Ak</name>
<email>alperyasinak1@gmail.com</email>
</author>
<published>2025-06-23T20:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=389a2e48a8ea8a83f4a19316c9fc212b3613f81d'/>
<id>urn:sha1:389a2e48a8ea8a83f4a19316c9fc212b3613f81d</id>
<content type='text'>
Ensures TMPDIR is removed before packaging.

ERROR: python3-pandas-2.2.3-r0 do_package_qa: QA Issue: File /usr/src/debug/python3-pandas/2.2.3/pandas/_libs/sparse.cpython-313-x86_64-linux-gnu.so.p/pandas/_libs/sparse.pyx.c in package python3-pandas-src contains reference to TMPDIR [buildpaths]

Signed-off-by: Alper Ak &lt;alperyasinak1@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pandas: Upgrade to 2.2.3</title>
<updated>2025-05-19T22:06:30+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-05-18T16:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=02c52ce66f3845f6d2fbdc74bd3c291a4c4eb902'/>
<id>urn:sha1:02c52ce66f3845f6d2fbdc74bd3c291a4c4eb902</id>
<content type='text'>
Fixes build with cython &gt;=3.1
Drop patch to pin numpy to 1.x
Edit out absolute paths from cython generated C files

Cc: Martin Jansa &lt;martin.jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
