forked from pool/python-seqdiag
- update to version 2.0.0
* compat module is no longer needed * Enable Travis CI * Define long_description_content_type * Drop "setup.py release" macro * Add get_version() to setup.py * Add project_urls to setup.py * isort'ize * Add .gitignore * Fix author_email * Drop py27 and py34 support * Bump version * Remove buildout * Fix seqdiag is not universal package * Fix flake8 violations * Stop to use deprecated APIs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-seqdiag?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
6fe489da48
commit
3e068a7006
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 06:28:27 UTC 2020 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
- update to version 2.0.0
|
||||||
|
* compat module is no longer needed
|
||||||
|
* Enable Travis CI
|
||||||
|
* Define long_description_content_type
|
||||||
|
* Drop "setup.py release" macro
|
||||||
|
* Add get_version() to setup.py
|
||||||
|
* Add project_urls to setup.py
|
||||||
|
* isort'ize
|
||||||
|
* Add .gitignore
|
||||||
|
* Fix author_email
|
||||||
|
* Drop py27 and py34 support
|
||||||
|
* Bump version
|
||||||
|
* Remove buildout
|
||||||
|
* Fix seqdiag is not universal package
|
||||||
|
* Fix flake8 violations
|
||||||
|
* Stop to use deprecated APIs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 25 19:53:17 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
Thu Apr 25 19:53:17 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-seqdiag
|
# spec file for package python-seqdiag
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
Name: python-seqdiag
|
Name: python-seqdiag
|
||||||
Version: 0.9.6
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to generate sequence-diagram images from text
|
Summary: Python module to generate sequence-diagram images from text
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78104e7644c1a4d3a5cacb68de6a7f720793f08dd78561ef0e9e80bed63702bf
|
|
||||||
size 2619777
|
|
3
seqdiag-2.0.0.tar.gz
Normal file
3
seqdiag-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:93ebc7a0c6b56b6ba0d1e36863c5749f03e82c487b6d1e6f1103b4219323f24c
|
||||||
|
size 2619184
|
Reference in New Issue
Block a user