#1 Update Python 2 dependency declarations to new packaging standards
Merged 6 years ago by ralph. Opened 6 years ago by ishcherb.
rpms/ ishcherb/python-zope-configuration pyambiguous  into  master

@@ -15,7 +15,7 @@ 

  

  Name:           python-zope-configuration

  Version:        4.0.3

- Release:        11%{?dist}

+ Release:        12%{?dist}

  Summary:        %{sum}

  

  Group:          Development/Libraries
@@ -25,11 +25,11 @@ 

  BuildArch:      noarch

  

  BuildRequires:  python2-devel

- BuildRequires:  python-setuptools

- BuildRequires:  python-zope-schema

- BuildRequires:  python-zope-interface

- BuildRequires:  python-zope-i18nmessageid

- BuildRequires:  python-zope-testing

+ BuildRequires:  python2-setuptools

+ BuildRequires:  python2-zope-schema

+ BuildRequires:  python2-zope-interface

+ BuildRequires:  python2-zope-i18nmessageid

+ BuildRequires:  python2-zope-testing

  

  %if 0%{?with_python3}

  BuildRequires:  python3-devel
@@ -48,9 +48,9 @@ 

  %package -n python2-zope-configuration

  Summary:        %{sum}

  

- Requires:  python-zope-schema

- Requires:  python-zope-interface

- Requires:  python-zope-i18nmessageid

+ Requires:  python2-zope-schema

+ Requires:  python2-zope-interface

+ Requires:  python2-zope-i18nmessageid

  

  %{?python_provide:%python_provide python2-zope-configuration}

  
@@ -130,6 +130,10 @@ 

  %endif

  

  %changelog

+ * Wed Jan 31 2018 Iryna Shcherbina <ishcherb@redhat.com> - 4.0.3-12

+ - Update Python 2 dependency declarations to new packaging standards

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

+ 

  * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.3-11

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

  

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

Pull-Request has been merged by ralph

6 years ago