diff --git a/blurb-1.2.1.tar.gz b/blurb-1.2.1.tar.gz deleted file mode 100644 index 2c7bed987d937891667c11d6fef045f89049e51f..0000000000000000000000000000000000000000 Binary files a/blurb-1.2.1.tar.gz and /dev/null differ diff --git a/blurb-1.3.0.tar.gz b/blurb-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d5f8d9d8f56205ab051e250faafe33090c143147 Binary files /dev/null and b/blurb-1.3.0.tar.gz differ diff --git a/python-blurb.spec b/python-blurb.spec index f4e7e2473f44e141f60a8a2d1af96c8e4ef0cf64..3da6419d2dc870139485308c430ff3856541fcc9 100644 --- a/python-blurb.spec +++ b/python-blurb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-blurb -Version: 1.2.1 +Version: 1.3.0 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/41/75/fd6d671b7fb0283e2d0b6ba5a8eab35ef98b5a2652449d75a915176e14ad/blurb-1.2.1.tar.gz +URL: https://github.com/python/blurb +Source0: https://files.pythonhosted.org/packages/source/b/blurb/blurb-%{version}.tar.gz BuildArch: noarch @@ -14,7 +14,7 @@ blurb is a tool designed to rid CPython core development of the scourge of Misc/ %package -n python3-blurb Summary: Command-line tool to manage CPython Misc/NEWS.d entries. -Provides: python-blurb +Provides: python-blurb = %{version}-%{release} Obsoletes: python-blurb-help <= 1.1.0 BuildRequires: python3-devel BuildRequires: python3-setuptools python3-pip python3-wheel python3-flit @@ -29,7 +29,7 @@ blurb is a tool designed to rid CPython core development of the scourge of Misc/ %pyproject_build %install -%pyproject_install blurb==%{version} +%pyproject_install %check PYTHONPATH=%{buildroot}%{python3_sitelib} %{buildroot}%{_bindir}/blurb --help @@ -40,6 +40,11 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{buildroot}%{_bindir}/blurb --help %{_bindir}/blurb %changelog +* Mon Oct 21 2024 jiangxinyu - 1.3.0-1 +- Update package to version 1.3.0 +- Generate digital attestations for PyPI (PEP 740) + Add support for Python 3.13 + * Wed Jul 31 2024 dongqi - 1.2.1-1 - Update package version to 1.2.1 - Fix blurb import in the runpy interface