#6 Update to 0.2.2 (#1842682)
Closed 3 years ago by aviso. Opened 3 years ago by cstratak.
Unknown source master  into  master

file modified
+1
@@ -3,3 +3,4 @@

  /wcwidth-0.1.6.tar.gz

  /wcwidth-0.1.7.tar.gz

  /wcwidth-0.1.9.tar.gz

+ /wcwidth-0.2.2.tar.gz

file modified
+8 -4
@@ -1,10 +1,11 @@

- %bcond_without tests

+ # No tests are included in the 0.2.2 version tarball

+ %bcond_with tests

  

  %global pypi_name wcwidth

  

  Name:           python-%{pypi_name}

- Version:        0.1.9

- Release:        3%{?dist}

+ Version:        0.2.2

+ Release:        1%{?dist}

  Summary:        Measures number of Terminal column cells of wide-character codes

  

  License:        MIT
@@ -47,11 +48,14 @@

  

  %files -n python3-%{pypi_name}

  %doc README.rst

- %license LICENSE.txt

+ %license LICENSE

  %{python3_sitelib}/%{pypi_name}

  %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info

  

  %changelog

+ * Tue Jun 02 2020 Charalampos Stratakis <cstratak@redhat.com> - 0.2.2-1

+ - Update to 0.2.2 (#1842682)

+ 

  * Sun May 24 2020 Miro HronĨok <mhroncok@redhat.com> - 0.1.9-3

  - Rebuilt for Python 3.9

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (wcwidth-0.1.9.tar.gz) = 3aee69efb8714f4426bfd424b80f4f4e5758174d84f725dd0e1448de1b4b4dd385ffd4f72440d5f763b7a82325857e9164742dbb7fa9e15d5db54744c262d0ba

+ SHA512 (wcwidth-0.2.2.tar.gz) = b0854828e53344c52389bebf6a98f893be912999abcf00b52d44a73df73db99322e733529736c1cfa9b675bec13da8bed31cbb591afb15ffb8bea64ba1d6eebf

no initial comment

Looks like missing tests is a bug. i'll report upstream. Closing so this doesn't go out without tests.

Pull-Request has been closed by aviso

3 years ago