Remodel python-3.3.0b1-fix_date_time_compiler.patch

It should be upstreamable (make it dependent on the environment variable
$UNVERSIONED_COMPILER; gh#python/cpython#144121).
This commit is contained in:
2026-01-21 19:11:22 +01:00
parent 09dd0917b6
commit 766a2fa6d3
4 changed files with 42 additions and 17 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 21 18:02:37 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
- Remodel python-3.3.0b1-fix_date_time_compiler.patch to be
upstreamable (make it dependent on the environment variable
$UNVERSIONED_COMPILER; gh#python/cpython#144121).
-------------------------------------------------------------------
Fri Jan 9 10:41:47 UTC 2026 - Matej Cepl <mcepl@cepl.eu>