diff --git a/griffe-1.5.1.tar.gz b/griffe-1.5.1.tar.gz deleted file mode 100644 index 9cf3e16d3edd7ba1366c5656a5c82a044bea81fb..0000000000000000000000000000000000000000 Binary files a/griffe-1.5.1.tar.gz and /dev/null differ diff --git a/griffe-1.7.1.tar.gz b/griffe-1.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e2790032ffff290475c17adb1a003ade3e0a1f6c Binary files /dev/null and b/griffe-1.7.1.tar.gz differ diff --git a/python-griffe.spec b/python-griffe.spec index c3b1c82ac169b5e1490f66c00c15b09301f587f4..01224f502d7b7226c2b362265974ba1d44613ec8 100644 --- a/python-griffe.spec +++ b/python-griffe.spec @@ -1,7 +1,7 @@ %global pypi_name griffe Name: python-%{pypi_name} -Version: 1.5.1 +Version: 1.7.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 @@ -54,6 +54,17 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Mar 31 2025 Dongxing Wang - 1.7.1-1 +- Update package with version 1.7.1 + Never raise alias resolution error when resolving a name from an __init__ method scope + Remove dependency to astunparse (Python 3.8-) + Add warnings parameter to docstring parsers, allowing to disable all warning logs when parsing docstrings + Improve objects conversion to annotation during dynamic analysis + Allow passing literal docstring styles everywhere in the API, not just Parser enumeration values + Remove Google parser support for Deprecated sections (previously never used) + Avoid dictionary creation when accessing members of non-classes with subscript syntax + Always resolve aliases when checking APIs + * Mon Nov 04 2024 jiangxinyu - 1.5.1-1 - Update package to version 1.5.1 * Sort Git tags using creatordate field, which works with both lightweight and annotated tags