forked from pool/python-sphinxcontrib-blockdiag
- update to 2.0.0
- drop py2 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-blockdiag?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 15:09:15 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 2.0.0
|
||||||
|
- drop py2 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 14 12:17:54 UTC 2018 - Matěj Cepl <mcepl@suse.com>
|
Fri Dec 14 12:17:54 UTC 2018 - Matěj Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinxcontrib-blockdiag
|
# spec file for package python-sphinxcontrib-blockdiag
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 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
|
||||||
@@ -16,23 +16,23 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
# Test files missing
|
# Test files missing
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-sphinxcontrib-blockdiag
|
Name: python-sphinxcontrib-blockdiag
|
||||||
Version: 1.5.5
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx "blockdiag" extension
|
Summary: Sphinx "blockdiag" extension
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/blockdiag/sphinxcontrib-blockdiag
|
URL: https://github.com/blockdiag/sphinxcontrib-blockdiag
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Sphinx >= 0.6}
|
BuildRequires: %{python_module Sphinx >= 2.0}
|
||||||
BuildRequires: %{python_module blockdiag >= 1.5.0}
|
BuildRequires: %{python_module blockdiag >= 1.5.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx >= 0.6
|
Requires: python-Sphinx >= 2.0
|
||||||
Requires: python-blockdiag >= 1.5.0
|
Requires: python-blockdiag >= 1.5.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
@@ -57,7 +57,7 @@ A sphinx extension for embedding block diagram using blockdiag.
|
|||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%pytest
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7cdff966d8f372b9536374954314a6cf4280e0e48bc2321a4f25cc7f2114f8f0
|
|
||||||
size 8485
|
|
3
sphinxcontrib-blockdiag-2.0.0.tar.gz
Normal file
3
sphinxcontrib-blockdiag-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91fd35b64f1f25db59d80b8a5196ed4ffadf57a81f63ee207e34d53ec36d8f97
|
||||||
|
size 6196
|
Reference in New Issue
Block a user