diff --git a/griffe-1.14.0.tar.gz b/griffe-1.14.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..56699fc5ca8aa4c870df9bd6e1fd9bf40a910752 Binary files /dev/null and b/griffe-1.14.0.tar.gz differ diff --git a/griffe-1.7.1.tar.gz b/griffe-1.7.1.tar.gz deleted file mode 100644 index e2790032ffff290475c17adb1a003ade3e0a1f6c..0000000000000000000000000000000000000000 Binary files a/griffe-1.7.1.tar.gz and /dev/null differ diff --git a/python-griffe.spec b/python-griffe.spec index 01224f502d7b7226c2b362265974ba1d44613ec8..39148acf935d05218bd9102af3cf18cb4d5b9641 100644 --- a/python-griffe.spec +++ b/python-griffe.spec @@ -1,7 +1,7 @@ %global pypi_name griffe Name: python-%{pypi_name} -Version: 1.7.1 +Version: 1.14.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,14 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* 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 + analysis, or created manually + * Expose Git info in objects, allowing to compute a new source_link property + * Add wildcard_imported boolean attribute to aliases, deprecate on_wildcard_expansion event + * Add load events that run once a tree is fully constructed, matching analysis events but safer to hook onto + * 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