#12 Update to 40.7.1 (#1670243)
Merged 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/python-setuptools 40.7.1  into  master

file modified
+2
@@ -92,3 +92,5 @@ 

  /setuptools-39.2.0.zip

  /setuptools-40.4.1.zip

  /setuptools-40.4.3.zip

+ /setuptools-40.7.0.zip

+ /setuptools-40.7.1.zip

file modified
+9 -7
@@ -18,7 +18,7 @@ 

  

  Name:           python-setuptools

  # When updating, update the bundled libraries versions bellow!

- Version:        40.4.3

+ Version:        40.7.1

  Release:        1%{?dist}

  Summary:        Easily build and distribute Python packages

  # setuptools is MIT
@@ -45,6 +45,7 @@ 

  BuildRequires:  python2-wheel

  %endif # without bootstrap

  %if %{with tests}

+ BuildRequires:  python2-futures

  BuildRequires:  python2-pip

  BuildRequires:  python2-pytest

  BuildRequires:  python2-mock
@@ -67,12 +68,6 @@ 

  BuildRequires:  python3-wheel

  %endif # without bootstrap

  

- # We're now back to setuptools as the package.

- # Keep the python-distribute name active for a few releases.  Eventually we'll

- # want to get rid of the Provides and just keep the Obsoletes

- Provides: python-distribute = %{version}-%{release}

- Obsoletes: python-distribute < 0.6.36-2

- 

  %description

  Setuptools is a collection of enhancements to the Python distutils that allow

  you to more easily build and distribute Python packages, especially ones that
@@ -258,6 +253,13 @@ 

  

  

  %changelog

+ * Tue Jan 29 2019 Miro Hrončok <mhroncok@redhat.com> - 40.7.1-1

+ - Hotfix update to 40.7.1 (#1670243)

+ 

+ * Mon Jan 28 2019 Miro Hrončok <mhroncok@redhat.com> - 40.7.0-1

+ - Update to 40.7.0 (#1669876)

+ - https://github.com/pypa/setuptools/blob/v40.7.0/CHANGES.rst

That's a nice touch to the changelog, maybe we could start providing this for more packages.

+ 

  * Mon Sep 24 2018 Miro Hrončok <mhroncok@redhat.com> - 40.4.3-1

  - Update to 40.4.3 to fix dire DeprecationWarnings (#1627071)

  - List vendored libraries

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

- SHA512 (setuptools-40.4.3.zip) = ff4c0bb4a238a8788c533a8f22851e6b59b258c3096fba68a09e7450baf1ee47f47f86bfcd7339133b0445ec6b61fc7f0c08d7d6c4d2b231c29b724aa83d5998

+ SHA512 (setuptools-40.7.1.zip) = 384d38afa56409f828cf26443271514feaf82b1d9d99a4a0bb4a9004f9b7a262a0d5ae48905e808381074e948988417e3f7e81a84dcd09359f9185a2305f8cac

Don't merge before the CI passes!

2 new commits added

  • Hotfix update to 40.7.1 (#1670243)
  • Update to 40.7.0 (#1669876)
5 years ago

The CI passed. Running it again to debug pending state displayed on the right.

[citest]

Looks like it worked ;-)

That's a nice touch to the changelog, maybe we could start providing this for more packages.

Overall the rebase LGTM. If there are no CI related blockers please go ahead and merge it.

Pull-Request has been merged by churchyard

5 years ago