14
0

Accepting request 1281895 from home:glaubitz:branches:devel:languages:python

- Update to 5.4.1
  * Making it compatible with python 3.8
- from versiom 5.4.0
  * index() is not compatible with pandas anymore. Instead use
    indexes when you need to get the indexes for multiple items.

OBS-URL: https://build.opensuse.org/request/show/1281895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orderly-set?expand=0&rev=8
This commit is contained in:
2025-06-03 13:27:49 +00:00
committed by Git OBS Bridge
parent b69fe6695a
commit f2f8989aee
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 2 11:55:28 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.4.1
* Making it compatible with python 3.8
- from versiom 5.4.0
* index() is not compatible with pandas anymore. Instead use
indexes when you need to get the indexes for multiple items.
-------------------------------------------------------------------
Mon Apr 14 20:24:47 UTC 2025 - Dirk Müller <dmueller@suse.com>