- update to 0.17:

- Add support for Python 3.9.
  - Drop support for python 3.5.
  - Include program output and current working directory in the warning
    logged when a program returns an unexpected return code

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-programoutput?expand=0&rev=20
This commit is contained in:
2021-07-17 13:32:34 +00:00
committed by Git OBS Bridge
parent aa8d55fca8
commit c5ce47c148
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-programoutput
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-sphinxcontrib-programoutput
Version: 0.16
Version: 0.17
Release: 0
Summary: Sphinx extension to include program output
License: BSD-2-Clause