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..9f9ef9f5423d3d62b87224947ecdecf0bbf06896 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,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Nov 18 2025 peiliya - 1.15.0-1 +- Update to 1.15.0 + * 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