diff --git a/docstring_parser-0.15.tar.gz b/docstring_parser-0.15.tar.gz deleted file mode 100644 index afe088cc749dffe349776093c2fa687342d33d3c..0000000000000000000000000000000000000000 Binary files a/docstring_parser-0.15.tar.gz and /dev/null differ diff --git a/docstring_parser-0.16.tar.gz b/docstring_parser-0.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..deb31814ce08491a3d7b62323fc32b2445a128a6 Binary files /dev/null and b/docstring_parser-0.16.tar.gz differ diff --git a/python-docstring-parser.spec b/python-docstring-parser.spec index ec4af18be56f9b50caab175695a0652369ec3696..39df1674db5730d250311727a0655dbe7d2ae361 100644 --- a/python-docstring-parser.spec +++ b/python-docstring-parser.spec @@ -1,7 +1,7 @@ %global srcname docstring-parser Name: python-%{srcname} -Version: 0.15 +Version: 0.16 Release: 1 Summary: Parse Python docstrings License: MIT @@ -44,5 +44,10 @@ Summary: %{summary} %doc README.md %changelog +* Wed Aug 07 2024 Guochao - 0.16-1 +- Update package to version 0.16 +- Docs: add installation instructions +- Misc: support Python 3.12 + * Mon Jun 26 2023 chaozhangm - 0.15-1 - Initial package.