Accepting request 974527 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/974527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autodocsumm?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-05-03 19:19:16 +00:00 committed by Git OBS Bridge
commit 246eeda000
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1bba4a54f7d5a7d5c19a0c2869a117edc03a60262bb0629d4155e3d9285e0cf
size 39645

3
autodocsumm-0.2.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1968373e2efef63654dcab044906de00d12b804402ed0e9af356e43da01b0fc
size 40289

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 2 21:38:13 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 0.2.8
* Fix: no links generated in summary table
* Fix: Sphinx dependencies
-------------------------------------------------------------------
Sat Jul 10 11:38:27 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-autodocsumm
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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-%{**}}
%define skip_python2 1
Name: python-autodocsumm
Version: 0.2.6
Version: 0.2.8
Release: 0
Summary: Extended sphinx autodoc including automatic autosummaries
License: GPL-2.0-only
@ -29,10 +29,11 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 2.2
Requires: (python-Sphinx >= 2.2 and python-Sphinx < 5.0)
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Sphinx >= 2.2}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sphinx-testing}
# /SECTION