forked from pool/python-autodocsumm
- update to 0.2.11:
* Support Sphinx 7 and Python 3.11 * Allow Sphinx v6 * install versioneer * remove OrderedDict OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autodocsumm?expand=0&rev=18
This commit is contained in:
parent
ee6814b6d4
commit
548a5b96b3
3
autodocsumm-0.2.10.tar.gz
Normal file
3
autodocsumm-0.2.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ad1d041d5386593a3c50df87b88459e0921cb1ba8bf374975ccc930a53f9234c
|
||||||
|
size 46850
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c4a633748b178ec9974108c262c20c0691f0ac3ee39414cfc4bd9feda6699bc
|
|
||||||
size 40248
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 15:40:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.2.11:
|
||||||
|
* Support Sphinx 7 and Python 3.11
|
||||||
|
* Allow Sphinx v6
|
||||||
|
* install versioneer
|
||||||
|
* remove OrderedDict
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:22:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:22:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-autodocsumm
|
Name: python-autodocsumm
|
||||||
Version: 0.2.9
|
Version: 0.2.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extended sphinx autodoc including automatic autosummaries
|
Summary: Extended sphinx autodoc including automatic autosummaries
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -28,6 +28,7 @@ URL: https://github.com/Chilipp/autodocsumm
|
|||||||
Source: https://github.com/Chilipp/autodocsumm/archive/v%{version}.tar.gz#/autodocsumm-%{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 devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module versioneer}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx >= 2.2
|
Requires: python-Sphinx >= 2.2
|
||||||
|
Loading…
Reference in New Issue
Block a user