#1 Update Python 2 dependency declarations to new packaging standards
Merged 6 years ago by mcepl. Opened 6 years ago by ishcherb.
rpms/ ishcherb/gen-oath-safe pyambiguous  into  master

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

  Name:           gen-oath-safe

  Version:        0.10.1

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Script for generating HOTP/TOTP keys (and QR code)

  

  License:        MIT
@@ -8,7 +8,7 @@ 

  Source0:        https://github.com/mcepl/gen-oath-safe/archive/%{version}/%{name}-%{version}.tar.gz

  BuildArch:      noarch

  

- Requires:       openssl qrencode file caca-utils python

+ Requires:       openssl qrencode file caca-utils python2

  

  %description

  This script creates appropriate keys and QR codes for setting up custom
@@ -40,6 +40,10 @@ 

  

  

  %changelog

+ * Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.10.1-3

+ - Update Python 2 dependency declarations to new packaging standards

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

+ 

  * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2

  - 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 mcepl

6 years ago