diff --git a/griffe-1.12.1.tar.gz b/griffe-1.12.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fca0b7167754c32d96fc0045cd4667a08da8c02b Binary files /dev/null and b/griffe-1.12.1.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..b0e0c851367ef24854c478b4879fcf15a50e24a0 100644 --- a/python-griffe.spec +++ b/python-griffe.spec @@ -1,12 +1,12 @@ %global pypi_name griffe Name: python-%{pypi_name} -Version: 1.7.1 +Version: 1.12.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/source/g/griffe/griffe-%{version}.tar.gz +Source0: griffe-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -54,6 +54,12 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Aug 19 2025 Sai Zhao - 1.12.1-1 +- Update package with version 1.12.1 + Reduce size of JSON dumps by removing keys with null values + Add fields to aliases when serializing + Also add the option to ignore missing type to the Sphinx parser + * 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