#41 Update to 47.3.1 (#1847049)
Merged 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/python-setuptools 47.3.1  into  master

file modified
+5 -1
@@ -13,7 +13,7 @@ 

  

  Name:           python-setuptools

  # When updating, update the bundled libraries versions bellow!

- Version:        47.1.1

+ Version:        47.3.1

  Release:        1%{?dist}

  Summary:        Easily build and distribute Python packages

  # setuptools is MIT
@@ -171,6 +171,10 @@ 

  

  

  %changelog

+ * Fri Jun 26 2020 Miro Hrončok <mhroncok@redhat.com> - 47.3.1-1

+ - Update to 47.3.1 (#1847049)

+ - https://setuptools.readthedocs.io/en/latest/history.html#v47-3-1

+ 

  * Mon Jun 01 2020 Charalampos Stratakis <cstratak@redhat.com> - 47.1.1-1

  - Update to 47.1.1 (#1841123)

  - https://setuptools.readthedocs.io/en/latest/history.html#v47-1-1

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

- SHA512 (setuptools-47.1.1.zip) = 053ffd4c26bf0cf1894754b1ed922be03c6fa2cb54a41e3d28a7d8f7a2fdf2ccebbca4e0bafa16eed476923ef70cf4294ed36df6e77603b2fae0a09b684132c4

+ SHA512 (setuptools-47.3.1.zip) = 05d8ac5e1612f0c22d9f51b5dbb22cdd1edfd9c15e97c5f31f6dee8d660e6ca19720cee5169158d0179baa87518766fda1cd2e4d5c69f683e973a9ff08155d48

no initial comment

Build succeeded.

The diff looks good.

The only change I'd be a bit worried about would be https://github.com/pypa/setuptools/pull/1973 however after further research it seems that it breaks compatibility with Python <= 3.4.1.

If the CI tests, take into account python34 and pass, go ahead and merge.

Python 3.4 already bundles the wheels. We are good.

Pull-Request has been merged by churchyard

3 years ago