#2 Update Python macros to new packaging standards
Closed 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/python-bottle py2macros  into  master

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

  

  Name:           python-%{srcname}

  Version:        0.12.13

- Release:        5%{?dist}

+ Release:        6%{?dist}

  Summary:        Fast and simple WSGI-framework for small web-applications

  

  Group:          Development/Languages
@@ -68,7 +68,7 @@ 

  %files -n python2-%{srcname}

  %license LICENSE

  %doc AUTHORS README.rst

- %{python_sitelib}/*

+ %{python2_sitelib}/*

  

  %files -n python%{python3_pkgversion}-%{srcname}

  %license LICENSE
@@ -78,6 +78,10 @@ 

  %{python3_sitelib}/*.py

  

  %changelog

+ * Tue Jul 17 2018 Miro Hrončok <mhroncok@redhat.com> - 0.12.13-6

+ - Update Python macros to new packaging standards

+   (See https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package)

+ 

  * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.13-5

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

  

This package uses macros with ambiguous python.

According to Fedora Packaging guidelines for Python, packages must use macros with either python2 or python3.

This PR is part of Fedora's Change Move /usr/bin/python into a separate package.

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 and build it.
For Koji scratch build please see simple-koji-ci result.

This PR was opened automatically, for source code see here

Pull-Request has been closed by churchyard

5 years ago