forked from pool/python-blockdiag
Accepting request 778638 from devel:languages:python
- 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/request/show/778638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blockdiag?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:929125db1cb59145e09dc561021389c7ca71108ef4e4c51a12728eea5b75fccc
|
|
||||||
size 2693073
|
|
3
blockdiag-2.0.1.tar.gz
Normal file
3
blockdiag-2.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16a69dd9f3b44c9e0869999ce82aa968586698febc86ece9ca0c902dba772397
|
||||||
|
size 2694776
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 02:11:52 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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 <tchvatal@suse.com>
|
Thu Feb 28 09:38:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-blockdiag
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,8 +19,9 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
# tests need network connection
|
# tests need network connection
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-blockdiag
|
Name: python-blockdiag
|
||||||
Version: 1.5.4
|
Version: 2.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Program to generate block-diagram images from text
|
Summary: Program to generate block-diagram images from text
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Reference in New Issue
Block a user