- update to 2.3.3
* compatibility with Python 3.14
* Improvements and fixes for the StringDtype
* Fix bug in Series.str methods
* Fix bug in groupby() with sum() and unobserved categories
resulting in 0 instead of the empty string
- Add upstream pandas-pr62553-numexpr.patch to fix compatibility
with numexpr 2.13
OBS-URL: https://build.opensuse.org/request/show/1323506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=150
17 lines
599 B
Plaintext
17 lines
599 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/pandas-dev/pandas.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v2.3.3</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="filename">pandas</param>
|
|
<param name="package-meta">yes</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|