From 7b62bc25d7823cf41821a959a7601c25177a8d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E7=A3=8A?= Date: Thu, 9 May 2024 11:33:46 +0800 Subject: [PATCH] url have changed on github, sync change --- python-blurb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-blurb.spec b/python-blurb.spec index fa8a8ae..50ea8a1 100644 --- a/python-blurb.spec +++ b/python-blurb.spec @@ -1,10 +1,10 @@ %global _empty_manifest_terminate_build 0 Name: python-blurb Version: 1.1.0 -Release: 3 +Release: 4 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 +URL: https://github.com/python/blurb Source0: https://files.pythonhosted.org/packages/71/34/676f8c4a16ac69cc5a1a59d871f6c34d019fb5f36df3a44d4e3e5f4b7362/blurb-1.1.0.tar.gz BuildArch: noarch @@ -40,6 +40,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{buildroot}%{_bindir}/blurb --help %{_bindir}/blurb %changelog +* Thu May 9 2024 tenglei - 1.1.0-4 +- url have changed on github, sync change + * Thu Apr 27 2023 wangkai <13474090681@163.com> - 1.1.0-3 - Compling package with pyproject - Obsoletes subpackage python-blurb-help -- Gitee