| |
| |
| |
| %{!?scl:%global pkg_name %{name}} |
| %{?scl:%scl_package python} |
| |
| %{?scl:%global _turn_off_bytecompile 1} |
| |
| %global pybasever 3.3 |
| |
| |
| %global pyshortver 33 |
| |
| %global pylibdir %{_libdir}/python%{pybasever} |
| %global dynload_dir %{pylibdir}/lib-dynload |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| %global ABIFLAGS_optimized m |
| %global ABIFLAGS_debug dm |
| |
| %global LDVERSION_optimized %{pybasever}%{ABIFLAGS_optimized} |
| %global LDVERSION_debug %{pybasever}%{ABIFLAGS_debug} |
| |
| %global SOABI_optimized cpython-%{pyshortver}%{ABIFLAGS_optimized} |
| %global SOABI_debug cpython-%{pyshortver}%{ABIFLAGS_debug} |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| %global bytecode_suffixes .cpython-33.py? |
| |
| |
| |
| |
| |
| |
| |
| |
| %global py_SOVERSION 1.0 |
| %global py_INSTSONAME_optimized libpython%{LDVERSION_optimized}.so.%{py_SOVERSION} |
| %global py_INSTSONAME_debug libpython%{LDVERSION_debug}.so.%{py_SOVERSION} |
| |
| %global with_debug_build 1 |
| |
| %global with_gdb_hooks 1 |
| |
| %global with_systemtap 1 |
| |
| |
| %ifarch %{ix86} x86_64 ppc ppc64 s390x |
| %global with_valgrind 1 |
| %else |
| %global with_valgrind 0 |
| %endif |
| |
| %global with_gdbm 1 |
| |
| |
| %global with_computed_gotos yes |
| |
| |
| %global run_selftest_suite 1 |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| %global __os_install_post /usr/lib/rpm/brp-%{?scl:scl-}compress %{?_scl_root} \ |
| %{!?__debug_package:/usr/lib/rpm/redhat/brp-strip %{__strip}} \ |
| /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \ |
| /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} \ |
| /usr/lib/rpm/redhat/brp-python-hardlink |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| %global regenerate_autotooling_patch 0 |
| |
| |
| |
| |
| |
| Summary: Version 3 of the Python programming language aka Python 3000 |
| Name: %{?scl_prefix}python |
| Version: %{pybasever}.2 |
| Release: 16%{?dist} |
| License: Python |
| Group: Development/Languages |
| |
| |
| |
| |
| |
| |
| |
| |
| %{?scl:BuildRequires: %{scl}-runtime} |
| BuildRequires: autoconf |
| BuildRequires: bluez-libs-devel |
| BuildRequires: bzip2 |
| BuildRequires: bzip2-devel |
| |
| |
| |
| BuildRequires: expat-devel |
| BuildRequires: findutils |
| BuildRequires: gcc-c++ |
| %if %{with_gdbm} |
| BuildRequires: gdbm-devel |
| %endif |
| BuildRequires: glibc-devel |
| BuildRequires: gmp-devel |
| BuildRequires: libdb-devel |
| BuildRequires: libffi-devel |
| BuildRequires: libGL-devel |
| BuildRequires: libX11-devel |
| BuildRequires: ncurses-devel |
| BuildRequires: openssl-devel |
| BuildRequires: pkgconfig |
| BuildRequires: readline-devel |
| BuildRequires: sqlite-devel |
| |
| %if 0%{?with_systemtap} |
| BuildRequires: systemtap-sdt-devel |
| |
| |
| %global tapsetdir %{_datadir}/systemtap/tapset |
| %endif |
| |
| BuildRequires: tar |
| BuildRequires: tcl-devel |
| BuildRequires: tix-devel |
| BuildRequires: tk-devel |
| |
| %if 0%{?with_valgrind} |
| BuildRequires: valgrind-devel |
| %endif |
| |
| BuildRequires: xz-devel |
| BuildRequires: zlib-devel |
| |
| |
| |
| |
| |
| |
| Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz |
| |
| |
| |
| Source2: macros.python3 |
| |
| |
| |
| |
| Source3: macros.pybytecompile |
| |
| |
| |
| |
| Source5: libpython.stp |
| |
| |
| |
| Source6: systemtap-example.stp |
| |
| |
| |
| Source7: pyfuntop.stp |
| |
| |
| |
| Source8: pythondeps-scl-33.sh |
| |
| |
| Source9: brp-python-bytecompile-with-scl-python-33 |
| |
| |
| |
| |
| Patch1: Python-3.1.1-rpath.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch55: 00055-systemtap.patch |
| |
| Patch102: python-3.3.0b1-lib64.patch |
| |
| |
| |
| |
| Patch104: 00104-lib64-fix-for-test_install.patch |
| |
| |
| |
| |
| |
| Patch111: 00111-no-static-lib.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch113: 00113-more-configuration-flags.patch |
| |
| |
| |
| |
| |
| Patch114: 00114-statvfs-f_flag-constants.patch |
| |
| |
| |
| |
| |
| |
| |
| Patch125: 00125-less-verbose-COUNT_ALLOCS.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch129: python-3.2.1-fix-test-subprocess-with-nonreadable-path-dir.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch131: 00131-disable-tests-in-test_io.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch132: 00132-add-rpmbuild-hooks-to-unittest.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch134: 00134-fix-COUNT_ALLOCS-failure-in-test_sys.patch |
| |
| |
| |
| |
| |
| |
| Patch135: 00135-fix-test-within-test_weakref-in-debug-build.patch |
| |
| |
| |
| |
| |
| |
| |
| Patch137: 00137-skip-distutils-tests-that-fail-in-rpmbuild.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch139: 00139-skip-test_float-known-failure-on-arm.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch141: 00141-fix-test_gc_with_COUNT_ALLOCS.patch |
| |
| |
| |
| Patch142: 00142-skip-failing-pty-tests-in-rpmbuild.patch |
| |
| |
| |
| |
| |
| Patch143: 00143-tsc-on-ppc.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch146: 00146-hashlib-fips.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch150: 00150-disable-rAssertAlmostEqual-cmath-on-ppc.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch153: 00153-fix-test_gdb-noise.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch155: 00155-avoid-ctypes-thunks.patch |
| |
| |
| |
| |
| |
| |
| Patch156: 00156-gdb-autoload-safepath.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch157: 00157-uid-gid-overflows.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch160: 00160-disable-test_fs_holes-in-rpm-build.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch163: 00163-disable-parts-of-test_socket-in-rpm-build.patch |
| |
| |
| |
| |
| |
| Patch164: 00164-disable-interrupted_write-tests-on-ppc.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch170: 00170-gc-assertions.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch173: 00173-workaround-ENOPROTOOPT-in-bind_port.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch177: 00177-platform-unicode.patch |
| |
| |
| |
| |
| |
| Patch178: 00178-dont-duplicate-flags-in-sysconfig.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch179: 00179-dont-raise-error-on-gdb-corrupted-frames-in-backtrace.patch |
| |
| |
| |
| |
| Patch180: 00180-python-add-support-for-ppc64p7.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch183: 00183-cve-2013-2099-fix-ssl-match_hostname-dos.patch |
| |
| |
| |
| Patch184: 00184-gettext-plural-fix.patch |
| |
| |
| |
| |
| Patch185: 00185-CVE-2013-4238-hostname-check-bypass-in-SSL-module.patch |
| |
| |
| |
| |
| |
| Patch186: 00186-fix-memory-leak-in-gdbm.patch |
| |
| |
| |
| |
| |
| |
| |
| Patch187: 00187-ctypes-should-build-with-libffi-multilib-wrapper.patch |
| |
| |
| |
| |
| |
| |
| |
| Patch188: 00188-dont-raise-from-py_compile.patch |
| |
| |
| |
| |
| |
| Patch189: 00189-fix-leak-in-listxattr.patch |
| |
| |
| |
| |
| |
| |
| |
| Patch237: 00237-CVE-2016-0772-smtplib.patch |
| |
| |
| |
| |
| |
| |
| |
| Patch238: 00238-CVE-2016-5699-http-client.patch |
| |
| |
| |
| |
| |
| |
| |
| Patch242: 00242-CVE-2016-1000110-httpoxy.patch |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Patch5000: 05000-autotool-intermediates.patch |
| |
| BuildRoot: %{_tmppath}/%{name}-%{version}-root |
| |
| |
| |
| |
| |
| URL: http://www.python.org/ |
| |
| |
| %{?scl:%filter_from_requires s|python(abi)|%{?scl_prefix}python(abi)|g} |
| %{?scl:%filter_from_provides s|pkgconfig(|%{?scl_prefix}pkgconfig(|g} |
| %{?scl:%filter_from_provides s|/usr/lib.*/python||g} |
| %{?scl:%filter_setup} |
| |
| |
| Provides: %{?scl_prefix}python(abi) = %{pybasever} |
| |
| Requires: %{?scl_prefix}%{pkg_name}-libs%{?_isa} = %{version}-%{release} |
| %{?scl:Requires: %{scl}-runtime} |
| |
| %description |
| Python 3 is a new version of the language that is incompatible with the 2.x |
| line of releases. The language is mostly the same, but many details, especially |
| how built-in objects like dictionaries and strings work, have changed |
| considerably, and a lot of deprecated features have finally been removed. |
| |
| %package libs |
| Summary: Python 3 runtime libraries |
| Group: Development/Libraries |
| %{?scl:Requires: %{scl}-runtime} |
| |
| |
| |
| |
| |
| |
| |
| Requires: expat |
| |
| %description libs |
| This package contains files used to embed Python 3 into applications. |
| |
| %package devel |
| Summary: Libraries and header files needed for Python 3 development |
| Group: Development/Libraries |
| Requires: %{?scl_prefix}%{pkg_name}%{?_isa} = %{version}-%{release} |
| Conflicts: %{?scl_prefix}%{pkg_name} < %{version}-%{release} |
| |
| %description devel |
| This package contains libraries and header files used to build applications |
| with and native libraries for Python 3 |
| |
| %package tools |
| Summary: A collection of tools included with Python 3 |
| Group: Development/Tools |
| Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} |
| Requires: %{?scl_prefix}%{pkg_name}-tkinter = %{version}-%{release} |
| |
| %description tools |
| This package contains several tools included with Python 3 |
| |
| %package tkinter |
| Summary: A GUI toolkit for Python 3 |
| Group: Development/Languages |
| Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} |
| |
| %description tkinter |
| The Tkinter (Tk interface) program is an graphical user interface for |
| the Python scripting language. |
| |
| %package test |
| Summary: The test modules from the main python 3 package |
| Group: Development/Languages |
| Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} |
| Requires: %{?scl_prefix}%{pkg_name}-tools = %{version}-%{release} |
| |
| %description test |
| The test modules from the main %{name} package. |
| These are in a separate package to save space, as they are almost never used |
| in production. |
| |
| You might want to install the python3-test package if you're developing |
| python 3 code that uses more than just unittest and/or test_support.py. |
| |
| %if 0%{?with_debug_build} |
| %package debug |
| Summary: Debug version of the Python 3 runtime |
| Group: Applications/System |
| |
| |
| |
| |
| Requires: %{?scl_prefix}%{pkg_name}%{?_isa} = %{version}-%{release} |
| Requires: %{?scl_prefix}%{pkg_name}-libs%{?_isa} = %{version}-%{release} |
| Requires: %{?scl_prefix}%{pkg_name}-devel%{?_isa} = %{version}-%{release} |
| Requires: %{?scl_prefix}%{pkg_name}-test%{?_isa} = %{version}-%{release} |
| Requires: %{?scl_prefix}%{pkg_name}-tkinter%{?_isa} = %{version}-%{release} |
| Requires: %{?scl_prefix}%{pkg_name}-tools%{?_isa} = %{version}-%{release} |
| |
| %description debug |
| python3-debug provides a version of the Python 3 runtime with numerous debugging |
| features enabled, aimed at advanced Python users, such as developers of Python |
| extension modules. |
| |
| This version uses more memory and will be slower than the regular Python 3 build, |
| but is useful for tracking down reference-counting issues, and other bugs. |
| |
| The bytecodes are unchanged, so that .pyc files are compatible between the two |
| versions of Python 3, but the debugging features mean that C/C++ extension |
| modules are ABI-incompatible with those built for the standard runtime. |
| |
| It shares installation directories with the standard Python 3 runtime, so that |
| .py and .pyc files can be shared. All compiled extension modules gain a "_d" |
| suffix ("foo_d.so" rather than "foo.so") so that each Python 3 implementation |
| can load its own extensions. |
| %endif |
| |
| |
| |
| |
| |
| %prep |
| %setup -q -n Python-%{version} |
| |
| %if 0%{?with_systemtap} |
| |
| cp -a %{SOURCE6} . |
| cp -a %{SOURCE7} . |
| %endif |
| |
| |
| |
| |
| rm -r Modules/expat || exit 1 |
| |
| |
| for SUBDIR in darwin libffi libffi_arm_wince libffi_msvc libffi_osx ; do |
| rm -r Modules/_ctypes/$SUBDIR || exit 1 ; |
| done |
| |
| |
| rm -r Modules/zlib || exit 1 |
| |
| |
| |
| |
| |
| |
| for f in md5module.c sha1module.c sha256module.c sha512module.c; do |
| rm Modules/$f |
| done |
| |
| |
| |
| |
| %patch1 -p1 |
| |
| |
| %if 0%{?with_systemtap} |
| %patch55 -p1 -b .systemtap |
| %endif |
| |
| %if "%{_lib}" == "lib64" |
| %patch102 -p1 |
| %patch104 -p1 |
| %endif |
| |
| |
| %patch111 -p1 |
| |
| %patch113 -p1 |
| %patch114 -p1 |
| |
| %patch125 -p1 -b .less-verbose-COUNT_ALLOCS |
| |
| %patch129 -p1 |
| |
| %ifarch ppc ppc64 |
| %patch131 -p1 |
| %endif |
| |
| %patch132 -p1 |
| |
| %patch134 -p1 |
| %patch135 -p1 |
| |
| %patch137 -p1 |
| |
| %ifarch %{arm} |
| %patch139 -p1 |
| %endif |
| |
| %patch141 -p1 |
| %patch142 -p1 |
| %patch143 -p1 -b .tsc-on-ppc |
| |
| |
| %patch146 -p1 |
| |
| |
| |
| %ifarch ppc ppc64 |
| %patch150 -p1 |
| %endif |
| |
| |
| %patch153 -p0 |
| |
| %patch155 -p1 |
| %patch156 -p1 |
| %patch157 -p1 |
| |
| |
| %patch160 -p1 |
| |
| |
| %patch163 -p1 |
| %ifarch ppc ppc64 |
| %patch164 -p1 |
| %endif |
| |
| |
| |
| |
| |
| %patch170 -p0 |
| |
| |
| %patch173 -p1 |
| |
| |
| |
| %patch177 -p1 |
| %patch178 -p1 |
| %patch179 -p1 |
| %patch180 -p1 |
| |
| |
| %patch183 -p1 |
| %patch184 -p1 |
| %patch185 -p1 |
| %patch186 -p0 |
| %patch187 -p1 |
| %patch188 -p1 |
| %patch189 -p1 |
| %patch237 -p1 |
| %patch238 -p1 |
| %patch242 -p1 |
| |
| |
| |
| |
| |
| |
| |
| sed --in-place \ |
| --expression="s|http://docs.python.org/library|http://docs.python.org/%{pybasever}/library|g" \ |
| Lib/pydoc.py || exit 1 |
| |
| %if ! 0%{regenerate_autotooling_patch} |
| |
| |
| %patch5000 -p0 -b .autotool-intermediates |
| %endif |
| |
| |
| |
| |
| |
| |
| %build |
| export topdir=$(pwd) |
| export CFLAGS="-I%{_includedir}$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC -fwrapv" |
| export CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC -fwrapv" |
| export CPPFLAGS="-I%{_includedir}`pkg-config --cflags-only-I libffi`" |
| export OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC -fwrapv" |
| export LINKCC="gcc" |
| export CFLAGS="$CFLAGS `pkg-config --cflags openssl`" |
| export LDFLAGS="-L%{_libdir} $RPM_LD_FLAGS `pkg-config --libs-only-L openssl`" |
| |
| %if 0%{regenerate_autotooling_patch} |
| |
| |
| |
| |
| |
| |
| |
| for f in pyconfig.h.in configure ; do |
| cp $f $f.autotool-intermediates ; |
| done |
| |
| |
| PATH=~/autoconf-2.65/bin:$PATH autoreconf |
| |
| |
| gendiff . .autotool-intermediates > %{PATCH5000} |
| |
| |
| |
| exit 1 |
| %endif |
| |
| |
| |
| BuildPython() { |
| ConfName=$1 |
| BinaryName=$2 |
| SymlinkName=$3 |
| ExtraConfigArgs=$4 |
| PathFixWithThisBinary=$5 |
| MoreCFlags=$6 |
| |
| ConfDir=build/$ConfName |
| |
| echo STARTING: BUILD OF PYTHON FOR CONFIGURATION: $ConfName - %{_bindir}/$BinaryName |
| mkdir -p $ConfDir |
| |
| pushd $ConfDir |
| |
| |
| %global _configure $topdir/configure |
| |
| %configure \ |
| --enable-ipv6 \ |
| --enable-shared \ |
| --with-computed-gotos=%{with_computed_gotos} \ |
| --with-dbmliborder=gdbm:ndbm:bdb \ |
| --with-system-expat \ |
| --with-system-ffi \ |
| %if 0%{?with_systemtap} |
| --with-systemtap \ |
| %endif |
| %if 0%{?with_valgrind} |
| --with-valgrind \ |
| %endif |
| $ExtraConfigArgs \ |
| %{nil} |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| make EXTRA_CFLAGS="$CFLAGS $MoreCFlags" %{?_smp_mflags} |
| |
| popd |
| echo FINISHED: BUILD OF PYTHON FOR CONFIGURATION: $ConfDir |
| } |
| export -f BuildPython |
| |
| |
| |
| %{?scl:scl enable %scl - << \EOF} |
| %if 0%{?with_debug_build} |
| BuildPython debug \ |
| python-debug \ |
| python%{pybasever}-debug \ |
| %ifarch %{ix86} x86_64 ppc ppc64 |
| "--with-pydebug --with-tsc --with-count-allocs --with-call-profile" \ |
| %else |
| "--with-pydebug --with-count-allocs --with-call-profile" \ |
| %endif |
| false \ |
| -O1 |
| %endif |
| |
| BuildPython optimized \ |
| python \ |
| python%{pybasever} \ |
| "" \ |
| true |
| %{?scl:EOF} |
| |
| |
| |
| |
| |
| %install |
| topdir=$(pwd) |
| rm -fr %{buildroot} |
| mkdir -p %{buildroot}%{_prefix} %{buildroot}%{_mandir} |
| |
| |
| %{?scl:mkdir -p %{buildroot}%{_root_prefix}/lib/rpm/redhat} |
| %{?scl:cp -a %{SOURCE8} %{buildroot}%{_root_prefix}/lib/rpm} |
| %{?scl:cp -a %{SOURCE9} %{buildroot}%{_root_prefix}/lib/rpm/redhat} |
| |
| InstallPython() { |
| |
| ConfName=$1 |
| PyInstSoName=$2 |
| MoreCFlags=$3 |
| |
| ConfDir=build/$ConfName |
| |
| echo STARTING: INSTALL OF PYTHON FOR CONFIGURATION: $ConfName |
| mkdir -p $ConfDir |
| |
| pushd $ConfDir |
| |
| make install DESTDIR=%{buildroot} INSTALL="install -p" EXTRA_CFLAGS="$MoreCFlags" |
| |
| popd |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| %if 0%{?with_gdb_hooks} |
| DirHoldingGdbPy=%{?scl:%_root_prefix}%{!?scl:%_prefix}/lib/debug/%{_libdir} |
| PathOfGdbPy=$DirHoldingGdbPy/$PyInstSoName.debug-gdb.py |
| |
| mkdir -p %{buildroot}$DirHoldingGdbPy |
| cp Tools/gdb/libpython.py %{buildroot}$PathOfGdbPy |
| %endif |
| |
| echo FINISHED: INSTALL OF PYTHON FOR CONFIGURATION: $ConfName |
| } |
| |
| |
| |
| |
| %if 0%{?with_debug_build} |
| InstallPython debug \ |
| %{py_INSTSONAME_debug} \ |
| -O1 |
| %endif |
| |
| |
| InstallPython optimized \ |
| %{py_INSTSONAME_optimized} |
| |
| install -d -m 0755 ${RPM_BUILD_ROOT}%{pylibdir}/site-packages/__pycache__ |
| |
| ln -s %{_bindir}/2to3 ${RPM_BUILD_ROOT}%{_bindir}/python3-2to3 |
| |
| |
| install -m755 -d ${RPM_BUILD_ROOT}%{pylibdir}/Tools |
| install Tools/README ${RPM_BUILD_ROOT}%{pylibdir}/Tools/ |
| cp -ar Tools/freeze ${RPM_BUILD_ROOT}%{pylibdir}/Tools/ |
| cp -ar Tools/i18n ${RPM_BUILD_ROOT}%{pylibdir}/Tools/ |
| cp -ar Tools/pynche ${RPM_BUILD_ROOT}%{pylibdir}/Tools/ |
| cp -ar Tools/scripts ${RPM_BUILD_ROOT}%{pylibdir}/Tools/ |
| |
| |
| install -m755 -d %{buildroot}%{pylibdir}/Doc |
| cp -ar Doc/tools %{buildroot}%{pylibdir}/Doc/ |
| |
| |
| cp -ar Tools/demo %{buildroot}%{pylibdir}/Tools/ |
| |
| |
| rm -f %{buildroot}%{pylibdir}/email/test/data/audiotest.au %{buildroot}%{pylibdir}/test/audiotest.au |
| |
| %if "%{_lib}" == "lib64" |
| install -d -m 0755 %{buildroot}%{_prefix}/lib/python%{pybasever}/site-packages/__pycache__ |
| %endif |
| |
| |
| %global _pyconfig32_h pyconfig-32.h |
| %global _pyconfig64_h pyconfig-64.h |
| |
| %ifarch ppc64 s390x x86_64 ia64 alpha sparc64 |
| %global _pyconfig_h %{_pyconfig64_h} |
| %else |
| %global _pyconfig_h %{_pyconfig32_h} |
| %endif |
| |
| |
| %global ABIFLAGS_optimized m |
| %global ABIFLAGS_debug dm |
| |
| %global LDVERSION_optimized %{pybasever}%{ABIFLAGS_optimized} |
| %global LDVERSION_debug %{pybasever}%{ABIFLAGS_debug} |
| |
| %global SOABI_optimized cpython-%{pyshortver}%{ABIFLAGS_optimized} |
| %global SOABI_debug cpython-%{pyshortver}%{ABIFLAGS_debug} |
| |
| %if 0%{?with_debug_build} |
| %global PyIncludeDirs python%{LDVERSION_optimized} python%{LDVERSION_debug} |
| |
| %else |
| %global PyIncludeDirs python%{LDVERSION_optimized} |
| %endif |
| |
| for PyIncludeDir in %{PyIncludeDirs} ; do |
| mv %{buildroot}%{_includedir}/$PyIncludeDir/pyconfig.h \ |
| %{buildroot}%{_includedir}/$PyIncludeDir/%{_pyconfig_h} |
| cat > %{buildroot}%{_includedir}/$PyIncludeDir/pyconfig.h << EOF |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| EOF |
| done |
| |
| |
| |
| |
| |
| |
| |
| |
| sed -i -e "s/'pyconfig.h'/'%{_pyconfig_h}'/" \ |
| %{buildroot}%{pylibdir}/distutils/sysconfig.py \ |
| %{buildroot}%{pylibdir}/sysconfig.py |
| |
| |
| LD_LIBRARY_PATH=./build/optimized ./build/optimized/python \ |
| Tools/scripts/pathfix.py \ |
| -i "%{_bindir}/python%{pybasever}" \ |
| %{buildroot} |
| |
| |
| |
| find %{buildroot} -name \*.py \ |
| \( \( \! -perm /u+x,g+x,o+x -exec sed -e '/^ |
| -print -exec sed -i '1d' {} \; \) -o \( \ |
| -perm /u+x,g+x,o+x ! -exec grep -m 1 -q '^ |
| -exec chmod a-x {} \; \) \) |
| |
| |
| find %{buildroot} \ |
| \( -name \*.xbm -o -name \*.xpm -o -name \*.xpm.1 \) \ |
| -exec chmod a-x {} \; |
| |
| |
| chmod a-x \ |
| %{buildroot}%{pylibdir}/distutils/tests/Setup.sample \ |
| %{buildroot}%{pylibdir}/Tools/README |
| |
| |
| find %{buildroot} -name \*.bat -exec rm {} \; |
| |
| |
| find %{buildroot}/ -name "*~" -exec rm -f {} \; |
| find . -name "*~" -exec rm -f {} \; |
| rm -f %{buildroot}%{pylibdir}/LICENSE.txt |
| |
| rm -f ${RPM_BUILD_ROOT}/%{pylibdir}/idlelib/testcode.py* |
| |
| |
| rm -f %{buildroot}%{pylibdir}/test/test_imp.py.apply-our-changes-to-expected-shebang |
| |
| |
| find %{buildroot}/ -name \*.py -exec sed -i 's/\r//' {} \; |
| |
| |
| iconv -f iso8859-1 -t utf-8 %{buildroot}/%{pylibdir}/Demo/rpc/README > README.conv && mv -f README.conv %{buildroot}/%{pylibdir}/Demo/rpc/README |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| find %{buildroot} -type f -a -name "*.py" -print0 | \ |
| LD_LIBRARY_PATH="%{buildroot}%{dynload_dir}/:%{buildroot}%{_libdir}" \ |
| PYTHONPATH="%{buildroot}%{_libdir}/python%{pybasever} %{buildroot}/%{_libdir}python%{pybasever}/site-packages" \ |
| xargs -0 %{buildroot}%{_bindir}/python%{pybasever} -O -c 'import py_compile, sys; [py_compile.compile(f, dfile=f.partition("%{buildroot}")[2]) for f in sys.argv[1:]]' || : |
| |
| find %{buildroot} -type f -a -name "*.py" -print0 | \ |
| LD_LIBRARY_PATH="%{buildroot}%{dynload_dir}/:%{buildroot}%{_libdir}" \ |
| PYTHONPATH="%{buildroot}%{_libdir}/python%{pybasever} %{buildroot}/%{_libdir}python%{pybasever}/site-packages" \ |
| xargs -0 %{buildroot}%{_bindir}/python%{pybasever} -O -c 'import py_compile, sys; [py_compile.compile(f, dfile=f.partition("%{buildroot}")[2], optimize=0) for f in sys.argv[1:]]' || : |
| |
| |
| find %{buildroot} \ |
| -perm 555 -exec chmod 755 {} \; |
| |
| |
| mkdir -p %{buildroot}/%{?scl:%_root_sysconfdir}%{!?scl:%_sysconfdir}/rpm |
| install -m 644 %{SOURCE2} %{buildroot}/%{?scl:%_root_sysconfdir}%{!?scl:%_sysconfdir}/rpm |
| install -m 644 %{SOURCE3} %{buildroot}/%{?scl:%_root_sysconfdir}%{!?scl:%_sysconfdir}/rpm |
| |
| pushd %{buildroot}/%{?scl:%_root_sysconfdir}%{!?scl:%_sysconfdir} |
| find -type f -name 'macros.py*' -exec mv {} {}%{?scl:.%{scl}} \; |
| popd |
| %{?scl:sed -i 's|^\(%@scl@__python3\)|\1 %{_bindir}/python3|' %{buildroot}%{_root_sysconfdir}/rpm/macros.python3.%{scl}} |
| %{?scl:sed -i 's|@scl@|%{scl}|g' %{buildroot}%{_root_sysconfdir}/rpm/macros.python3.%{scl}} |
| |
| |
| |
| ldd %{buildroot}/%{dynload_dir}/_curses*.so \ |
| | grep curses \ |
| | grep libncurses.so && (echo "_curses.so linked against libncurses.so" ; exit 1) |
| |
| |
| |
| for Module in %{buildroot}/%{dynload_dir}/*.so ; do |
| case $Module in |
| *.%{SOABI_debug}) |
| ldd $Module | grep %{py_INSTSONAME_optimized} && |
| (echo Debug module $Module linked against optimized %{py_INSTSONAME_optimized} ; exit 1) |
| |
| ;; |
| *.%{SOABI_optimized}) |
| ldd $Module | grep %{py_INSTSONAME_debug} && |
| (echo Optimized module $Module linked against debug %{py_INSTSONAME_debug} ; exit 1) |
| ;; |
| esac |
| done |
| |
| |
| |
| |
| %if 0%{?with_debug_build} |
| ln -s \ |
| %{_bindir}/python%{LDVERSION_debug} \ |
| %{buildroot}%{_bindir}/python3-debug |
| %endif |
| |
| |
| |
| |
| %if 0%{?with_systemtap} |
| |
| |
| mkdir -p %{buildroot}%{tapsetdir} |
| %ifarch ppc64 s390x x86_64 ia64 alpha sparc64 |
| %global libpython_stp_optimized libpython%{pybasever}-64.stp |
| %global libpython_stp_debug libpython%{pybasever}-debug-64.stp |
| %else |
| %global libpython_stp_optimized libpython%{pybasever}-32.stp |
| %global libpython_stp_debug libpython%{pybasever}-debug-32.stp |
| %endif |
| |
| sed \ |
| -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_optimized}|" \ |
| %{_sourcedir}/libpython.stp \ |
| > %{buildroot}%{tapsetdir}/%{libpython_stp_optimized} |
| |
| %if 0%{?with_debug_build} |
| |
| |
| |
| sed \ |
| -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_debug}|" \ |
| -e 's|"python3"|"python3-debug"|' \ |
| %{_sourcedir}/libpython.stp \ |
| > %{buildroot}%{tapsetdir}/%{libpython_stp_debug} |
| %endif |
| |
| %endif |
| |
| |
| pushd %{buildroot}%{_bindir} |
| for versioned_binary in idle3 pydoc3 python3-2to3 python3 python3-config; do |
| non_versioned_binary=$(echo $versioned_binary | sed -e 's/python3/python/' -e 's/idle3/idle/' -e 's/pydoc3/pydoc/') |
| ln -s $versioned_binary $non_versioned_binary |
| done |
| %if 0%{?with_debug_build} |
| ln -s python3-debug python-debug |
| %endif |
| popd |
| |
| |
| pushd %{buildroot}%{_libdir}/pkgconfig |
| ln -s python3.pc python.pc |
| popd |
| |
| |
| cp %{buildroot}%{_mandir}/man1/python%{pybasever}.1 %{buildroot}%{_mandir}/man1/python.1 |
| |
| |
| |
| |
| |
| %check |
| export topdir=$(pwd) |
| |
| |
| |
| |
| |
| |
| |
| mv Lib/test/test_gdb.py Lib/test/test_gdb.py.notest |
| CheckPython() { |
| ConfName=$1 |
| ConfDir=$(pwd)/build/$ConfName |
| |
| echo STARTING: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName |
| |
| |
| |
| |
| |
| |
| |
| |
| WITHIN_PYTHON_RPM_BUILD= \ |
| LD_LIBRARY_PATH="-L%{_libdir}:$ConfDir" $ConfDir/python -m test.regrtest \ |
| --verbose --findleaks |
| |
| echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName |
| |
| } |
| export -f CheckPython |
| |
| %if 0%{run_selftest_suite} |
| |
| %{?scl:scl enable %scl - << \EOF} |
| |
| %if 0%{?with_debug_build} |
| CheckPython debug |
| %endif |
| CheckPython optimized |
| %{?scl:EOF} |
| |
| %endif |
| |
| |
| |
| |
| |
| |
| %clean |
| rm -fr %{buildroot} |
| |
| |
| |
| |
| |
| |
| %post libs -p /sbin/ldconfig |
| |
| %postun libs -p /sbin/ldconfig |
| |
| |
| |
| %files |
| %defattr(-, root, root) |
| %doc LICENSE README |
| %{_bindir}/pydoc* |
| %{_bindir}/python |
| %{_bindir}/python3 |
| %{_bindir}/python%{pybasever} |
| %{_bindir}/python%{pybasever}m |
| %{_bindir}/pyvenv |
| %{_bindir}/pyvenv-3.3 |
| %{_mandir}/*/* |
| |
| %files libs |
| %defattr(-,root,root,-) |
| %doc LICENSE README |
| %dir %{pylibdir} |
| %dir %{dynload_dir} |
| %{dynload_dir}/_bisect.%{SOABI_optimized}.so |
| %{dynload_dir}/_bz2.%{SOABI_optimized}.so |
| %{dynload_dir}/_codecs_cn.%{SOABI_optimized}.so |
| %{dynload_dir}/_codecs_hk.%{SOABI_optimized}.so |
| %{dynload_dir}/_codecs_iso2022.%{SOABI_optimized}.so |
| %{dynload_dir}/_codecs_jp.%{SOABI_optimized}.so |
| %{dynload_dir}/_codecs_kr.%{SOABI_optimized}.so |
| %{dynload_dir}/_codecs_tw.%{SOABI_optimized}.so |
| %{dynload_dir}/_crypt.%{SOABI_optimized}.so |
| %{dynload_dir}/_csv.%{SOABI_optimized}.so |
| %{dynload_dir}/_ctypes.%{SOABI_optimized}.so |
| %{dynload_dir}/_curses.%{SOABI_optimized}.so |
| %{dynload_dir}/_curses_panel.%{SOABI_optimized}.so |
| %{dynload_dir}/_dbm.%{SOABI_optimized}.so |
| %{dynload_dir}/_decimal.%{SOABI_optimized}.so |
| %{dynload_dir}/_elementtree.%{SOABI_optimized}.so |
| %if %{with_gdbm} |
| %{dynload_dir}/_gdbm.%{SOABI_optimized}.so |
| %endif |
| %{dynload_dir}/_hashlib.%{SOABI_optimized}.so |
| %{dynload_dir}/_heapq.%{SOABI_optimized}.so |
| %{dynload_dir}/_json.%{SOABI_optimized}.so |
| %{dynload_dir}/_lsprof.%{SOABI_optimized}.so |
| %{dynload_dir}/_lzma.%{SOABI_optimized}.so |
| %{dynload_dir}/_multibytecodec.%{SOABI_optimized}.so |
| %{dynload_dir}/_multiprocessing.%{SOABI_optimized}.so |
| %{dynload_dir}/_pickle.%{SOABI_optimized}.so |
| %{dynload_dir}/_posixsubprocess.%{SOABI_optimized}.so |
| %{dynload_dir}/_random.%{SOABI_optimized}.so |
| %{dynload_dir}/_socket.%{SOABI_optimized}.so |
| %{dynload_dir}/_sqlite3.%{SOABI_optimized}.so |
| %{dynload_dir}/_ssl.%{SOABI_optimized}.so |
| %{dynload_dir}/_struct.%{SOABI_optimized}.so |
| %{dynload_dir}/array.%{SOABI_optimized}.so |
| %{dynload_dir}/atexit.%{SOABI_optimized}.so |
| %{dynload_dir}/audioop.%{SOABI_optimized}.so |
| %{dynload_dir}/binascii.%{SOABI_optimized}.so |
| %{dynload_dir}/cmath.%{SOABI_optimized}.so |
| %{dynload_dir}/_datetime.%{SOABI_optimized}.so |
| %{dynload_dir}/fcntl.%{SOABI_optimized}.so |
| %{dynload_dir}/grp.%{SOABI_optimized}.so |
| %{dynload_dir}/math.%{SOABI_optimized}.so |
| %{dynload_dir}/mmap.%{SOABI_optimized}.so |
| %{dynload_dir}/nis.%{SOABI_optimized}.so |
| %{dynload_dir}/ossaudiodev.%{SOABI_optimized}.so |
| %{dynload_dir}/parser.%{SOABI_optimized}.so |
| %{dynload_dir}/pyexpat.%{SOABI_optimized}.so |
| %{dynload_dir}/readline.%{SOABI_optimized}.so |
| %{dynload_dir}/resource.%{SOABI_optimized}.so |
| %{dynload_dir}/select.%{SOABI_optimized}.so |
| %{dynload_dir}/spwd.%{SOABI_optimized}.so |
| %{dynload_dir}/syslog.%{SOABI_optimized}.so |
| %{dynload_dir}/termios.%{SOABI_optimized}.so |
| %{dynload_dir}/time.%{SOABI_optimized}.so |
| %{dynload_dir}/unicodedata.%{SOABI_optimized}.so |
| %{dynload_dir}/xxlimited.%{SOABI_optimized}.so |
| %{dynload_dir}/zlib.%{SOABI_optimized}.so |
| |
| %dir %{pylibdir}/site-packages/ |
| %dir %{pylibdir}/site-packages/__pycache__/ |
| %{pylibdir}/site-packages/README |
| %{pylibdir}/*.py |
| %dir %{pylibdir}/__pycache__/ |
| %{pylibdir}/__pycache__/*%{bytecode_suffixes} |
| |
| %dir %{pylibdir}/collections/ |
| %dir %{pylibdir}/collections/__pycache__/ |
| %{pylibdir}/collections/*.py |
| %{pylibdir}/collections/__pycache__/*%{bytecode_suffixes} |
| |
| %dir %{pylibdir}/concurrent/ |
| %dir %{pylibdir}/concurrent/__pycache__/ |
| %{pylibdir}/concurrent/*.py |
| %{pylibdir}/concurrent/__pycache__/*%{bytecode_suffixes} |
| |
| %dir %{pylibdir}/concurrent/futures/ |
| %dir %{pylibdir}/concurrent/futures/__pycache__/ |
| %{pylibdir}/concurrent/futures/*.py |
| %{pylibdir}/concurrent/futures/__pycache__/*%{bytecode_suffixes} |
| |
| %dir %{pylibdir}/ctypes/ |
| %dir %{pylibdir}/ctypes/__pycache__/ |
| %{pylibdir}/ctypes/*.py |
| %{pylibdir}/ctypes/__pycache__/*%{bytecode_suffixes} |
| %{pylibdir}/ctypes/macholib |
| |
| %{pylibdir}/curses |
| |
| %dir %{pylibdir}/dbm/ |
| %dir %{pylibdir}/dbm/__pycache__/ |
| %{pylibdir}/dbm/*.py |
| %{pylibdir}/dbm/__pycache__/*%{bytecode_suffixes} |
| |
| %dir %{pylibdir}/distutils/ |
| %dir %{pylibdir}/distutils/__pycache__/ |
| %{pylibdir}/distutils/*.py |
| %{pylibdir}/distutils/__pycache__/*%{bytecode_suffixes} |
| %{pylibdir}/distutils/README |
| %{pylibdir}/distutils/command |
| |
| %dir %{pylibdir}/email/ |
| %dir %{pylibdir}/email/__pycache__/ |
| %{pylibdir}/email/*.py |
| %{pylibdir}/email/__pycache__/*%{bytecode_suffixes} |
| %{pylibdir}/email/mime |
| %doc %{pylibdir}/email/architecture.rst |
| |
| %{pylibdir}/encodings |
| %{pylibdir}/html |
| %{pylibdir}/http |
| %{pylibdir}/idlelib |
| |
| %dir %{pylibdir}/importlib/ |
| %dir %{pylibdir}/importlib/__pycache__/ |
| %{pylibdir}/importlib/*.py |
| %{pylibdir}/importlib/__pycache__/*%{bytecode_suffixes} |
| |
| %dir %{pylibdir}/json/ |
| %dir %{pylibdir}/json/__pycache__/ |
| %{pylibdir}/json/*.py |
| %{pylibdir}/json/__pycache__/*%{bytecode_suffixes} |
| |
| %{pylibdir}/lib2to3 |
| %exclude %{pylibdir}/lib2to3/tests |
| %{pylibdir}/logging |
| %{pylibdir}/multiprocessing |
| %{pylibdir}/plat-linux |
| %{pylibdir}/pydoc_data |
| |
| %dir %{pylibdir}/sqlite3/ |
| %dir %{pylibdir}/sqlite3/__pycache__/ |
| %{pylibdir}/sqlite3/*.py |
| %{pylibdir}/sqlite3/__pycache__/*%{bytecode_suffixes} |
| |
| %dir %{pylibdir}/test/ |
| %dir %{pylibdir}/test/__pycache__/ |
| %{pylibdir}/test/__init__.py |
| %{pylibdir}/test/support.py |
| %{pylibdir}/test/__pycache__/__init__%{bytecode_suffixes} |
| %{pylibdir}/test/__pycache__/support%{bytecode_suffixes} |
| |
| %exclude %{pylibdir}/turtle.py |
| %exclude %{pylibdir}/__pycache__/turtle*%{bytecode_suffixes} |
| |
| %dir %{pylibdir}/unittest/ |
| %dir %{pylibdir}/unittest/__pycache__/ |
| %{pylibdir}/unittest/*.py |
| %{pylibdir}/unittest/__pycache__/*%{bytecode_suffixes} |
| |
| %{pylibdir}/urllib |
| |
| %dir %{pylibdir}/venv/ |
| %dir %{pylibdir}/venv/__pycache__/ |
| %{pylibdir}/venv/*.py |
| %{pylibdir}/venv/__pycache__/*%{bytecode_suffixes} |
| %{pylibdir}/venv/scripts |
| |
| %{pylibdir}/wsgiref |
| %{pylibdir}/xml |
| %{pylibdir}/xmlrpc |
| |
| %if "%{_lib}" == "lib64" |
| %attr(0755,root,root) %dir %{_prefix}/lib/python%{pybasever} |
| %attr(0755,root,root) %dir %{_prefix}/lib/python%{pybasever}/site-packages |
| %attr(0755,root,root) %dir %{_prefix}/lib/python%{pybasever}/site-packages/__pycache__/ |
| %endif |
| |
| |
| |
| |
| %dir %{pylibdir}/config-%{LDVERSION_optimized}/ |
| %{pylibdir}/config-%{LDVERSION_optimized}/Makefile |
| %dir %{_includedir}/python%{LDVERSION_optimized}/ |
| %{_includedir}/python%{LDVERSION_optimized}/%{_pyconfig_h} |
| |
| %{_libdir}/%{py_INSTSONAME_optimized} |
| %{_libdir}/libpython3.so |
| %if 0%{?with_systemtap} |
| %{?scl:%dir %{_datadir}/systemtap} |
| %{?scl:%dir %{tapsetdir}} |
| %{tapsetdir}/%{libpython_stp_optimized} |
| %doc systemtap-example.stp pyfuntop.stp |
| %endif |
| |
| %files devel |
| %defattr(-,root,root) |
| %{?scl:%{_root_prefix}/lib/rpm/pythondeps-scl-33.sh} |
| %{?scl:%{_root_prefix}/lib/rpm/redhat/brp-python-bytecompile-with-scl-python-33} |
| %{pylibdir}/config-%{LDVERSION_optimized}/* |
| %exclude %{pylibdir}/config-%{LDVERSION_optimized}/Makefile |
| %{_includedir}/python%{LDVERSION_optimized}/*.h |
| %exclude %{_includedir}/python%{LDVERSION_optimized}/%{_pyconfig_h} |
| %doc Misc/README.valgrind Misc/valgrind-python.supp Misc/gdbinit |
| %{_bindir}/python-config |
| %{_bindir}/python3-config |
| %{_bindir}/python%{pybasever}-config |
| %{_bindir}/python%{LDVERSION_optimized}-config |
| %{_libdir}/libpython%{LDVERSION_optimized}.so |
| %{?scl:%dir %{_libdir}/pkgconfig} |
| %{_libdir}/pkgconfig/python-%{LDVERSION_optimized}.pc |
| %{_libdir}/pkgconfig/python-%{pybasever}.pc |
| %{_libdir}/pkgconfig/python.pc |
| %{_libdir}/pkgconfig/python3.pc |
| %config(noreplace) %{?scl:%_root_sysconfdir}%{!?scl:%_sysconfdir}/rpm/macros.python3%{?scl:.%{scl}} |
| %config(noreplace) %{?scl:%_root_sysconfdir}%{!?scl:%_sysconfdir}/rpm/macros.pybytecompile%{?scl:.%{scl}} |
| |
| %files tools |
| %defattr(-,root,root,755) |
| |
| %{_bindir}/python-2to3 |
| %{_bindir}/python3-2to3 |
| %{_bindir}/2to3 |
| %{_bindir}/2to3-%{pybasever} |
| %{_bindir}/idle* |
| %{pylibdir}/Tools |
| %doc %{pylibdir}/Doc |
| |
| %files tkinter |
| %defattr(-,root,root,755) |
| %{pylibdir}/tkinter |
| %exclude %{pylibdir}/tkinter/test |
| %{dynload_dir}/_tkinter.%{SOABI_optimized}.so |
| %{pylibdir}/turtle.py |
| %{pylibdir}/__pycache__/turtle*%{bytecode_suffixes} |
| %dir %{pylibdir}/turtledemo |
| %{pylibdir}/turtledemo/*.py |
| %{pylibdir}/turtledemo/*.txt |
| %{pylibdir}/turtledemo/*.cfg |
| %dir %{pylibdir}/turtledemo/__pycache__/ |
| %{pylibdir}/turtledemo/__pycache__/*%{bytecode_suffixes} |
| |
| %files test |
| %defattr(-, root, root) |
| %{pylibdir}/ctypes/test |
| %{pylibdir}/distutils/tests |
| %{pylibdir}/sqlite3/test |
| %{pylibdir}/test |
| %{dynload_dir}/_ctypes_test.%{SOABI_optimized}.so |
| %{dynload_dir}/_testbuffer.%{SOABI_optimized}.so |
| %{dynload_dir}/_testcapi.%{SOABI_optimized}.so |
| %{pylibdir}/lib2to3/tests |
| %{pylibdir}/tkinter/test |
| %{pylibdir}/unittest/test |
| |
| |
| |
| |
| |
| |
| |
| |
| %if 0%{?with_debug_build} |
| %files debug |
| %defattr(-,root,root,-) |
| |
| |
| %{_bindir}/python%{LDVERSION_debug} |
| %{_bindir}/python-debug |
| %{_bindir}/python3-debug |
| |
| |
| |
| %{dynload_dir}/_bisect.%{SOABI_debug}.so |
| %{dynload_dir}/_bz2.%{SOABI_debug}.so |
| %{dynload_dir}/_codecs_cn.%{SOABI_debug}.so |
| %{dynload_dir}/_codecs_hk.%{SOABI_debug}.so |
| %{dynload_dir}/_codecs_iso2022.%{SOABI_debug}.so |
| %{dynload_dir}/_codecs_jp.%{SOABI_debug}.so |
| %{dynload_dir}/_codecs_kr.%{SOABI_debug}.so |
| %{dynload_dir}/_codecs_tw.%{SOABI_debug}.so |
| %{dynload_dir}/_crypt.%{SOABI_debug}.so |
| %{dynload_dir}/_csv.%{SOABI_debug}.so |
| %{dynload_dir}/_ctypes.%{SOABI_debug}.so |
| %{dynload_dir}/_curses.%{SOABI_debug}.so |
| %{dynload_dir}/_curses_panel.%{SOABI_debug}.so |
| %{dynload_dir}/_dbm.%{SOABI_debug}.so |
| %{dynload_dir}/_decimal.%{SOABI_debug}.so |
| %{dynload_dir}/_elementtree.%{SOABI_debug}.so |
| %if %{with_gdbm} |
| %{dynload_dir}/_gdbm.%{SOABI_debug}.so |
| %endif |
| %{dynload_dir}/_hashlib.%{SOABI_debug}.so |
| %{dynload_dir}/_heapq.%{SOABI_debug}.so |
| %{dynload_dir}/_json.%{SOABI_debug}.so |
| %{dynload_dir}/_lsprof.%{SOABI_debug}.so |
| %{dynload_dir}/_lzma.%{SOABI_debug}.so |
| %{dynload_dir}/_multibytecodec.%{SOABI_debug}.so |
| %{dynload_dir}/_multiprocessing.%{SOABI_debug}.so |
| %{dynload_dir}/_pickle.%{SOABI_debug}.so |
| %{dynload_dir}/_posixsubprocess.%{SOABI_debug}.so |
| %{dynload_dir}/_random.%{SOABI_debug}.so |
| %{dynload_dir}/_socket.%{SOABI_debug}.so |
| %{dynload_dir}/_sqlite3.%{SOABI_debug}.so |
| %{dynload_dir}/_ssl.%{SOABI_debug}.so |
| %{dynload_dir}/_struct.%{SOABI_debug}.so |
| %{dynload_dir}/array.%{SOABI_debug}.so |
| %{dynload_dir}/atexit.%{SOABI_debug}.so |
| %{dynload_dir}/audioop.%{SOABI_debug}.so |
| %{dynload_dir}/binascii.%{SOABI_debug}.so |
| %{dynload_dir}/cmath.%{SOABI_debug}.so |
| %{dynload_dir}/_datetime.%{SOABI_debug}.so |
| %{dynload_dir}/fcntl.%{SOABI_debug}.so |
| %{dynload_dir}/grp.%{SOABI_debug}.so |
| %{dynload_dir}/math.%{SOABI_debug}.so |
| %{dynload_dir}/mmap.%{SOABI_debug}.so |
| %{dynload_dir}/nis.%{SOABI_debug}.so |
| %{dynload_dir}/ossaudiodev.%{SOABI_debug}.so |
| %{dynload_dir}/parser.%{SOABI_debug}.so |
| %{dynload_dir}/pyexpat.%{SOABI_debug}.so |
| %{dynload_dir}/readline.%{SOABI_debug}.so |
| %{dynload_dir}/resource.%{SOABI_debug}.so |
| %{dynload_dir}/select.%{SOABI_debug}.so |
| %{dynload_dir}/spwd.%{SOABI_debug}.so |
| %{dynload_dir}/syslog.%{SOABI_debug}.so |
| %{dynload_dir}/termios.%{SOABI_debug}.so |
| %{dynload_dir}/time.%{SOABI_debug}.so |
| %{dynload_dir}/unicodedata.%{SOABI_debug}.so |
| %{dynload_dir}/zlib.%{SOABI_debug}.so |
| |
| |
| |
| |
| |
| %{_libdir}/%{py_INSTSONAME_debug} |
| %if 0%{?with_systemtap} |
| %{tapsetdir}/%{libpython_stp_debug} |
| %endif |
| |
| |
| %{pylibdir}/config-%{LDVERSION_debug} |
| %{_includedir}/python%{LDVERSION_debug} |
| %{_bindir}/python%{LDVERSION_debug}-config |
| %{_libdir}/libpython%{LDVERSION_debug}.so |
| %{_libdir}/pkgconfig/python-%{LDVERSION_debug}.pc |
| |
| |
| |
| |
| |
| |
| %{dynload_dir}/_tkinter.%{SOABI_debug}.so |
| |
| |
| %{dynload_dir}/_ctypes_test.%{SOABI_debug}.so |
| %{dynload_dir}/_testbuffer.%{SOABI_debug}.so |
| %{dynload_dir}/_testcapi.%{SOABI_debug}.so |
| |
| %endif |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| %changelog |
| * Fri Aug 05 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.3.2-16 |
| - Fix for CVE-2016-1000110 HTTPoxy attack |
| Resolves: rhbz |
| |
| * Fri Jul 08 2016 Tomas Orsava <torsava@redhat.com> - 3.3.2-15 |
| - Addendum for the Fix for CVE-2016-5699 (rhbz |
| Python 3.3 does not yet have functions fullmatch and subTest, |
| the patch was rewritten accordingly |
| Resolves: rhbz |
| |
| * Fri Jul 01 2016 Tomas Orsava <torsava@redhat.com> - 3.3.2-14 |
| - Addendum for the Fix for CVE-2016-0772 (rhbz |
| In this version of Python, smtplib has 644 permissons, not 755, |
| thus I modified the patch to expect this and not adjust the permissons. |
| Resolves: rhbz |
| |
| * Tue Jun 21 2016 Tomas Orsava <torsava@redhat.com> - 3.3.2-13 |
| - Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz |
| Raise an error when STARTTLS fails (upstream patch) |
| - Fix for CVE-2016-5699 python: http protocol steam injection attack (rhbz |
| Disabled HTTP header injections in http.client (upstream patch) |
| Resolves: rhbz |
| |
| * Thu Mar 20 2014 Matej Stuchlik <mstuchli@redhat.com> - 3.3.2-12 |
| - Create a "python" man page |
| Resolves: rhbz |
| |
| * Thu Mar 20 2014 Matej Stuchlik <mstuchli@redhat.com> - 3.3.2-11 |
| - Fix memory leak in os module |
| Resolves: rhbz |
| |
| * Mon Nov 25 2013 Robert Kuska <rkuska@redhat.com> - 3.3.2-10 |
| - Move unversioned python macros to metapackage |
| |
| * Sun Nov 24 2013 Robert Kuska <rkuska@redhat.com> - 3.3.2-9 |
| - Bytecompile all *.py files properly during build (rhbz |
| - Allow building depending packages with unversioned python macros |
| i.e. %%{__python} instead of %%{__python3} |
| |
| * Tue Nov 12 2013 Robert Kuska <rkuska@redhat.com> - 3.3.2-8 |
| - Fix memory leak in gdbm module (rhbz |
| - Make building depending collections on top of python33 easier |
| - Fix build with libffi containing multilib wrapper for ffi.h (rhbz |
| |
| * Thu Aug 15 2013 Matej Stuchlik <mstuchli@redhat.com> - 3.3.2-7 |
| - Added patch for CVE-2013-4238 (rhbz |
| |
| * Wed Jun 12 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.2-6 |
| - Fix __os_install_post to compress manfiles properly. |
| |
| * Mon Jun 10 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.2-5 |
| - Disable default bytecompilation during build, fixes rhbz |
| - Fix for gettext plural form headers, fixes rhbz |
| - Compile debug build libraries with -O1, fixes rhbz |
| - Print repr() in when C assert fails in debug build, fixes rhbz |
| |
| * Thu May 23 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.2-4 |
| - Own the pkgconfig dir and tapsetdir, these are not owned by any |
| the respective packages in SCL (rhbz |
| |
| * Thu May 23 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.2-3 |
| - Remove __root_bindir wrapper (rhbz |
| |
| * Mon May 20 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.2-2 |
| - Add patch for CVE-2013-2099 (rhbz |
| |
| * Mon May 20 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.2-1 |
| - Update to Python 3.3.2 (resync patches etc. with Fedora) |
| |
| * Thu May 09 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.1-1 |
| - Replace the @scl@ in macros.python3.python33 by %%{scl} |
| |
| * Thu May 09 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.1-1 |
| - Properly override require filtering of python(abi) to R: python33-python(abi) |
| |
| * Tue May 07 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.1-1 |
| - Update to Python 3.3.1. |
| - Actually add the rpm scripts. |
| |
| * Tue May 07 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.0-6 |
| - Move rpm scripts for scl to python-devel from metapackage. |
| |
| * Fri Jan 18 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.0-5 |
| - Revert the fix, the issue was due to using rhel 5 builders |
| but compiling against rhel 6 headers. |
| |
| * Thu Jan 17 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.0-4 |
| - Fix the bad utime nanoseconds kernel support, see patch1000 comment. |
| |
| * Tue Jan 08 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 3.3.0-3 |
| - Rebuilt for SCL. |
| |
| * Thu Nov 29 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.0-2 |
| - add BR on bluez-libs-devel (rhbz |
| |
| * Sat Sep 29 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.0-1 |
| - 3.3.0rc3 -> 3.3.0; drop alphatag |
| |
| * Mon Sep 24 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.0-0.6.rc3 |
| - 3.3.0rc2 -> 3.3.0rc3 |
| |
| * Mon Sep 10 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.0-0.5.rc2 |
| - 3.3.0rc1 -> 3.3.0rc2; refresh patch 55 |
| |
| * Mon Aug 27 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.0-0.4.rc1 |
| - 3.3.0b2 -> 3.3.0rc1; refresh patches 3, 55 |
| |
| * Mon Aug 13 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.0-0.3.b2 |
| - 3.3b1 -> 3.3b2; drop upstreamed patch 152; refresh patches 3, 102, 111, |
| 134, 153, 160; regenenerate autotools patch; rework systemtap patch to work |
| correctly when LANG=C (patch 55); importlib.test was moved to |
| test.test_importlib upstream |
| |
| * Mon Aug 13 2012 Karsten Hopp <karsten@redhat.com> 3.3.0-0.2.b1 |
| - disable some failing checks on PPC* (rhbz |
| |
| * Fri Aug 3 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.0-0.1.b1 |
| - 3.2 -> 3.3: https://fedoraproject.org/wiki/Features/Python_3.3 |
| - 3.3.0b1: refresh patches 3, 55, 102, 111, 113, 114, 134, 157; drop upstream |
| patch 147; regenenerate autotools patch; drop "--with-wide-unicode" from |
| configure (PEP 393); "plat-linux2" -> "plat-linux" (upstream issue 12326); |
| "bz2" -> "_bz2" and "crypt" -> "_crypt"; egg-info files are no longer shipped |
| for stdlib (upstream issues 10645 and 12218); email/test moved to |
| test/test_email; add /usr/bin/pyvenv[-3.3] and venv module (PEP 405); add |
| _decimal and _lzma modules; make collections modules explicit in payload again |
| (upstream issue 11085); add _testbuffer module to tests subpackage (added in |
| upstream commit 3f9b3b6f7ff0); fix test failures (patches 160 and 161); |
| workaround erroneously shared _sysconfigdata.py upstream issue |
| distutils.sysconfig traceback (patch 162); add BuildRequires: xz-devel (for |
| _lzma module); skip some tests within test_socket (patch 163) |
| |
| * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.3-11 |
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
| |
| * Fri Jul 20 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.0-0.1.b1 |
| |
| * Fri Jun 22 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-10 |
| - use macro for power64 (rhbz |
| |
| * Mon Jun 18 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-9 |
| - fix missing include in uid/gid handling patch (patch 157; rhbz |
| |
| * Wed May 30 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 3.2.3-8 |
| - fix tapset for debug build |
| |
| * Tue May 15 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-7 |
| - update uid/gid handling to avoid int overflows seen with uid/gid |
| values >= 2^31 on 32-bit architectures (patch 157; rhbz |
| |
| * Fri May 4 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-6 |
| - renumber autotools patch from 300 to 5000 |
| - specfile cleanups |
| |
| * Mon Apr 30 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-5 |
| - fix test_gdb.py (patch 156; rhbz |
| |
| * Fri Apr 20 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-4 |
| - avoid allocating thunks in ctypes unless absolutely necessary, to avoid |
| generating SELinux denials on "import ctypes" and "import uuid" when embedding |
| Python within httpd (patch 155; rhbz |
| |
| * Fri Apr 20 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-3 |
| - add explicit version requirements on expat to avoid linkage problems with |
| XML_SetHashSalt |
| |
| * Thu Apr 12 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-2 |
| - fix test_gdb (patch 153) |
| |
| * Wed Apr 11 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-1 |
| - 3.2.3; refresh patch 102 (lib64); drop upstream patches 148 (gdbm magic |
| values), 149 (__pycache__ fix); add patch 152 (test_gdb regex) |
| |
| * Thu Feb 9 2012 Thomas Spura <tomspur@fedoraproject.org> - 3.2.2-13 |
| - use newly installed python for byte compiling (now for real) |
| |
| * Sun Feb 5 2012 Thomas Spura <tomspur@fedoraproject.org> - 3.2.2-12 |
| - use newly installed python for byte compiling ( |
| |
| * Wed Jan 4 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.2.2-11 |
| - Build with $RPM_LD_FLAGS ( |
| - Use xz-compressed source tarball. |
| |
| * Wed Dec 07 2011 Karsten Hopp <karsten@redhat.com> 3.2.2-10 |
| - disable rAssertAlmostEqual in test_cmath on PPC ( |
| |
| * Mon Oct 17 2011 Rex Dieter <rdieter@fedoraproject.org> - 3.2.2-9 |
| - python3-devel missing autogenerated pkgconfig() provides ( |
| |
| * Mon Oct 10 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-8 |
| - cherrypick fix for distutils not using __pycache__ when byte-compiling |
| files (rhbz |
| |
| * Fri Sep 30 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-7 |
| - re-enable gdbm (patch 148; rhbz |
| |
| * Fri Sep 16 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-6 |
| - add a sys._debugmallocstats() function (patch 147) |
| |
| * Wed Sep 14 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-5 |
| - support OpenSSL FIPS mode in _hashlib and hashlib; don't build the _md5 and |
| _sha* modules, relying on _hashlib in hashlib (rhbz |
| |
| * Tue Sep 13 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-4 |
| - disable gdbm module to prepare for gdbm soname bump |
| |
| * Mon Sep 12 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-3 |
| - renumber and rename patches for consistency with python.spec (8 to 55, 106 |
| to 104, 6 to 111, 104 to 113, 105 to 114, 125, 131, 130 to 143) |
| |
| * Sat Sep 10 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-2 |
| - rewrite of "check", introducing downstream-only hooks for skipping specific |
| cases in an rpmbuild (patch 132), and fixing/skipping failing tests in a more |
| fine-grained manner than before; (patches 106, 133-142 sparsely, moving |
| patches for consistency with python.spec: 128 to 134, 126 to 135, 127 to 141) |
| |
| * Tue Sep 6 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-1 |
| - 3.2.2 |
| |
| * Thu Sep 1 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.1-7 |
| - run selftests with "--verbose" |
| - disable parts of test_io on ppc (rhbz |
| |
| * Wed Aug 31 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.1-6 |
| - use "--findleaks --verbose3" when running test suite |
| |
| * Tue Aug 23 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.1-5 |
| - re-enable and fix the --with-tsc option on ppc64, and rework it on 32-bit |
| ppc to avoid aliasing violations (patch 130; rhbz |
| |
| * Tue Aug 23 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.1-4 |
| - don't use --with-tsc on ppc64 debug builds (rhbz |
| |
| * Thu Aug 18 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.1-3 |
| - add %%python3_version to the rpm macros (rhbz |
| |
| * Mon Jul 11 2011 Dennis Gilmore <dennis@ausil.us> - 3.2.1-2 |
| - disable some tests on sparc arches |
| |
| * Mon Jul 11 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.1-1 |
| - 3.2.1; refresh lib64 patch (102), subprocess unit test patch (129), disabling |
| of static library build (due to Modules/_testembed; patch 6), autotool |
| intermediates (patch 300) |
| |
| * Fri Jul 8 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-5 |
| - use the gdb hooks from the upstream tarball, rather than keeping our own copy |
| |
| * Fri Jul 8 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-4 |
| - don't run test_openpty and test_pty in %%check |
| |
| * Fri Jul 8 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-3 |
| - cleanup of BuildRequires; add comment headings to specfile sections |
| |
| * Tue Apr 19 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-2 |
| - fix the libpython.stp systemtap tapset (rhbz |
| |
| * Mon Feb 21 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-1 |
| - 3.2 |
| - drop alphatag |
| - regenerate autotool patch |
| |
| * Mon Feb 14 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.13.rc3 |
| - add a /usr/bin/python3-debug symlink within the debug subpackage |
| |
| * Mon Feb 14 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.12.rc3 |
| - 3.2rc3 |
| - regenerate autotool patch |
| |
| * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-0.11.rc2 |
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
| |
| * Mon Jan 31 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.10.rc2 |
| - 3.2rc2 |
| |
| * Mon Jan 17 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.9.rc1 |
| - 3.2rc1 |
| - rework patch 6 (static lib removal) |
| - remove upstreamed patch 130 (ppc debug build) |
| - regenerate patch 300 (autotool intermediates) |
| - updated packaging to reflect upstream rewrite of "Demo" (issue 7962) |
| - added libpython3.so and 2to3-3.2 |
| |
| * Wed Jan 5 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.8.b2 |
| - set EXTRA_CFLAGS to our CFLAGS, rather than overriding OPT, fixing a linker |
| error with dynamic annotations (when configured using --with-valgrind) |
| - fix the ppc build of the debug configuration (patch 130; rhbz |
| |
| * Tue Jan 4 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.7.b2 |
| - add --with-valgrind to configuration (on architectures that support this) |
| |
| * Wed Dec 29 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-0.6.b2 |
| - work around test_subprocess failure seen in koji (patch 129) |
| |
| * Tue Dec 28 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-0.5.b2 |
| - 3.2b2 |
| - rework patch 3 (removal of mimeaudio tests), patch 6 (no static libs), |
| patch 8 (systemtap), patch 102 (lib64) |
| - remove patch 4 (rendered redundant by upstream r85537), patch 103 (PEP 3149), |
| patch 110 (upstreamed expat fix), patch 111 (parallel build fix for grammar |
| fixed upstream) |
| - regenerate patch 300 (autotool intermediates) |
| - workaround COUNT_ALLOCS weakref issues in test suite (patch 126, patch 127, |
| patch 128) |
| - stop using runtest.sh in %%check (dropped by upstream), replacing with |
| regrtest; fixup list of failing tests |
| - introduce "pyshortver", "SOABI_optimized" and "SOABI_debug" macros |
| - rework manifests of shared libraries to use "SOABI_" macros, reflecting |
| PEP 3149 |
| - drop itertools, operator and _collections modules from the manifests as py3k |
| commit r84058 moved these inside libpython; json/tests moved to test/json_tests |
| - move turtle code into the tkinter subpackage |
| |
| * Wed Nov 17 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-0.5.a1 |
| - fix sysconfig to not rely on the -devel subpackage (rhbz |
| |
| * Thu Sep 9 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-0.4.a1 |
| - move most of the content of the core package to the libs subpackage, given |
| that the libs aren't meaningfully usable without the standard libraries |
| |
| * Wed Sep 8 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-0.3.a1 |
| - Move test.support to core package (rhbz |
| - Add various missing __pycache__ directories to payload |
| |
| * Sun Aug 22 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2-0.2.a1 |
| - Add __pycache__ directory for site-packages |
| |
| * Sun Aug 22 2010 Thomas Spura <tomspur@fedoraproject.org> - 3.2-0.1.a1 |
| - on 64bit "stdlib" was still "/usr/lib/python*" (modify *lib64.patch) |
| - make find-provides-without-python-sonames.sh 64bit aware |
| |
| * 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 |
| |
| * Thu Aug 19 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.1.2-13 |
| - Turn on computed-gotos. |
| - Fix for parallel make and graminit.c |
| |
| * Fri Jul 2 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-12 |
| - rebuild |
| |
| * Fri Jul 2 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-11 |
| - Fix an incompatibility between pyexpat and the system expat-2.0.1 that led to |
| a segfault running test_pyexpat.py (patch 110; upstream issue 9054; rhbz |
| |
| * Fri Jun 4 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-10 |
| - ensure that the compiler is invoked with "-fwrapv" (rhbz |
| - reformat whitespace in audioop.c (patch 106) |
| - CVE-2010-1634: fix various integer overflow checks in the audioop |
| module (patch 107) |
| - CVE-2010-2089: further checks within the audioop module (patch 108) |
| - CVE-2008-5983: the new PySys_SetArgvEx entry point from r81399 (patch 109) |
| |
| * Thu May 27 2010 Dan Horák <dan[at]danny.cz> - 3.1.2-9 |
| - reading the timestamp counter is available only on some arches (see Python/ceval.c) |
| |
| * Wed May 26 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-8 |
| - add flags for statvfs.f_flag to the constant list in posixmodule (i.e. "os") |
| (patch 105) |
| |
| * Tue May 25 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-7 |
| - add configure-time support for COUNT_ALLOCS and CALL_PROFILE debug options |
| (patch 104); enable them and the WITH_TSC option within the debug build |
| |
| * Mon May 24 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-6 |
| - build and install two different configurations of Python 3: debug and |
| standard, packaging the debug build in a new "python3-debug" subpackage |
| (patch 103) |
| |
| * Tue Apr 13 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-5 |
| - exclude test_http_cookies when running selftests, due to hang seen on |
| http://koji.fedoraproject.org/koji/taskinfo?taskID=2088463 (cancelled after |
| 11 hours) |
| - update python-gdb.py from v5 to py3k version submitted upstream |
| |
| * Wed Mar 31 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-4 |
| - update python-gdb.py from v4 to v5 (improving performance and stability, |
| adding commands) |
| |
| * Thu Mar 25 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-3 |
| - update python-gdb.py from v3 to v4 (fixing infinite recursion on reference |
| cycles and tracebacks on bytes 0x80-0xff in strings, adding handlers for sets |
| and exceptions) |
| |
| * Wed Mar 24 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-2 |
| - refresh gdb hooks to v3 (reworking how they are packaged) |
| |
| * Sun Mar 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-1 |
| - update to 3.1.2: http://www.python.org/download/releases/3.1.2/ |
| - drop upstreamed patch 2 (.pyc permissions handling) |
| - drop upstream patch 5 (fix for the test_tk and test_ttk_* selftests) |
| - drop upstreamed patch 200 (path-fixing script) |
| |
| * Sat Mar 20 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-28 |
| - fix typo in libpython.stp (rhbz:575336) |
| |
| * Fri Mar 12 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-27 |
| - add pyfuntop.stp example (source 7) |
| - convert usage of $$RPM_BUILD_ROOT to %%{buildroot} throughout, for |
| consistency with python.spec |
| |
| * Mon Feb 15 2010 Thomas Spura <tomspur@fedoraproject.org> - 3.1.1-26 |
| - rebuild for new package of redhat-rpm-config (rhbz:564527) |
| - use 'install -p' when running 'make install' |
| |
| * Fri Feb 12 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-25 |
| - split configure options into multiple lines for easy of editing |
| - add systemtap static markers (wcohen, mjw, dmalcolm; patch 8), a systemtap |
| tapset defining "python.function.entry" and "python.function.return" to make |
| the markers easy to use (dmalcolm; source 5), and an example of using the |
| tapset to the docs (dmalcolm; source 6) (rhbz:545179) |
| |
| * Mon Feb 8 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-24 |
| - move the -gdb.py file from %%{_libdir}/INSTSONAME-gdb.py to |
| %%{_prefix}/lib/debug/%%{_libdir}/INSTSONAME.debug-gdb.py to avoid noise from |
| ldconfig (bug 562980), and which should also ensure it becomes part of the |
| debuginfo subpackage, rather than the libs subpackage |
| - introduce %%{py_SOVERSION} and %%{py_INSTSONAME} to reflect the upstream |
| configure script, and to avoid fragile scripts that try to figure this out |
| dynamically (e.g. for the -gdb.py change) |
| |
| * Mon Feb 8 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-23 |
| - add gdb hooks for easier debugging (Source 4) |
| |
| * Thu Jan 28 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-22 |
| - update python-3.1.1-config.patch to remove downstream customization of build |
| of pyexpat and elementtree modules |
| - add patch adapted from upstream (patch 7) to add support for building against |
| system expat; add --with-system-expat to "configure" invocation |
| - remove embedded copies of expat and zlib from source tree during "prep" |
| |
| * Mon Jan 25 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-21 |
| - introduce %%{dynload_dir} macro |
| - explicitly list all lib-dynload files, rather than dynamically gathering the |
| payload into a temporary text file, so that we can be sure what we are |
| shipping |
| - introduce a macros.pybytecompile source file, to help with packaging python3 |
| modules (Source3; written by Toshio) |
| - rename "2to3-3" to "python3-2to3" to better reflect python 3 module packaging |
| plans |
| |
| * Mon Jan 25 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-20 |
| - change python-3.1.1-config.patch to remove our downstream change to curses |
| configuration in Modules/Setup.dist, so that the curses modules are built using |
| setup.py with the downstream default (linking against libncursesw.so, rather |
| than libncurses.so), rather than within the Makefile; add a test to %%install |
| to verify the dso files that the curses module is linked against the correct |
| DSO (bug 539917; changes _cursesmodule.so -> _curses.so) |
| |
| * Fri Jan 22 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-19 |
| - add %%py3dir macro to macros.python3 (to be used during unified python 2/3 |
| builds for setting up the python3 copy of the source tree) |
| |
| * Wed Jan 20 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-18 |
| - move lib2to3 from -tools subpackage to main package (bug 556667) |
| |
| * Sun Jan 17 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-17 |
| - patch Makefile.pre.in to avoid building static library (patch 6, bug 556092) |
| |
| * Fri Jan 15 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-16 |
| - use the %%{_isa} macro to ensure that the python-devel dependency on python |
| is for the correct multilib arch ( |
| - delete bundled copy of libffi to make sure we use the system one |
| |
| * Fri Jan 15 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-15 |
| - fix the URLs output by pydoc so they point at python.org's 3.1 build of the |
| docs, rather than the 2.6 build |
| |
| * Wed Jan 13 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-14 |
| - replace references to /usr with %%{_prefix}; replace references to |
| /usr/include with %%{_includedir} (Toshio) |
| |
| * Mon Jan 11 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-13 |
| - fix permission on find-provides-without-python-sonames.sh from 775 to 755 |
| |
| * Mon Jan 11 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-12 |
| - remove build-time requirements on tix and tk, since we already have |
| build-time requirements on the -devel subpackages for each of these (Thomas |
| Spura) |
| - replace usage of %%define with %%global (Thomas Spura) |
| - remove forcing of CC=gcc as this old workaround for bug 109268 appears to |
| longer be necessary |
| - move various test files from the "tools"/"tkinter" subpackages to the "test" |
| subpackage |
| |
| * Thu Jan 7 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-11 |
| - add %%check section (thanks to Thomas Spura) |
| - update patch 4 to use correct shebang line |
| - get rid of stray patch file from buildroot |
| |
| * Tue Nov 17 2009 Andrew McNabb <amcnabb@mcnabbs.org> - 3.1.1-10 |
| - switched a few instances of "find |xargs" to "find -exec" for consistency. |
| - made the description of __os_install_post more accurate. |
| |
| * Wed Nov 4 2009 David Malcolm <dmalcolm@redhat.com> - 3.1.1-9 |
| - add macros.python3 to the -devel subpackage, containing common macros for use |
| when packaging python3 modules |
| |
| * Tue Nov 3 2009 David Malcolm <dmalcolm@redhat.com> - 3.1.1-8 |
| - add a provides of "python(abi)" (see bug 532118) |
| - fix issues identified by a.badger in package review (bug 526126, comment 39): |
| - use "3" thoughout metadata, rather than "3.*" |
| - remove conditional around "pkg-config openssl" |
| - use standard cleanup of RPM_BUILD_ROOT |
| - replace hardcoded references to /usr with _prefix macro |
| - stop removing egg-info files |
| - use /usr/bin/python3.1 rather than /use/bin/env python3.1 when fixing |
| up shebang lines |
| - stop attempting to remove no-longer-present .cvsignore files |
| - move the post/postun sections above the "files" sections |
| |
| * Thu Oct 29 2009 David Malcolm <dmalcolm@redhat.com> - 3.1.1-7 |
| - remove commented-away patch 51 (python-2.6-distutils_rpm.patch): the -O1 |
| flag is used by default in the upstream code |
| - "Makefile" and the config-32/64.h file are needed by distutils/sysconfig.py |
| _init_posix(), so we include them in the core package, along with their parent |
| directories (bug 531901) |
| |
| * Tue Oct 27 2009 David Malcolm <dmalcolm@redhat.com> - 3.1.1-6 |
| - reword description, based on suggestion by amcnabb |
| - fix the test_email and test_imp selftests (patch 3 and patch 4 respectively) |
| - fix the test_tk and test_ttk_* selftests (patch 5) |
| - fix up the specfile's handling of shebang/perms to avoid corrupting |
| test_httpservers.py (sed command suggested by amcnabb) |
| |
| * Thu Oct 22 2009 David Malcolm <dmalcolm@redhat.com> - 3.1.1-5 |
| - fixup importlib/_bootstrap.py so that it correctly handles being unable to |
| open .pyc files for writing (patch 2, upstream issue 7187) |
| - actually apply the rpath patch (patch 1) |
| |
| * Thu Oct 22 2009 David Malcolm <dmalcolm@redhat.com> - 3.1.1-4 |
| - update patch0's setup of the crypt module to link it against libcrypt |
| - update patch0 to comment "datetimemodule" back out, so that it is built |
| using setup.py (see Setup, option 3), thus linking it statically against |
| timemodule.c and thus avoiding a run-time "undefined symbol: |
| _PyTime_DoubleToTimet" failure on "import datetime" |
| |
| * Wed Oct 21 2009 David Malcolm <dmalcolm@redhat.com> - 3.1.1-3 |
| - remove executable flag from various files that shouldn't have it |
| - fix end-of-line encodings |
| - fix a character encoding |
| |
| * Tue Oct 20 2009 David Malcolm <dmalcolm@redhat.com> - 3.1.1-2 |
| - disable invocation of brp-python-bytecompile in postprocessing, since |
| it would be with the wrong version of python (adapted from ivazquez' |
| python3000 specfile) |
| - use a custom implementation of __find_provides in order to filter out bogus |
| provides lines for the various .so modules |
| - fixup distutils/unixccompiler.py to remove standard library path from rpath |
| (patch 1, was Patch0 in ivazquez' python3000 specfile) |
| - split out libraries into a -libs subpackage |
| - update summaries and descriptions, basing content on ivazquez' specfile |
| - fixup executable permissions on .py, .xpm and .xbm files, based on work in |
| ivazquez's specfile |
| - get rid of DOS batch files |
| - fixup permissions for shared libraries from non-standard 555 to standard 755 |
| - move /usr/bin/python*-config to the -devel subpackage |
| - mark various directories as being documentation |
| |
| * Thu Sep 24 2009 Andrew McNabb <amcnabb@mcnabbs.org> 3.1.1-1 |
| - Initial package for Python 3. |
| |