forked from pool/python-sphinxcontrib-programoutput
Accepting request 697385 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/697385 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-programoutput?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 23 11:54:16 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to version 0.14
|
||||||
|
* Add python_requires metadata to better allow tools like pip to
|
||||||
|
install a correct version.
|
||||||
|
* Add support for Sphinx 2.0 on Python 3.
|
||||||
|
* Avoid unicode errors when the program command or output produced
|
||||||
|
non-ASCII output and the configured prompt was a byte string.
|
||||||
|
* Drop support for Sphinx < 1.7.
|
||||||
|
* Fix tests on Sphinx >= 1.8.0.
|
||||||
|
* Fix deprecation warnings on Sphinx >= 1.8.
|
||||||
|
* Explicitly set parallel_read_safe to true in the extension
|
||||||
|
metadata.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 7 21:06:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Fri Dec 7 21:06:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinxcontrib-programoutput
|
# spec file for package python-sphinxcontrib-programoutput
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,20 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_with test
|
%bcond_without test
|
||||||
Name: python-sphinxcontrib-programoutput
|
Name: python-sphinxcontrib-programoutput
|
||||||
Version: 0.10
|
Version: 0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension to include program output
|
Summary: Sphinx extension to include program output
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://sphinxcontrib-programoutput.readthedocs.org/
|
URL: http://sphinxcontrib-programoutput.readthedocs.org/
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-programoutput/sphinxcontrib-programoutput-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx >= 1.8}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx >= 1.8
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -54,9 +54,7 @@ documents, helping you to keep your command examples up to date.
|
|||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
%python_exec setup.py test
|
||||||
py.test-%{$python_bin_suffix}
|
|
||||||
}
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fdee94fcebb0d8fddfccac5c4fa560f6177d5340c4349ee447c890bea8857094
|
|
||||||
size 18102
|
|
3
sphinxcontrib-programoutput-0.14.tar.gz
Normal file
3
sphinxcontrib-programoutput-0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75b182e9e8cf7efe828cac2c351bb737b00a76bc3aa60fd1a9b2b7096e99c383
|
||||||
|
size 21398
|
Reference in New Issue
Block a user