#2 Update Python 2 dependency declarations to new packaging standards
Merged 6 years ago by kevin. Opened 6 years ago by ishcherb.
rpms/ ishcherb/statscache-plugins pyambiguous  into  master

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

  

  Name:           statscache-plugins

  Version:        0.0.2

- Release:        5%{?dist}

+ Release:        6%{?dist}

  Summary:        Plugins for statscache daemon

  Group:          Applications/Internet

  License:        LGPLv2+
@@ -16,14 +16,14 @@ 

  

  BuildRequires:  python2-devel

  BuildRequires:  statscache-common >= 0.0.2

- BuildRequires:  python-sqlalchemy

- BuildRequires:  python-fedmsg-meta-fedora-infrastructure

- BuildRequires:  python-nose

+ BuildRequires:  python2-sqlalchemy

+ BuildRequires:  python2-fedmsg-meta-fedora-infrastructure

+ BuildRequires:  python2-nose

  

  Requires:       statscache-common >= 0.0.2

- Requires:       python-sqlalchemy

- Requires:       python-fedmsg-meta-fedora-infrastructure

- Requires:       python-nose

+ Requires:       python2-sqlalchemy

+ Requires:       python2-fedmsg-meta-fedora-infrastructure

+ Requires:       python2-nose

  

  %description

  Plugins for statscache daemon.
@@ -49,6 +49,10 @@ 

  %{python2_sitelib}/%{modname}-%{version}-py%{pyver}.egg-info/

  

  %changelog

+ * Thu Feb 01 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.0.2-6

+ - Update Python 2 dependency declarations to new packaging standards

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

+ 

  * Fri Aug 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 0.0.2-5

  - Add a build-time dependency on python2-devel

  

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 kevin

6 years ago