14
0

- update to 0.18.1:

* Add universal wheels for MacOS, thanks @ntamas for this!
 * Add support for Python 3.10, thanks @hugovk for this!
 * Fix #236 compilation errors under Python 3.10.
 * Drop official support for Python 3.6 since it's EOL since 2021-12-23.
 * Fix #238, failing doc tests on Python 3.11, thanks @musicinmybrain for this!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=25
This commit is contained in:
2022-03-30 07:55:48 +00:00
committed by Git OBS Bridge
parent 153ae2f881
commit 45d66e9e04
4 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyrsistent
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-pyrsistent
Version: 0.18.0
Version: 0.18.1
Release: 0
Summary: Persistent, Functional, Immutable data structures
License: MIT