From 9ef885044795f01eb34f5bdb0c5162196e55bad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 14:34:18 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-wcwidth.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 5194358..2c01bae 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -1,10 +1,11 @@ +%global _without_tests 1 %bcond_without tests %global pypi_name wcwidth Name: python-%{pypi_name} Version: 0.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Measures number of Terminal column cells of wide-character codes License: MIT @@ -52,6 +53,9 @@ printable width of a string on a Terminal. %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Fri May 22 2020 Miro HronĨok - 0.1.9-2 +- Bootstrap for Python 3.9 + * Sat Mar 28 2020 Avram Lubkin - 0.1.9-1 - Update to 0.1.9