From d50f5096a68a72b195281dc324f65777b98664a97ba8b07d069f64ae98ed8149 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Sep 2020 11:12:33 +0000 Subject: [PATCH] - update to 0.17.3: * Fix #208, release v0.17.3 with proper meta data requiring Python >= 3.5. * Add "python_requires >= 2.7" to setup.py in preparation for Python 2.7 incompatible updates * Same as 0.17.1 released with more recent version of setuptools to get proper meta data for in place. * Restrict package to Python >= 3.5 to not break unpinned Python 2 dependencies. Thanks @vphilippon * Remove Python 2 support code. This includes dropping some compatibility code and the dependency on six. Thanks @djailla for this. * Fix #200, python 3 exception chaining. This is a minor backwards incompatibility, hence stepping to 0.17.0. Thanks @cool-RR for this! OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=20 --- pyrsistent-0.16.0.tar.gz | 3 --- pyrsistent-0.17.3.tar.gz | 3 +++ python-pyrsistent.changes | 13 +++++++++++++ python-pyrsistent.spec | 3 ++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 pyrsistent-0.16.0.tar.gz create mode 100644 pyrsistent-0.17.3.tar.gz diff --git a/pyrsistent-0.16.0.tar.gz b/pyrsistent-0.16.0.tar.gz deleted file mode 100644 index aedd8e2..0000000 --- a/pyrsistent-0.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3 -size 108012 diff --git a/pyrsistent-0.17.3.tar.gz b/pyrsistent-0.17.3.tar.gz new file mode 100644 index 0000000..894fa2d --- /dev/null +++ b/pyrsistent-0.17.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e +size 106911 diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index 3e8a9c9..78d1c10 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Sep 28 11:11:31 UTC 2020 - Dirk Mueller + +- update to 0.17.3: + * Fix #208, release v0.17.3 with proper meta data requiring Python >= 3.5. + * Add "python_requires >= 2.7" to setup.py in preparation for Python 2.7 incompatible updates + * Same as 0.17.1 released with more recent version of setuptools to get proper meta data for in place. + * Restrict package to Python >= 3.5 to not break unpinned Python 2 dependencies. Thanks @vphilippon + * Remove Python 2 support code. This includes dropping some compatibility code and the dependency on + six. Thanks @djailla for this. + * Fix #200, python 3 exception chaining. This is a minor backwards incompatibility, hence stepping + to 0.17.0. Thanks @cool-RR for this! + ------------------------------------------------------------------- Fri Jul 17 07:40:53 UTC 2020 - Dirk Mueller diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 746fc6e..8f3f81b 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 Name: python-pyrsistent -Version: 0.16.0 +Version: 0.17.3 Release: 0 Summary: Persistent, Functional, Immutable data structures License: MIT