diff --git a/blurb-1.1.0.tar.gz b/blurb-1.1.0.tar.gz deleted file mode 100644 index c4f28bea29660634dbeb1491ad1816a5ab0c3d7c..0000000000000000000000000000000000000000 Binary files a/blurb-1.1.0.tar.gz and /dev/null differ diff --git a/blurb-1.2.1.tar.gz b/blurb-1.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2c7bed987d937891667c11d6fef045f89049e51f Binary files /dev/null and b/blurb-1.2.1.tar.gz differ diff --git a/python-blurb.spec b/python-blurb.spec index fa8a8ae6bceeee617925d3b962896d31a531da77..f4e7e2473f44e141f60a8a2d1af96c8e4ef0cf64 100644 --- a/python-blurb.spec +++ b/python-blurb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-blurb -Version: 1.1.0 -Release: 3 +Version: 1.2.1 +Release: 1 Summary: Command-line tool to manage CPython Misc/NEWS.d entries. License: BSD-3-Clause URL: https://github.com/python/core-workflow/tree/master/blurb -Source0: https://files.pythonhosted.org/packages/71/34/676f8c4a16ac69cc5a1a59d871f6c34d019fb5f36df3a44d4e3e5f4b7362/blurb-1.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/41/75/fd6d671b7fb0283e2d0b6ba5a8eab35ef98b5a2652449d75a915176e14ad/blurb-1.2.1.tar.gz BuildArch: noarch @@ -18,6 +18,7 @@ Provides: python-blurb Obsoletes: python-blurb-help <= 1.1.0 BuildRequires: python3-devel BuildRequires: python3-setuptools python3-pip python3-wheel python3-flit +BuildRequires: python3-hatch-vcs %description -n python3-blurb blurb is a tool designed to rid CPython core development of the scourge of Misc/NEWS conflicts. @@ -36,10 +37,15 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{buildroot}%{_bindir}/blurb --help %files -n python3-blurb %{python3_sitelib}/* %license LICENSE.txt -%doc README.rst %{_bindir}/blurb %changelog +* Wed Jul 31 2024 dongqi - 1.2.1-1 +- Update package version to 1.2.1 +- Fix blurb import in the runpy interface +- Undocument blurb split +- Drop support for Python 3.7 + * Thu Apr 27 2023 wangkai <13474090681@163.com> - 1.1.0-3 - Compling package with pyproject - Obsoletes subpackage python-blurb-help