diff --git a/griffe-1.14.0.tar.gz b/griffe-1.14.0.tar.gz deleted file mode 100644 index 56699fc5ca8aa4c870df9bd6e1fd9bf40a910752..0000000000000000000000000000000000000000 Binary files a/griffe-1.14.0.tar.gz and /dev/null differ diff --git a/griffe-1.15.0.tar.gz b/griffe-1.15.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1fc9edf80469100aba05cf97d486792f0ba824fc Binary files /dev/null and b/griffe-1.15.0.tar.gz differ diff --git a/python-griffe.spec b/python-griffe.spec index 39148acf935d05218bd9102af3cf18cb4d5b9641..249a486a27b92dd3381e7fe18c0da450d07e2f1a 100644 --- a/python-griffe.spec +++ b/python-griffe.spec @@ -1,7 +1,7 @@ %global pypi_name griffe Name: python-%{pypi_name} -Version: 1.14.0 +Version: 1.15.0 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,13 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Nov 17 2025 warlock - 1.15.0-1 +- Update to 1.15.0 + * Parse keywords in class declarations + * Support unpacking typed dicts in signatures and docstrings + * Support expression modernization + * Support auto docstring style (infer from docstring) + * Mon Sep 22 2025 Yu Peng - 1.14.0-1 - Upgrade to 1.14.0 * Add analysis attribute on objects and aliases, telling whether they were loaded through static or dynamic