From 8e996ceabe126decdcf142b46943349c9efdf783ca728a702cc000b02cee92bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 5 Aug 2019 18:05:37 +0000 Subject: [PATCH] Accepting request 721018 from home:pgajdos - version update to 4.6.0 * Drop support for Python 3.4. * Fix tests against persistent 4.4. * Stop accidentally installing the 'terryfy' package in macOS wheels. See `issue 98 `_. * Fix segmentation fault in ``bucket_repr()``. See `issue 106 `_. OBS-URL: https://build.opensuse.org/request/show/721018 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=12 --- BTrees-4.5.1.tar.gz | 3 --- BTrees-4.6.0.tar.gz | 3 +++ python-BTrees.changes | 12 ++++++++++++ python-BTrees.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 BTrees-4.5.1.tar.gz create mode 100644 BTrees-4.6.0.tar.gz diff --git a/BTrees-4.5.1.tar.gz b/BTrees-4.5.1.tar.gz deleted file mode 100644 index 16f2826..0000000 --- a/BTrees-4.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcc096c3cf92efd6b9365951f89118fd30bc209c9af83bf050a28151a9992786 -size 164930 diff --git a/BTrees-4.6.0.tar.gz b/BTrees-4.6.0.tar.gz new file mode 100644 index 0000000..73e3e27 --- /dev/null +++ b/BTrees-4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a9137fd04af1f59a2d086c0fd075538add96cbde023282b887fcf2cdbbb32e +size 165307 diff --git a/python-BTrees.changes b/python-BTrees.changes index f90a6e4..a6586ec 100644 --- a/python-BTrees.changes +++ b/python-BTrees.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Aug 5 11:36:26 UTC 2019 - pgajdos@suse.com + +- version update to 4.6.0 + * Drop support for Python 3.4. + * Fix tests against persistent 4.4. + * Stop accidentally installing the 'terryfy' package in macOS wheels. + See `issue 98 + `_. + * Fix segmentation fault in ``bucket_repr()``. See + `issue 106 `_. + ------------------------------------------------------------------- Sun Feb 10 11:14:42 UTC 2019 - John Vandenberg diff --git a/python-BTrees.spec b/python-BTrees.spec index 3feb609..787f3eb 100644 --- a/python-BTrees.spec +++ b/python-BTrees.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-BTrees -Version: 4.5.1 +Version: 4.6.0 Release: 0 Summary: Persistent B-tree object containers for Python License: ZPL-2.1