diff --git a/nwdiag-1.0.4.tar.gz b/nwdiag-1.0.4.tar.gz deleted file mode 100644 index ed6ef3e..0000000 --- a/nwdiag-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:002565875559789a2dfc5f578c07abdf44269c3f7cdf78d4809bdc4bdc2213fa -size 2652472 diff --git a/nwdiag-2.0.0.tar.gz b/nwdiag-2.0.0.tar.gz new file mode 100644 index 0000000..b8aebb5 --- /dev/null +++ b/nwdiag-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd7fafd6085cd762ca9171234d07d2a33c6e81f5c66a1b233992e76300d74e2 +size 7751634 diff --git a/python-nwdiag.changes b/python-nwdiag.changes index 6ee5d09..dbe190e 100644 --- a/python-nwdiag.changes +++ b/python-nwdiag.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 28 22:58:57 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-nwdiag.spec b/python-nwdiag.spec index cda92c6..17b9303 100644 --- a/python-nwdiag.spec +++ b/python-nwdiag.spec @@ -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