14
0

- 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
This commit is contained in:
2020-02-28 22:31:57 +00:00
committed by Git OBS Bridge
parent a5e97a82c4
commit 202bd9703c
4 changed files with 15 additions and 5 deletions

View File

@@ -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