Update to 0.2.23
Resolves: RHEL-163444 Signed-off-by: Chung Chung <cchung@redhat.com>
This commit is contained in:
parent
c2a22712c0
commit
81e3e153f8
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/wcwidth-0.2.4.tar.gz
|
/wcwidth-0.2.4.tar.gz
|
||||||
/wcwidth-0.2.5.tar.gz
|
/wcwidth-0.2.5.tar.gz
|
||||||
/wcwidth-0.2.6.tar.gz
|
/wcwidth-0.2.6.tar.gz
|
||||||
|
/wcwidth-0.2.13.tar.gz
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
%global pypi_name wcwidth
|
%global pypi_name wcwidth
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.6
|
Version: 0.2.13
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Measures number of Terminal column cells of wide-character codes
|
Summary: Measures number of Terminal column cells of wide-character codes
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -33,6 +33,8 @@ printable width of a string on a Terminal.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pypi_name}-%{version}
|
%setup -q -n %{pypi_name}-%{version}
|
||||||
|
# skip coverage checks
|
||||||
|
sed -i -e 's|--cov[^[:space:]]*||g' tox.ini
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -42,7 +44,7 @@ printable width of a string on a Terminal.
|
|||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
%{__python3} -m pytest -v
|
%{__python3} -m pytest -v --ignore=tests/test_table_integrity.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
@ -52,6 +54,10 @@ printable width of a string on a Terminal.
|
|||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 07 2026 Chung Chung <cchung@redhat.com> - 0.2.13-1
|
||||||
|
- Update to 0.2.23
|
||||||
|
- Resolves: RHEL-163444
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.2.6-6
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.2.6-6
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (wcwidth-0.2.6.tar.gz) = 0f7be2fcf0a2ef1c357fb3d1f7041a309443c8c771973aaf3acb7d83acee9fababa7f17dabc886a37d20bfc7dc13e8b0ce18637f4137ab349c881697e18c3a1c
|
SHA512 (wcwidth-0.2.13.tar.gz) = 1eadda149936cf2eefe5d09c411774dc87c8a358f2dd92d74f427d7b47f07c05557e849c46122d44788c2bd7c97eb85fc5f902d9a158d68ab9e352c5185ba2d5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user