This package provides the [sql-other] extra for python-pandas
Provides
Requires
License
BSD-3-Clause
Changelog
* Mon Aug 24 2026 Markéta Machová <mmachova@suse.com>
- Add np25.patch to fix tests with numpy 2.5
- Hotfix dirty hack which broke with recent python-rpm-macros
* Tue Jul 28 2026 Ben Greiner <code@bnavigator.de>
- Update to 3.0.5
* Fixed a regression where the pandas 3.0.4 wheels could crash
with a segmentation fault on Python 3.14 (and other datetime
code paths), because they were built against an incompatible
numpy version (GH 66086)
- Re-enable xdist, the resource usage penalty when not used is too
high. Use --without xdist when troubleshooting.
* update constraints for increased job limit
* Tue Jul 21 2026 Dirk Müller <dmueller@suse.com>
- avoid xdist - makes troubleshooting testsuite failures quite hard
* Thu Jul 16 2026 Dirk Müller <dmueller@suse.com>
- revert to 3.0.3: 3.0.4 was yanked due to crashes in date-time