From a64361add6a666a4b31f7ad90cd54630abe14e21de9396fc594a29447880ab98 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 24 Feb 2020 02:13:35 +0000 Subject: [PATCH] - Update to 2.0.1: * Drop python2 and python3.4 support * Fix #126: '_io.BufferedRandom' object has no attribute 'buffer' * Fix #109 blockdiag does not work with recent pillow OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blockdiag?expand=0&rev=15 --- blockdiag-1.5.4.tar.gz | 3 --- blockdiag-2.0.1.tar.gz | 3 +++ python-blockdiag.changes | 8 ++++++++ python-blockdiag.spec | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 blockdiag-1.5.4.tar.gz create mode 100644 blockdiag-2.0.1.tar.gz diff --git a/blockdiag-1.5.4.tar.gz b/blockdiag-1.5.4.tar.gz deleted file mode 100644 index 06eb36b..0000000 --- a/blockdiag-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:929125db1cb59145e09dc561021389c7ca71108ef4e4c51a12728eea5b75fccc -size 2693073 diff --git a/blockdiag-2.0.1.tar.gz b/blockdiag-2.0.1.tar.gz new file mode 100644 index 0000000..bfc1662 --- /dev/null +++ b/blockdiag-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a69dd9f3b44c9e0869999ce82aa968586698febc86ece9ca0c902dba772397 +size 2694776 diff --git a/python-blockdiag.changes b/python-blockdiag.changes index 41d4b51..6de5c56 100644 --- a/python-blockdiag.changes +++ b/python-blockdiag.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 24 02:11:52 UTC 2020 - Steve Kowalik + +- Update to 2.0.1: + * Drop python2 and python3.4 support + * Fix #126: '_io.BufferedRandom' object has no attribute 'buffer' + * Fix #109 blockdiag does not work with recent pillow + ------------------------------------------------------------------- Thu Feb 28 09:38:53 UTC 2019 - Tomáš Chvátal diff --git a/python-blockdiag.spec b/python-blockdiag.spec index 874ece7..6203924 100644 --- a/python-blockdiag.spec +++ b/python-blockdiag.spec @@ -1,7 +1,7 @@ # # spec file for package python-blockdiag # -# 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 @@ -19,8 +19,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} # tests need network connection %bcond_with tests +%define skip_python2 1 Name: python-blockdiag -Version: 1.5.4 +Version: 2.0.1 Release: 0 Summary: Program to generate block-diagram images from text License: Apache-2.0