[New-bugs-announce] [issue24502] OS X 2.7 package has zeros for version numbers in sub-packages

Jim Zajkowski report at bugs.python.org
Wed Jun 24 21:12:01 CEST 2015


New submission from Jim Zajkowski:

The 2.7.0 download has zeros as version numbers on the .pkgs inside the metapackage, which leads to the package database showing an installed version of 0.

e.g.:

m-jamesez-darthpro:Downloads jamesez$ pkgutil --info org.python.Python.PythonApplications-2.7
package-id: org.python.Python.PythonApplications-2.7
version: 0
volume: /
location: Applications
install-time: 1435172997

This is from the Distribution file in your package:

    <pkg-ref id="org.python.Python.PythonFramework-2.7" version="0" auth="Root" onConclusion="none" installKBytes="49396">#Python_Framework.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonApplications-2.7" version="0" auth="Root" onConclusion="none" installKBytes="1859">#Python_Applications.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonUnixTools-2.7" version="0" auth="Root" onConclusion="none" installKBytes="14">#Python_Command_Line_Tools.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonDocumentation-2.7" version="0" auth="Root" onConclusion="none" installKBytes="31469">#Python_Documentation.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonProfileChanges-2.7" version="0" auth="Root" onConclusion="none" installKBytes="0">#Python_Shell_Profile_Updater.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonInstallPip-2.7" version="0" auth="Root" onConclusion="none" installKBytes="0">#Python_Install_Pip.pkg</pkg-ref>

----------
components: Installation, Macintosh
messages: 245769
nosy: Jim Zajkowski, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: OS X 2.7 package has zeros for version numbers in sub-packages
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24502>
_______________________________________


More information about the New-bugs-announce mailing list