forked from pool/python-numpydoc
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:
@@ -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
3
numpydoc-1.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:022390ab7464a44f8737f79f8b31ce1d3cfa4b4af79ccaa1aac5e8368db587fb
|
||||||
|
size 90445
|
@@ -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>
|
Wed Apr 3 07:51:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-numpydoc
|
Name: python-numpydoc
|
||||||
Version: 1.7.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension to support docstrings in Numpy format
|
Summary: Sphinx extension to support docstrings in Numpy format
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -70,22 +70,22 @@ sed -i "\|https://docs.python.org/3| s|None|'%{SOURCE1}'|" numpydoc/tests/tinybu
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/validate-docstrings
|
%python_clone -a %{buildroot}%{_bindir}/numpydoc
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative validate-docstrings
|
%python_install_alternative numpydoc
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative validate-docstrings
|
%python_uninstall_alternative numpydoc
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%python_alternative %{_bindir}/validate-docstrings
|
%python_alternative %{_bindir}/numpydoc
|
||||||
%{python_sitelib}/numpydoc/
|
%{python_sitelib}/numpydoc/
|
||||||
%{python_sitelib}/numpydoc-%{version}.dist-info
|
%{python_sitelib}/numpydoc-%{version}.dist-info
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user