Commit Graph

8 Commits

Author SHA1 Message Date
Tomáš Hrnčiar 036d63f211 Update to 3.12.0b2 2023-06-08 11:29:08 +02:00
Tomáš Hrnčiar 8bed4bf373 Update to 3.12.0b1
This update enables budled pip, because in Fedora we don't have the
latest version yet.
See: https://src.fedoraproject.org/rpms/python-pip/pull-request/123#comment-142984
2023-05-25 14:53:49 +02:00
Tomáš Hrnčiar 1e78502d6d Update to 3.12.0a6 2023-03-08 09:56:50 +01:00
Tomáš Hrnčiar d0514d9a61 Update to 3.12.0a4 2023-01-11 10:52:12 +01:00
Tomáš Hrnčiar c12d924ecf Update to 3.12.0a2
Patches 389 and 390 merged upstream.

The distutils module was removed from Python 3.12:

- patch 1 removed, only patched distutils
  (the original rpath problem only affected numpy, numpy 1.23.4+ uses chrpath to fix it)
- patch 251 updated to remove the distutils hunk
  (which is already present in pypa/distutils ~ setuptools)

The debug _xxtestfuzz module was moved a bit in the list of files
when _testsinglephase was added, for consistency.

Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
2022-11-15 20:16:38 +01:00
Tomáš Hrnčiar 8003a07438 Initial Python 3.12 package forked from Python 3.11 2022-10-27 17:41:21 +02:00
Miro Hrončok 38b3f29b55 Update to 3.11.0rc2 2022-09-13 11:00:55 +02:00
Tomáš Hrnčiar 7ce324c29a Add patches #371 & #384
Clear and reset sqlite3 statements properly in cursor iternext (fixes rhbz#2099049)
Revert a problematic fix of threading._shutdown() again (fixes rhbz#2100282)
2022-06-24 12:22:45 +02:00