This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jim Zajkowski
Recipients Jim Zajkowski, ned.deily, ronaldoussoren
Date 2015-06-24.19:12:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435173121.58.0.153613185242.issue24502@psf.upfronthosting.co.za>
In-reply-to
Content
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>
History
Date User Action Args
2015-06-24 19:12:01Jim Zajkowskisetrecipients: + Jim Zajkowski, ronaldoussoren, ned.deily
2015-06-24 19:12:01Jim Zajkowskisetmessageid: <1435173121.58.0.153613185242.issue24502@psf.upfronthosting.co.za>
2015-06-24 19:12:01Jim Zajkowskilinkissue24502 messages
2015-06-24 19:12:01Jim Zajkowskicreate