[Bug 526126] Review Request: python3 - Python 3.x (backwards incompatible version)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=526126

--- Comment #73 from James Antill <james.antill@xxxxxxxxxx> 2010-01-11 23:46:39 EST ---
Also note:

% cat /tmp/python-abi-wtf.py
#! /usr/bin/python -tt

import yum

yb=yum.YumBase()
for pkg in sorted(yb.pkgSack.returnPackages()):
    for req in pkg.requires_print:
        if not req.startswith("python(abi)"): continue
        if req == "python(abi) = 2.6": continue
        print pkg.repo.id,pkg,req
% sudo python /tmp/python-abi-wtf.py
Loaded plugins: local, presto
fedora cobbler-2.0.0-1.fc12.noarch python(abi) >= 2.6
fedora cobbler-web-2.0.0-1.fc12.noarch python(abi) >= 2.6
rpmfusion-free compat-python24-imaging-1.1.6-4.fc11.x86_64 python(abi) = 2.4
rpmfusion-free compat-python24-libxml2-2.7.6-1.fc12.x86_64 python(abi) = 2.4
fedora koan-2.0.0-1.fc12.noarch python(abi) >= 2.6
fedora revisor-cli-2.1.8-1.fc12.noarch python(abi) >= 2.4
updates revisor-cli-2.1.10-3.fc12.noarch python(abi) >= 2.4
fedora ris-linux-0.4-6.fc12.noarch python(abi) >= 2.1

...what yum does with >= is much less well defined, but you'll probably be fine
... and most of the above are probably bugs anyway (Eg. revisor-cli also has a
Requires: python(abi) = 2.6).
 But I'd save the above script and run it periodically to make sure no one does
anything weird you aren't expecting (being a trail blazer and all :).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]