Accepting request 965829 from devel:languages:python

- 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/request/show/965829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-04-02 16:19:48 +00:00 committed by Git OBS Bridge
commit 33bf2a2d0d
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b
size 104215

3
pyrsistent-0.18.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96
size 100522

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 4 22:50:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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!
-------------------------------------------------------------------
Sat Oct 16 22:02:35 UTC 2021 - Dirk Müller <dmueller@suse.com>

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