Commit Graph

820 Commits

Author SHA1 Message Date
dmalcolm da0826ad3b - 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)
2010-03-25 20:38:13 +00:00
dmalcolm 485fd76f7f refresh gdb hooks to v3 (reworking how they are packaged) 2010-03-24 19:57:26 +00:00
dmalcolm eeb0b9ba0c - 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)
2010-03-21 21:07:31 +00:00
dmalcolm 536a207750 fix typo in libpython.stp (rhbz:575336) 2010-03-20 15:18:41 +00:00
dmalcolm 71040c91d3 - add pyfuntop.stp example (source 7)
- convert usage of $$RPM_BUILD_ROOT to %%{buildroot} throughout, for
    consistency with python.spec
2010-03-12 22:40:23 +00:00
tomspur 3d86c8fa80 rebuild for new version of redhat-rpm-config 2010-02-15 13:59:41 +00:00
dmalcolm c969609dfe - 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)
2010-02-12 21:38:52 +00:00
dmalcolm d5a5bf3c65 - 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)
2010-02-09 03:51:42 +00:00
dmalcolm b2154fa79e - add gdb hooks for easier debugging (Source 4) 2010-02-08 20:41:07 +00:00
dmalcolm 1ae4dd3f5e - 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"
2010-01-28 19:56:39 +00:00
dmalcolm 4aab458c04 - 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
2010-01-28 19:09:18 +00:00
dmalcolm 113725aa70 - 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)
2010-01-25 18:44:42 +00:00
dmalcolm d5d2307015 - 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)
2010-01-22 22:00:30 +00:00
dmalcolm 6a82c1949a - move lib2to3 from -tools subpackage to main package (bug 556667) 2010-01-20 16:01:25 +00:00
dmalcolm aa4aef22cc - patch Makefile.pre.in to avoid building static library (patch 6, bug
556092)
2010-01-18 17:59:07 +00:00
dmalcolm 6859f23088 - use the %%{_isa} macro to ensure that the python-devel dependency on
python is for the correct multilib arch (#555943)
- delete bundled copy of libffi to make sure we use the system one
2010-01-16 01:20:39 +00:00
dmalcolm a9e268f9c6 - 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
2010-01-15 21:08:54 +00:00
dmalcolm 37de6741fa - replace references to /usr with %%{_prefix}; replace references to
/usr/include with %%{_includedir} (Toshio)
2010-01-13 22:33:42 +00:00
dmalcolm a3483f912e Initial import (from python3-3.1.1-13) 2010-01-13 21:25:18 +00:00
Jason ティビツ 533ae8c505 Setup of module python3 2010-01-13 20:39:58 +00:00