From 202bd9703ca3a6c84fd30e14f9325f0ea57aea098e75dfdbaadb8a8b41f8ab9c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Feb 2020 22:31:57 +0000 Subject: [PATCH] - update to 0.15.7: * Fix #186, type errors with more recent versions of MyPy. Thanks @qhesz for this! * Build and test on ARM during CI. Thanks @ossdev07 for this! * Set absolute imports for python2 compatibility. Thanks @michalvi for this! * Fix #182 moduleinit name clash. * Fix #179 Fixed 'ignore_extra' factory parameter for pvector. Thanks @ss18 for this! OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=16 --- pyrsistent-0.15.4.tar.gz | 3 --- pyrsistent-0.15.7.tar.gz | 3 +++ python-pyrsistent.changes | 10 ++++++++++ python-pyrsistent.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pyrsistent-0.15.4.tar.gz create mode 100644 pyrsistent-0.15.7.tar.gz diff --git a/pyrsistent-0.15.4.tar.gz b/pyrsistent-0.15.4.tar.gz deleted file mode 100644 index ce3d7d3..0000000 --- a/pyrsistent-0.15.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34b47fa169d6006b32e99d4b3c4031f155e6e68ebcc107d6454852e8e0ee6533 -size 107237 diff --git a/pyrsistent-0.15.7.tar.gz b/pyrsistent-0.15.7.tar.gz new file mode 100644 index 0000000..e674aaf --- /dev/null +++ b/pyrsistent-0.15.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280 +size 107714 diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index 37469f5..3d1efb7 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 28 22:03:26 UTC 2020 - Dirk Mueller + +- update to 0.15.7: + * Fix #186, type errors with more recent versions of MyPy. Thanks @qhesz for this! + * Build and test on ARM during CI. Thanks @ossdev07 for this! + * Set absolute imports for python2 compatibility. Thanks @michalvi for this! + * Fix #182 moduleinit name clash. + * Fix #179 Fixed 'ignore_extra' factory parameter for pvector. Thanks @ss18 for this! + ------------------------------------------------------------------- Mon Jul 29 08:24:54 UTC 2019 - Tomáš Chvátal diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index b716fd9..011b96a 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyrsistent # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyrsistent -Version: 0.15.4 +Version: 0.15.7 Release: 0 Summary: Persistent, Functional, Immutable data structures License: MIT