#3 Update to 37.0.0 (fixes #1474126)
Merged 6 years ago by kevin. Opened 6 years ago by churchyard.
rpms/ churchyard/python-setuptools 37.0.x  into  master

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

  /setuptools-36.0.1.zip

  /setuptools-36.2.0.zip

  /setuptools-36.5.0.zip

+ /setuptools-37.0.0.zip

file modified
+5 -7
@@ -29,7 +29,7 @@ 

  %endif

  

  Name:           python-setuptools

- Version:        36.5.0

+ Version:        37.0.0

  Release:        1%{?dist}

  Summary:        Easily build and distribute Python packages

  
@@ -38,10 +38,6 @@ 

  URL:            https://pypi.python.org/pypi/%{srcname}

  Source0:        https://files.pythonhosted.org/packages/source/s/%{srcname}/%{srcname}-%{version}.zip

  

- # Run test on a version specific pip: pip3 for Python 3, pip2 for Python 2,

- # because the other might not be installed

- Patch0:         0001-Run-test-on-a-version-specific-pip.patch

- 

  BuildArch:      noarch

  

  %if %{with python2}
@@ -127,8 +123,6 @@ 

  %prep

  %setup -q -n %{srcname}-%{version}

  

- %patch0 -p1

- 

  # We can't remove .egg-info (but it doesn't matter, since it'll be rebuilt):

  #  The problem is that to properly execute setuptools' setup.py,

  #   it is needed for setuptools to be loaded as a Distribution
@@ -248,6 +242,10 @@ 

  

  

  %changelog

+ * Tue Nov 21 2017 Miro Hrončok <mhroncok@redhat.com> - 37.0.0-1

+ - Update to 37.0.0 (fixes #1474126)

+ - Removed not needed pip3 patch (upstream included different version of fix)

+ 

  * Tue Nov 21 2017 Miro Hrončok <mhroncok@redhat.com> - 36.5.0-1

  - Update to 36.5.0 (related to #1474126)

  

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

- SHA512 (setuptools-36.5.0.zip) = e61c2f9ee640bf5dd8ab7c7a7c29667d91aa2498a7b027e387493ad7bcc9b56927e6fa63cdb4e083333c57eb355a670ba3df861ed5f8447b216fef0bc77c8b43

+ SHA512 (setuptools-37.0.0.zip) = b65072644718602eaabe79e37869505dfeef98c401b35845419aad8bcd20278f40b3bf3e221a93cb126ccf06b366160fee2f0a55da0863ac098be576d5d907c8

no initial comment

rebased onto afde1d3

6 years ago

Lets go. :wine_glass:

Pull-Request has been merged by kevin

6 years ago

Any objections on building this for F27 and F26? I don't see any breaking changes according to the changelog, however I might be wrong here.

Yeah, fine with me, I don't see any incompatibilities off hand.

Would you like me to do the builds/updates?

I can take care of it no worries.