17
0

Compare commits

4 Commits

Author SHA256 Message Date
d68c740708 Accepting request 1282343 from devel:languages:python
Forwarded request #1281895 from glaubitz

- 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/1282343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-orderly-set?expand=0&rev=3
2025-06-03 15:57:32 +00:00
f2f8989aee 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
2025-06-03 13:27:49 +00:00
7faac1eff9 Accepting request 1269362 from devel:languages:python
- update to 5.3.2:
  * Adding more type hints
  * adding the ability to make a stableset immutable

OBS-URL: https://build.opensuse.org/request/show/1269362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-orderly-set?expand=0&rev=2
2025-04-15 14:46:14 +00:00
b69fe6695a - update to 5.3.2:
* Adding more type hints
  * adding the ability to make a stableset immutable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orderly-set?expand=0&rev=6
2025-04-14 20:25:03 +00:00
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:571ed97c5a5fca7ddeb6b2d26c19aca896b0ed91f334d9c109edd2f265fb3017
size 19698

3
orderly_set-5.4.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1fb5a4fdc5e234e9e8d8e5c1bbdbc4540f4dfe50d12bf17c8bc5dbf1c9c878d
size 20943

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>
- update to 5.3.2:
* Adding more type hints
* adding the ability to make a stableset immutable
-------------------------------------------------------------------
Mon Oct 28 23:05:16 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-orderly-set
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-orderly-set
Version: 5.2.3
Version: 5.4.1
Release: 0
Summary: Orderly set
License: MIT