forked from pool/python-seqdiag
- update to 3.0.0:
* Drop python3.6 support * Use funcparserlib-1.0.0a0 or newer to support new python versions * Allow to write multiline string via triple quotes (""" ... """) * Add "edge_label_margin" attribute to edges * Fix bugs - Fix #147: file existence disclosure using svg renderer - Separator does not support both default_fontsize and default_textcolor OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-seqdiag?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 4 15:16:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.0:
|
||||
* Drop python3.6 support
|
||||
* Use funcparserlib-1.0.0a0 or newer to support new python versions
|
||||
* Allow to write multiline string via triple quotes (""" ... """)
|
||||
* Add "edge_label_margin" attribute to edges
|
||||
* Fix bugs
|
||||
- Fix #147: file existence disclosure using svg renderer
|
||||
- Separator does not support both default_fontsize and default_textcolor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:27:58 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-seqdiag
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-seqdiag
|
||||
Version: 2.0.0
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Python module to generate sequence-diagram images from text
|
||||
License: Apache-2.0
|
||||
@@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-blockdiag >= 1.5.0
|
||||
Requires: python-setuptools
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93ebc7a0c6b56b6ba0d1e36863c5749f03e82c487b6d1e6f1103b4219323f24c
|
||||
size 2619184
|
3
seqdiag-3.0.0.tar.gz
Normal file
3
seqdiag-3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e15113a28bd075460a62da44e15a88fafa3c81fdf3a35dcd5e3cd64ef15e961a
|
||||
size 2619076
|
Reference in New Issue
Block a user