From 4119dea09482d8649974c03de66e8d259808ba1a643bf12cfe7ab53c01d7e20b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Jan 2023 20:33:26 +0000 Subject: [PATCH] - update to 0.19.3: * Fix #264, add wheels and official support for Python 3.11. * Fix #263, pmap regression in 0.19.1. Element access sometimes unreliable after insert. * Fix #159 (through PR #243). Pmap keys/values/items now behave more like the corresponding Python 3 methods on dicts. Previously they returned a materialized PVector holding the items, now they return views instead. * Fix #244, type for argument to PVector.delete missing. * Fix #249, rename perf test directory to avoid tripping up automatic discovery in more recent setuptools versions * Fix #247, performance bug when setting elements in maps and adding elements to sets * Fix #248, build pure Python wheels. This is used by some installers. * Fix #254, #258, support manylinux_2014_aarch64 wheels. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=27 --- pyrsistent-0.18.1.tar.gz | 3 --- pyrsistent-0.19.3.tar.gz | 3 +++ python-pyrsistent.changes | 19 +++++++++++++++++++ python-pyrsistent.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 pyrsistent-0.18.1.tar.gz create mode 100644 pyrsistent-0.19.3.tar.gz diff --git a/pyrsistent-0.18.1.tar.gz b/pyrsistent-0.18.1.tar.gz deleted file mode 100644 index c7a17fe..0000000 --- a/pyrsistent-0.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96 -size 100522 diff --git a/pyrsistent-0.19.3.tar.gz b/pyrsistent-0.19.3.tar.gz new file mode 100644 index 0000000..1a03378 --- /dev/null +++ b/pyrsistent-0.19.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2994773706bbb4995c31a97bc94f1418314923bd1048c6d964837040376440 +size 102640 diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index e34a115..85bb6d0 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jan 5 20:30:51 UTC 2023 - Dirk Müller + +- update to 0.19.3: + * Fix #264, add wheels and official support for Python 3.11. + * Fix #263, pmap regression in 0.19.1. Element access sometimes unreliable + after insert. + * Fix #159 (through PR #243). Pmap keys/values/items now behave more like the + corresponding Python 3 methods on dicts. Previously they returned a + materialized PVector holding the items, now they return + views instead. + * Fix #244, type for argument to PVector.delete missing. + * Fix #249, rename perf test directory to avoid tripping up automatic + discovery in more recent setuptools versions + * Fix #247, performance bug when setting elements in maps and adding elements + to sets + * Fix #248, build pure Python wheels. This is used by some installers. + * Fix #254, #258, support manylinux_2014_aarch64 wheels. + ------------------------------------------------------------------- Fri Feb 4 22:50:17 UTC 2022 - Dirk Müller diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 68caec6..a62fb48 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyrsistent # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.1 +Version: 0.19.3 Release: 0 Summary: Persistent, Functional, Immutable data structures License: MIT