Accepting request 1003076 from home:bmwiedemann:branches:devel:languages:python:Factory

- Add bpo34990-2038-problem-compileall.patch making compileall.py
  compliant with year 2038 (bsc#1202666, gh#python/cpython#79171),
  backport of fix to Python 2.7.

OBS-URL: https://build.opensuse.org/request/show/1003076
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=332
This commit is contained in:
2022-09-15 07:46:07 +00:00
committed by Git OBS Bridge
parent de85457a6c
commit eb3f10bd75
7 changed files with 169 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 13 04:06:02 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
- Add bpo34990-2038-problem-compileall.patch making compileall.py
compliant with year 2038 (bsc#1202666, gh#python/cpython#79171),
backport of fix to Python 2.7.
-------------------------------------------------------------------
Wed Sep 7 04:46:44 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>