diff --git a/griffe-0.38.1.tar.gz b/griffe-0.38.1.tar.gz deleted file mode 100644 index 1e30d85ebb3e233d43215cee7fa4332e95de5132..0000000000000000000000000000000000000000 Binary files a/griffe-0.38.1.tar.gz and /dev/null differ diff --git a/griffe-0.40.1.tar.gz b/griffe-0.40.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4dbef6f8bac614d00f7f90a0f658cdd54566b7af Binary files /dev/null and b/griffe-0.40.1.tar.gz differ diff --git a/python-griffe.spec b/python-griffe.spec index bd186d98d99d62b229fa9540c150adc27159499f..8fd686ad5c806b3e9c22590bd1909ec51154a382 100644 --- a/python-griffe.spec +++ b/python-griffe.spec @@ -1,12 +1,12 @@ %global pypi_name griffe Name: python-%{pypi_name} -Version: 0.38.1 +Version: 0.40.1 Release: 1 Summary: Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API. License: ISC URL: https://mkdocstrings.github.io/griffe/ -Source0: https://files.pythonhosted.org/packages/c5/c2/ee422d71804fd7bf075f2d7d07a551978a375f9a6ff55b12fbecfc53d66e/griffe-0.38.1.tar.gz +Source0: https://files.pythonhosted.org/packages/70/27/964e5e6a405d1b6171bde91b5bf8613c64d05502ac5dc29ceaccb5661d7f/griffe-0.40.1.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -64,6 +64,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Feb 25 2024 wangjunqi - 0.40.1-1 +- Update package to version 0.40.1 + Bug Fixes: Don't return properties as parameters of dataclasses (5a5c03b by Timothée Mazzucotelli). Issue #232 + * Thu Dec 07 2023 jiangxinyu - 0.38.1-1 - Update package to version 0.38.1