Accepting request 814546 from devel:languages:python
- update to 2.2.2 * Add "small slice" optimization to SortedList.__getitem__. * Silence warning when testing SortedList.iloc. * Fix a warning regarding classifiers in setup.py. * Change SortedDict to avoid cycles for CPython reference counting. OBS-URL: https://build.opensuse.org/request/show/814546 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sortedcontainers?expand=0&rev=9
This commit is contained in:
commit
261dd3f8e5
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 14 09:06:28 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2.2
|
||||
* Add "small slice" optimization to SortedList.__getitem__.
|
||||
* Silence warning when testing SortedList.iloc.
|
||||
* Fix a warning regarding classifiers in setup.py.
|
||||
* Change SortedDict to avoid cycles for CPython reference counting.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 11:36:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sortedcontainers
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sortedcontainers
|
||||
Version: 2.1.0
|
||||
Version: 2.2.2
|
||||
Release: 0
|
||||
Summary: Sorted container data types
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecd1ed41968d61d49e2ee2d1a852b452535c2edadaac78147fee815610bc845d
|
||||
size 9220860
|
3
v2.2.2.tar.gz
Normal file
3
v2.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abc6321d987f081f5fa94104ba1da251ed35a32e91865840049898b6390929ef
|
||||
size 9228894
|
Loading…
x
Reference in New Issue
Block a user