forked from pool/python-autodocsumm
Accepting request 886446 from home:bnavigator:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/886446 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autodocsumm?expand=0&rev=5
This commit is contained in:
parent
2ae5e8c26d
commit
1b8c8f407d
3
autodocsumm-0.2.3.tar.gz
Normal file
3
autodocsumm-0.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2dd4d58021346be96127907b625074cc5ba0a1b81967b5db9a4fee845889e66
|
||||
size 40083
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29316d218539ff6d880290cd94e99ffce9a00f1972f26227a0b001ae5eb4837c
|
||||
size 39182
|
Loading…
Reference in New Issue
Block a user