1
0

Accepting request 1225336 from devel:languages:python:numeric

- update to 1.8.0:
  * Unify CLIs (#537).
  * Move "Attributes" and "Methods" below "Parameters" (#571).
  * FIX: coroutines can have a return statement (#542).
  * Unwrap decorated objects for YD01 validation check (#541).
  * Fix bug with validation encoding (#550).
  * Add note about TOML regex; fix typo (#552).
  * DOC: Clarify recommendations regarding use of backticks
    (#525).

OBS-URL: https://build.opensuse.org/request/show/1225336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpydoc?expand=0&rev=16
This commit is contained in:
2024-11-21 14:14:00 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 8 deletions

View File

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

3
numpydoc-1.8.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Nov 20 16:21:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.8.0:
* Unify CLIs (#537).
* Move "Attributes" and "Methods" below "Parameters" (#571).
* FIX: coroutines can have a return statement (#542).
* Unwrap decorated objects for YD01 validation check (#541).
* Fix bug with validation encoding (#550).
* Add note about TOML regex; fix typo (#552).
* DOC: Clarify recommendations regarding use of backticks
(#525).
-------------------------------------------------------------------
Wed Apr 3 07:51:01 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-numpydoc
Version: 1.7.0
Version: 1.8.0
Release: 0
Summary: Sphinx extension to support docstrings in Numpy format
License: BSD-3-Clause
@@ -70,22 +70,22 @@ sed -i "\|https://docs.python.org/3| s|None|'%{SOURCE1}'|" numpydoc/tests/tinybu
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/validate-docstrings
%python_clone -a %{buildroot}%{_bindir}/numpydoc
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%post
%python_install_alternative validate-docstrings
%python_install_alternative numpydoc
%postun
%python_uninstall_alternative validate-docstrings
%python_uninstall_alternative numpydoc
%files %{python_files}
%license LICENSE.txt
%doc README.rst
%python_alternative %{_bindir}/validate-docstrings
%python_alternative %{_bindir}/numpydoc
%{python_sitelib}/numpydoc/
%{python_sitelib}/numpydoc-%{version}.dist-info