#1 Update Python 2 dependency declarations to new packaging standards
Closed 6 years ago by robert. Opened 6 years ago by ishcherb.
rpms/ ishcherb/beecrypt pyambiguous  into  master

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

  Summary:	An open source cryptography library

  Name:		beecrypt

  Version:	4.2.1

- Release:	19%{?dist}

+ Release:	20%{?dist}

  License:	LGPLv2+

  Group:		System Environment/Libraries

  URL:		http://beecrypt.sourceforge.net/
@@ -12,7 +12,7 @@ 

  Patch1:		beecrypt-4.2.1-no-c++.patch

  BuildRequires:	autoconf, automake, libtool

  BuildRequires:	tetex-dvips, tetex-latex, graphviz

- BuildRequires:	doxygen, m4, python-devel

+ BuildRequires:	doxygen, m4, python2-devel

  Obsoletes:	beecrypt-java <= 4.1.2-3

  

  %description
@@ -101,6 +101,10 @@ 

  %{python_sitelib}/_bc.so

  

  %changelog

+ * Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 4.2.1-20

+ - Update Python 2 dependency declarations to new packaging standards

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

+ 

  * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-19

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_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

rebased onto ddc315f

6 years ago

rebased onto e1d8367

6 years ago

Refusing this patch in favor of commit 431d9e6 due to the fact that just renaming from python-devel to python2-devel is not enough to make the software actually building using /usr/bin/python2 rather /usr/bin/python.

Pull-Request has been closed by robert

6 years ago

thanks for fixing /usr/bin/python invocation as well!