forked from pool/python-nwdiag
Accepting request 780412 from devel:languages:python
- update to 2.0.0:
* Drop python2 and python3.4 support
* Fix a bug
- #23: Crash in antialias mode
OBS-URL: https://build.opensuse.org/request/show/780412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nwdiag?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:002565875559789a2dfc5f578c07abdf44269c3f7cdf78d4809bdc4bdc2213fa
|
||||
size 2652472
|
||||
3
nwdiag-2.0.0.tar.gz
Normal file
3
nwdiag-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cd7fafd6085cd762ca9171234d07d2a33c6e81f5c66a1b233992e76300d74e2
|
||||
size 7751634
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 22:58:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 2.0.0:
|
||||
* Drop python2 and python3.4 support
|
||||
* Fix a bug
|
||||
- #23: Crash in antialias mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 10 18:11:35 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-nwdiag
|
||||
#
|
||||
# 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
|
||||
@@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-nwdiag
|
||||
Version: 1.0.4
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Generator for network diagram images from text
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://blockdiag.com/
|
||||
URL: http://blockdiag.com/
|
||||
Source: https://files.pythonhosted.org/packages/source/n/nwdiag/nwdiag-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
|
||||
Reference in New Issue
Block a user