Accepting request 886562 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/886562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autodocsumm?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2021-04-19 19:05:59 +00:00 committed by Git OBS Bridge
commit 1406515d1d
4 changed files with 23 additions and 9 deletions

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Apr 18 12:32:09 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.2.3
* This Release makes autodocsumm compatible with sphinx 3.4 and
3.5. See #42
- Release 0.2.2
* This release fixes a bug that included imported members in the
autosummary table (see #32, #33) and includes the sorting
bysource (#34). We also dropped the dependency on six (#35).
- Release 0.2.1
* Patch for compatibility with python 3.5
-------------------------------------------------------------------
Thu Sep 3 04:27:24 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-autodocsumm
#
# 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,20 +19,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-autodocsumm
Version: 0.2.0
Version: 0.2.3
Release: 0
Summary: Extended sphinx autodoc including automatic autosummaries
License: GPL-2.0-only
URL: https://github.com/Chilipp/autodocsumm
Source: https://github.com/Chilipp/autodocsumm/archive/v%{version}.tar.gz
Source: https://github.com/Chilipp/autodocsumm/archive/v%{version}.tar.gz#/autodocsumm-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx
Requires: python-Sphinx >= 2.2
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module Sphinx >= 2.2}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sphinx-testing}
# /SECTION
@ -57,6 +57,7 @@ Extended sphinx autodoc including automatic autosummaries
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/autodocsumm
%{python_sitelib}/autodocsumm-%{version}*-info
%changelog

View File

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