churchyard / rpms / python3

Forked from rpms/python3 6 years ago
Clone

7eb10c8 3.2a1

Authored and Committed by dmalcolm 13 years ago
    3.2a1
    
    * Sat Aug 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-0.0.a1
    - 3.2a1; add alphatag
    - rework %%files in the light of PEP 3147 (__pycache__)
    - drop our configuration patch to Setup.dist (patch 0): setup.py should do a
    better job of things, and the %%files explicitly lists our modules (r82746
    appears to break the old way of doing things).  This leads to various modules
    changing from "foomodule.so" to "foo.so".  It also leads to the optimized build
    dropping the _sha1, _sha256 and _sha512 modules, but these are provided by
    _hashlib; _weakref becomes a builtin module; xxsubtype goes away (it's only for
    testing/devel purposes)
    - fixup patches 3, 4, 6, 8, 102, 103, 105, 111 for the rebase
    - remove upstream patches: 7 (system expat), 106, 107, 108 (audioop reformat
    plus CVE-2010-1634 and CVE-2010-2089), 109 (CVE-2008-5983)
    - add machinery for rebuilding "configure" and friends, using the correct
    version of autoconf (patch 300)
    - patch the debug build's usage of COUNT_ALLOCS to be less verbose (patch 125)
    - "modulator" was removed upstream
    - drop "-b" from patch applications affecting .py files to avoid littering the
    installation tree
    
        
file modified
+1 -0
file removed
-226
python-3.2a1-apply-our-changes-to-expected-shebang-for-test_imp.patch python-3.1.1-apply-our-changes-to-expected-shebang-for-test_imp.patch
file renamed
+5 -4
python-3.2a1-debug-build.patch python-3.1.2-debug-build.patch
file renamed
+81 -66
python-3.2a1-fix-parallel-make.patch python-3.1-fix-parallel-make.patch
file renamed
+6 -7
python-3.2a1-lib64.patch python-3.1.1-lib64.patch
file renamed
+43 -61
python-3.2a1-no-static-lib.patch python-3.1.1-no-static-lib.patch
file renamed
+9 -9
python-3.2a1-remove-mimeaudio-tests.patch python-3.1.1-remove-mimeaudio-tests.patch
file renamed
+6 -4
python-3.2a1-statvfs-f_flag-constants.patch python-2.6.5-statvfs-f_flag-constants.patch
file renamed
+18 -33
python-3.2a1-systemtap.patch python-3.1.1-systemtap.patch
file renamed
+50 -150
file modified
+204 -120
file modified
+1 -1