forked from pool/python-seqdiag
Accepting request 778944 from devel:languages:python
- 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 - Stop building python2 version. No longer supported upstream OBS-URL: https://build.opensuse.org/request/show/778944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-seqdiag?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- Stop building python2 version. No longer supported upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 19:53:17 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,14 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%else
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Name: python-seqdiag
|
||||
Version: 0.9.6
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Python module to generate sequence-diagram images from text
|
||||
License: Apache-2.0
|
||||
@@ -35,6 +31,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-blockdiag >= 1.5.0
|
||||
Requires: python-setuptools
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
@@ -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