From c2a22712c08365f395226aa4186be1d3c818b7bc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:09:41 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- python-wcwidth.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 3a001d8..7e07e7a 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.2.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Measures number of Terminal column cells of wide-character codes License: MIT @@ -52,6 +52,10 @@ printable width of a string on a Terminal. %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Oct 29 2024 Troy Dawson - 0.2.6-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Sep 25 2024 Bryan Gurney - 0.2.6-5 - Add gating test - Resolves: RHEL-59856