From 3536893a51a93d9668ea842aa1a31ae704909ae36efc6a94a6992d04599cff7c Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 25 Feb 2020 15:58:44 +0000 Subject: [PATCH] - update to 2.0.0: * Drop python2 and python3.4 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-actdiag?expand=0&rev=12 --- actdiag-0.5.4.tar.gz | 3 --- actdiag-2.0.0.tar.gz | 3 +++ python-actdiag.changes | 6 ++++++ python-actdiag.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 actdiag-0.5.4.tar.gz create mode 100644 actdiag-2.0.0.tar.gz diff --git a/actdiag-0.5.4.tar.gz b/actdiag-0.5.4.tar.gz deleted file mode 100644 index 78186f8..0000000 --- a/actdiag-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:983071777d9941093aaef3be1f67c198a8ac8d2bba264cdd1f337ca415ab46af -size 2577258 diff --git a/actdiag-2.0.0.tar.gz b/actdiag-2.0.0.tar.gz new file mode 100644 index 0000000..3cbfcfa --- /dev/null +++ b/actdiag-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e830b3a24f0b5681b4b116f5d4c370acca800b4e8cb1c7f828e0565bdaa13c +size 2575076 diff --git a/python-actdiag.changes b/python-actdiag.changes index 0c61142..8488a8b 100644 --- a/python-actdiag.changes +++ b/python-actdiag.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 25 15:57:30 UTC 2020 - Thomas Bechtold + +- update to 2.0.0: + * Drop python2 and python3.4 support + ------------------------------------------------------------------- Tue Jan 8 17:36:08 UTC 2019 - Jonathan Brownell diff --git a/python-actdiag.spec b/python-actdiag.spec index 22f9c7f..882c1d6 100644 --- a/python-actdiag.spec +++ b/python-actdiag.spec @@ -1,7 +1,7 @@ # # spec file for package python-actdiag # -# 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 @@ -16,14 +16,15 @@ # +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-actdiag -Version: 0.5.4 +Version: 2.0.0 Release: 0 Summary: Text to activity-diagram image generator License: Apache-2.0 Group: Development/Languages/Python -Url: http://blockdiag.com/ +URL: http://blockdiag.com/ Source: https://files.pythonhosted.org/packages/source/a/actdiag/actdiag-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes