From 45d66e9e04fdcc558c644430dba964a19b4f20d8427db0f8ad5aae8cdbaf6b05 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Mar 2022 07:55:48 +0000 Subject: [PATCH] - 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 --- pyrsistent-0.18.0.tar.gz | 3 --- pyrsistent-0.18.1.tar.gz | 3 +++ python-pyrsistent.changes | 10 ++++++++++ python-pyrsistent.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pyrsistent-0.18.0.tar.gz create mode 100644 pyrsistent-0.18.1.tar.gz diff --git a/pyrsistent-0.18.0.tar.gz b/pyrsistent-0.18.0.tar.gz deleted file mode 100644 index e99d52d..0000000 --- a/pyrsistent-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b -size 104215 diff --git a/pyrsistent-0.18.1.tar.gz b/pyrsistent-0.18.1.tar.gz new file mode 100644 index 0000000..c7a17fe --- /dev/null +++ b/pyrsistent-0.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96 +size 100522 diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index f8d6fa8..e34a115 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 4 22:50:17 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 30a898e..68caec6 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -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