Accepting request 821441 from devel:languages:python

- update to 0.16.0:
   * No major updates but Python 2 support no longer guaranteed.
   * Fix #192, 'ignore_extra' for 'pvector_field'. Thanks @ss18 for this!
   * Fix #191, include LICENCE in distribution. Thanks @johnthagen for this!
   * Fix #190, minor MyPy errors. Thanks @Qhesz for this!

OBS-URL: https://build.opensuse.org/request/show/821441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-07-21 13:40:30 +00:00 committed by Git OBS Bridge
commit 8e04d360a9
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jul 17 07:40:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.16.0:
* No major updates but Python 2 support no longer guaranteed.
* Fix #192, 'ignore_extra' for 'pvector_field'. Thanks @ss18 for this!
* Fix #191, include LICENCE in distribution. Thanks @johnthagen for this!
* Fix #190, minor MyPy errors. Thanks @Qhesz for this!
-------------------------------------------------------------------
Fri Feb 28 22:03:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyrsistent
Version: 0.15.7
Version: 0.16.0
Release: 0
Summary: Persistent, Functional, Immutable data structures
License: MIT