14
0

Accepting request 867842 from home:jayvdb:branches:devel:languages:python

- Update to v2.1.0
- Remove shims for Python 2

OBS-URL: https://build.opensuse.org/request/show/867842
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortedcollections?expand=0&rev=15
This commit is contained in:
2021-01-30 12:46:20 +00:00
committed by Git OBS Bridge
parent 1c8898b345
commit 02a63f1015
4 changed files with 31 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sortedcollections
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-sortedcollections
Version: 1.2.1
Version: 2.1.0
Release: 0
Summary: Python Sorted Collections
License: Apache-2.0
@@ -53,7 +54,7 @@ Features
%prep
%setup -q -n python-sortedcollections-%{version}
%autopatch -p1
rm tox.ini
%build
%python_build