#4 Update Python 2 dependency declarations to new packaging standards
Closed 6 years ago by kdudka. Opened 6 years ago by ishcherb.
rpms/ ishcherb/curl pyambiguous  into  master

file modified
+6 -2
@@ -1,7 +1,7 @@ 

  Summary: A utility for getting files from remote servers (FTP, HTTP, and others)

  Name: curl

  Version: 7.59.0

- Release: 2%{?dist}

+ Release: 3%{?dist}

  License: MIT

  Source: https://curl.haxx.se/download/%{name}-%{version}.tar.xz

  
@@ -36,7 +36,7 @@ 

  BuildRequires: openssh-server

  BuildRequires: openssl-devel

  BuildRequires: pkgconfig

- BuildRequires: python

+ BuildRequires: python2

  BuildRequires: sed

  BuildRequires: stunnel

  BuildRequires: zlib-devel
@@ -300,6 +300,10 @@ 

  %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal

  

  %changelog

+ * Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 7.59.0-3

+ - Update Python 2 dependency declarations to new packaging standards

+   (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

+ 

  * Wed Mar 14 2018 Kamil Dudka <kdudka@redhat.com> - 7.59.0-2

  - ftp: fix typo in recursive callback detection for seeking

  

This package uses names with ambiguous python- prefix in requirements.

According to Fedora Packaging guidelines for Python, packages must use names with either python2- or python3- prefix in requirements where available.
We are aiming to rename python-* dependencies to python2-*, so we can later switch the python-* namespace to Python 3.

This PR is part of Fedora's Switch to Python 3 effort.

Note that, although this PR was created automatically, we will respond to any comments or issues which you might find with it. We will keep the PR open for review for a week, and if there's no feedback we'll merge it. There is no need to build the package right after merge, this change can wait for the next package rebuild.
The local mock build passed, for Koji scratch build please see simple-koji-ci result.

This PR was opened automatically, for source code see here

Thank you for opening the PR but I have fixed it by using Python 3 instead:

https://src.fedoraproject.org/cgit/rpms/curl.git/commit/?id=a1b38730

Pull-Request has been closed by kdudka

6 years ago