forked from pool/python-sortedcontainers
- 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/package/show/devel:languages:python/python-sortedcontainers?expand=0&rev=18
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user