diff --git a/blurb-1.3.0.tar.gz b/blurb-1.3.0.tar.gz deleted file mode 100644 index d5f8d9d8f56205ab051e250faafe33090c143147..0000000000000000000000000000000000000000 Binary files a/blurb-1.3.0.tar.gz and /dev/null differ diff --git a/blurb-2.0.0.tar.gz b/blurb-2.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f730de2d89433205021ce2fcd588b7483e76dce1 Binary files /dev/null and b/blurb-2.0.0.tar.gz differ diff --git a/python-blurb.spec b/python-blurb.spec index 3da6419d2dc870139485308c430ff3856541fcc9..0fffd68cc2446e8ef9fd71fa9dea2a35e4c4577f 100644 --- a/python-blurb.spec +++ b/python-blurb.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-blurb -Version: 1.3.0 +Version: 2.0.0 Release: 1 Summary: Command-line tool to manage CPython Misc/NEWS.d entries. License: BSD-3-Clause @@ -40,6 +40,14 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{buildroot}%{_bindir}/blurb --help %{_bindir}/blurb %changelog +* Tue Aug 05 2025 zengliwen - 2.0.0-1 +- Update to 2.0.0-1 +- Move 'blurb test' subcommand into test suite +- Add support for Python 3.14 +- Validate gh-issue is int before checking range, and that gh-issue or bpo exists +- Replace safe_mkdir(path) with os.makedirs(path, exist_ok=True) +- Test version handling functions + * Mon Oct 21 2024 jiangxinyu - 1.3.0-1 - Update package to version 1.3.0 - Generate digital attestations for PyPI (PEP 740)