forked from pool/python-orderly-set
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 524e33faa1 | |||
| 2bcfb34372 | |||
| 6bc741a3e8 | |||
| b1f17c85a3 |
@@ -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
3
orderly_set-5.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1fb5a4fdc5e234e9e8d8e5c1bbdbc4540f4dfe50d12bf17c8bc5dbf1c9c878d
|
||||
size 20943
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user