From 5ef706a2bc87d8db82d492bd7635b0fb296fccd850b18dcb6a35a24985088a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Apr 2019 08:46:20 +0000 Subject: [PATCH] Accepting request 697141 from home:mcalabkova:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/697141 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-programoutput?expand=0&rev=12 --- python-sphinxcontrib-programoutput.changes | 15 +++++++++++++++ python-sphinxcontrib-programoutput.spec | 14 ++++++-------- sphinxcontrib-programoutput-0.10.tar.gz | 3 --- sphinxcontrib-programoutput-0.14.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 sphinxcontrib-programoutput-0.10.tar.gz create mode 100644 sphinxcontrib-programoutput-0.14.tar.gz diff --git a/python-sphinxcontrib-programoutput.changes b/python-sphinxcontrib-programoutput.changes index 9750627..10c04f5 100644 --- a/python-sphinxcontrib-programoutput.changes +++ b/python-sphinxcontrib-programoutput.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Apr 23 11:54:16 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-sphinxcontrib-programoutput.spec b/python-sphinxcontrib-programoutput.spec index fc10d74..a367c59 100644 --- a/python-sphinxcontrib-programoutput.spec +++ b/python-sphinxcontrib-programoutput.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_with test +%bcond_without test Name: python-sphinxcontrib-programoutput -Version: 0.10 +Version: 0.14 Release: 0 Summary: Sphinx extension to include program output License: BSD-2-Clause Group: Development/Languages/Python URL: http://sphinxcontrib-programoutput.readthedocs.org/ 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: fdupes BuildRequires: python-rpm-macros -Requires: python-Sphinx +Requires: python-Sphinx >= 1.8 BuildArch: noarch %if %{with test} BuildRequires: %{python_module pytest} @@ -54,9 +54,7 @@ documents, helping you to keep your command examples up to date. %if %{with test} %check export LANG=en_US.UTF-8 -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} -py.test-%{$python_bin_suffix} -} +%python_exec setup.py test %endif %files %{python_files} diff --git a/sphinxcontrib-programoutput-0.10.tar.gz b/sphinxcontrib-programoutput-0.10.tar.gz deleted file mode 100644 index 03327b6..0000000 --- a/sphinxcontrib-programoutput-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdee94fcebb0d8fddfccac5c4fa560f6177d5340c4349ee447c890bea8857094 -size 18102 diff --git a/sphinxcontrib-programoutput-0.14.tar.gz b/sphinxcontrib-programoutput-0.14.tar.gz new file mode 100644 index 0000000..98b9b5e --- /dev/null +++ b/sphinxcontrib-programoutput-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b182e9e8cf7efe828cac2c351bb737b00a76bc3aa60fd1a9b2b7096e99c383 +size 21398