David Malcolm
08ca53faca
fix distutils.sysconfig traceback (patch 162)
2012-07-24 12:06:07 -04:00
David Malcolm
823581e851
renumber patches (158->160, 159->161) for consistency with python.spec
2012-07-24 11:21:34 -04:00
David Malcolm
8d03cf22c7
workaround erroneously shared _sysconfigdata.py upstream issue #14774
2012-07-24 06:12:06 -04:00
David Malcolm
c85d3fb5f1
fix bad patch 159
2012-07-23 15:09:13 -04:00
David Malcolm
6616179565
fix test_tools (patch 159)
2012-07-23 14:43:43 -04:00
David Malcolm
3b4dd24c42
fix test_posix (patch 158)
2012-07-23 14:05:53 -04:00
David Malcolm
a4dad5ac96
fix test_sys (patch 134)
2012-07-23 11:27:17 -04:00
Dennis Gilmore
99240249b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-21 06:37:12 -05:00
David Malcolm
1c94c1ae4e
3.3.0-0.1.b1: 3.2 -> 3.3
...
* Fri Jul 20 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)
2012-07-20 16:34:09 -04:00
David Malcolm
cc2383541f
3.2.3-10: use macro for power64 (rhbz#834653)
2012-06-22 13:43:37 -04:00
David Malcolm
a25ec0b524
3.2.3-9: fix missing include in uid/gid handling patch (patch 157; rhbz#830405)
2012-06-19 12:01:07 -04:00
Bohuslav Kabrda
f011cdc3fa
fix tapset for debug build
2012-06-07 10:35:31 +02:00
David Malcolm
7989368053
3.2.3-7: update uid/gid handling (patch 157; rhbz#697470)
...
* 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#697470)
2012-05-18 14:57:53 -04:00
David Malcolm
bbb50840b1
add notes on upstream status of various patches
2012-05-11 19:35:32 -04:00
David Malcolm
c04f314ee5
add link to upstream report for patch 147
2012-05-11 18:42:30 -04:00
David Malcolm
ecc5705ec8
reorder the %configure arguments (alphabetically) to help with python vs python3 diffs
2012-05-04 15:53:42 -04:00
David Malcolm
8cb91f09ce
3.2.3-6: renumber autotools patch from 300 to 5000
2012-05-04 15:42:31 -04:00
David Malcolm
6b34963600
add markers to make it easier to diff python.spec and python3.spec
2012-05-04 15:24:50 -04:00
David Malcolm
938d1d78ce
3.2.3-5: fix test_gdb.py (patch 156; rhbz#817072)
...
* Mon Apr 30 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-5
- fix test_gdb.py (patch 156; rhbz#817072)
2012-05-01 11:40:48 -04:00
David Malcolm
8a28107df1
3.2.3-4: avoid allocating thunks in ctypes unless absolutely necessary (patch 155; rhbz#814391)
...
* 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#814391)
2012-04-20 15:28:39 -04:00
David Malcolm
5974f19981
3.2.3-3: add explicit version requirements on expat to avoid linkage problems with XML_SetHashSalt
...
* 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
2012-04-20 15:24:24 -04:00
David Malcolm
3170c05485
3.2.3-2
...
* Thu Apr 12 2012 David Malcolm <dmalcolm@redhat.com> - 3.2.3-2
- fix test_gdb (patch 153)
2012-04-12 11:18:08 -04:00
David Malcolm
28856627bf
3.2.3-1
...
* 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)
2012-04-11 20:20:08 -04:00
Thomas Spura
ae2fc1c043
use newly installed python for byte compiling ( #787498 ) the macros.pybytecompile way
...
Signed-off-by: Thomas Spura <thomas.spura@gmail.com>
2012-02-09 22:21:07 +01:00
Thomas Spura
e6314e68e1
use newly installed python for byte compiling ( #787498 ) the macros.pybytecompile way
...
Signed-off-by: Thomas Spura <thomas.spura@gmail.com>
2012-02-06 11:28:14 +01:00
Thomas Spura
1c26b68ffe
use newly installed python for byte compiling ( #787498 )
...
Signed-off-by: Thomas Spura <thomas.spura@gmail.com>
2012-02-05 20:32:34 +01:00
Ville Skyttä
8a69a67643
Build with $RPM_LD_FLAGS ( #756863 ).
...
Use xz-compressed source tarball.
2012-01-04 22:15:40 +02:00
Karsten Hopp
1af13838fd
disable rAssertAlmostEqual in test_cmath on PPC ( #750811 )
2011-12-08 01:44:05 +01:00
Rex Dieter
8c9e381740
python3-devel missing autogenerated pkgconfig() provides ( #746751 )
...
In short, use
/usr/lib/rpm/redhat/find-provides
intead of
/usr/lib/rpm/find-provides
2011-10-17 13:48:14 -05:00
David Malcolm
e2a3db4ded
3.2.2-8: cherrypick fix for distutils not using __pycache__ when byte-compiling (rhbz#722578)
...
* 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#722578)
2011-10-10 17:14:54 -04:00
David Malcolm
9b8d221300
re-enable gdbm (patch 148; rhbz#742242)
...
* Fri Sep 30 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-7
- re-enable gdbm (patch 148; rhbz#742242)
2011-09-30 16:46:26 -04:00
David Malcolm
ab415c6cdd
add a sys._debugmallocstats() function (patch 147)
...
* Fri Sep 16 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-6
- add a sys._debugmallocstats() function (patch 147)
2011-09-16 19:28:20 -04:00
David Malcolm
b8f92b4cd5
support OpenSSL FIPS mode in _hashlib and hashlib
...
* 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#563986; patch 146)
2011-09-14 02:17:28 -04:00
David Malcolm
00fd884b35
fix builds that set with_debug_build to 0
2011-09-14 00:10:35 -04:00
David Malcolm
0d5c338c39
add note about python.spec's patch 145
2011-09-14 00:10:15 -04:00
David Malcolm
a5cef79f49
add a way to easily turn off the %check section
2011-09-14 00:09:45 -04:00
David Malcolm
5fe31d812a
disable gdbm module to prepare for gdbm soname bump
...
* Tue Sep 13 2011 David Malcolm <dmalcolm@redhat.com> - 3.2.2-4
- disable gdbm module to prepare for gdbm soname bump
2011-09-13 14:59:31 -04:00
David Malcolm
c923b51771
renumber and rename patches for consistency with python.spec
...
* 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)
2011-09-12 17:39:27 -04:00
David Malcolm
5a4896796b
minor fixes to reduce python/python3 delta
2011-09-10 08:23:40 -04:00
David Malcolm
0c8875f3f6
rewrite of %check: fine-grained test exclusions
...
* 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)
2011-09-10 07:59:22 -04:00
David Malcolm
06b3c5b484
3.2.2
2011-09-06 12:44:03 -04:00
David Malcolm
28391cb8f7
run selftests with "--verbose"; disable parts of test_io on ppc (rhbz#732998)
2011-09-01 18:43:09 -04:00
David Malcolm
d0528e355d
patch 130 now reported upstream
2011-08-31 17:57:50 -04:00
David Malcolm
9a778ac8c7
use "--findleaks --verbose3" when running test suite
2011-08-31 15:08:01 -04:00
David Malcolm
ceb359a69b
ppc --with-tsc fixes
...
re-enable and fix the --with-tsc option on ppc64, and rework it on
32-bit ppc to avoid aliasing violations (patch 129; rhbz#698726)
2011-08-23 16:48:59 -04:00
David Malcolm
4763ff864f
don't use --with-tsc on ppc64 debug builds (rhbz#698726)
2011-08-23 14:24:14 -04:00
David Malcolm
bd4f5e9a13
Fix comments within specfile (rhbz#732475)
2011-08-22 15:38:24 -04:00
David Malcolm
65e90f617b
add %python3_version to the rpm macros (rhbz#719082)
2011-08-18 14:17:41 -04:00
Dennis Gilmore
cdc1710678
disable failing tests on sparc
2011-07-11 21:18:56 -05:00
David Malcolm
cce760d4ac
3.2.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)
2011-07-11 12:04:52 -04:00