Accepting request 989231 from home:bnavigator:branches:devel:languages:python
- Update to 1.18.3 * Fix for new nptyping by @gaborbernat in #235 - Remove requirement on old extra package pathlib OBS-URL: https://build.opensuse.org/request/show/989231 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=36
This commit is contained in:
parent
42fab2d8e3
commit
63a962a79d
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 14 16:34:24 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.18.3
|
||||
* Fix for new nptyping by @gaborbernat in #235
|
||||
- Remove requirement on old extra package pathlib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 23:01:55 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -16,9 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
%define modname sphinx_autodoc_typehints
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
@ -29,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-sphinx-autodoc-typehints%{psuffix}
|
||||
Version: 1.18.2
|
||||
Version: 1.18.3
|
||||
Release: 0
|
||||
Summary: Type hints (PEP 484) support for the Sphinx autodoc extension
|
||||
License: MIT
|
||||
@ -52,7 +51,6 @@ BuildArch: noarch
|
||||
BuildRequires: %{python_module Sphinx >= 1.7}
|
||||
BuildRequires: %{python_module doc}
|
||||
BuildRequires: %{python_module nptyping}
|
||||
BuildRequires: %{python_module pathlib}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module sphobjinv}
|
||||
BuildRequires: %{python_module typing_extensions}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ba02ecced60ba640f891301c863097468560d23df80afbd69b2ddcde261be2d
|
||||
size 31191
|
3
sphinx_autodoc_typehints-1.18.3.tar.gz
Normal file
3
sphinx_autodoc_typehints-1.18.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c04d8f8d70e988960e25b206af39a90df84e7e2c085bb24e123bc3684021b313
|
||||
size 31195
|
Loading…
Reference in New Issue
Block a user