diff --git a/numpydoc-1.7.0.tar.gz b/numpydoc-1.7.0.tar.gz deleted file mode 100644 index 7fac5be..0000000 --- a/numpydoc-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:866e5ae5b6509dcf873fc6381120f5c31acf13b135636c1a81d68c166a95f921 -size 87575 diff --git a/numpydoc-1.8.0.tar.gz b/numpydoc-1.8.0.tar.gz new file mode 100644 index 0000000..b4ede03 --- /dev/null +++ b/numpydoc-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022390ab7464a44f8737f79f8b31ce1d3cfa4b4af79ccaa1aac5e8368db587fb +size 90445 diff --git a/python-numpydoc.changes b/python-numpydoc.changes index ae951d8..dd89c75 100644 --- a/python-numpydoc.changes +++ b/python-numpydoc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 20 16:21:18 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-numpydoc.spec b/python-numpydoc.spec index 617d12b..ffbc16f 100644 --- a/python-numpydoc.spec +++ b/python-numpydoc.spec @@ -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