From 12a99ccde891c8479991d76a07c76fafc43d0de6eb1d9a59b2449880c095176d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 25 Sep 2020 10:22:45 +0000 Subject: [PATCH 1/2] Accepting request 837365 from home:dimstar:Factory - Buildrequire timezone only for general flavor. It's used in this flavor for the test suite. OBS-URL: https://build.opensuse.org/request/show/837365 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=30 --- python38.changes | 6 ++++++ python38.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python38.changes b/python38.changes index 887aeef..ba163fc 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 25 06:58:03 UTC 2020 - Dominique Leuenberger + +- Buildrequire timezone only for general flavor. It's used in this + flavor for the test suite. + ------------------------------------------------------------------- Tue Sep 1 10:16:34 UTC 2020 - Matej Cepl diff --git a/python38.spec b/python38.spec index 787fbdc..6381655 100644 --- a/python38.spec +++ b/python38.spec @@ -159,7 +159,6 @@ BuildRequires: lzma-devel BuildRequires: netcfg BuildRequires: openssl-devel BuildRequires: pkgconfig -BuildRequires: timezone BuildRequires: xz BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(expat) @@ -186,6 +185,7 @@ BuildRequires: gdbm-devel BuildRequires: gettext BuildRequires: readline-devel BuildRequires: sqlite-devel +BuildRequires: timezone BuildRequires: update-desktop-files BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(tk) From 4919d1c0aeaaf55dce71e00529f5dd0a766e0a4ebed7d1c1541075a0234aefd5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 8 Oct 2020 08:04:05 +0000 Subject: [PATCH 2/2] - This release also fixes CVE-2020-26116 (bsc#1177211). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=31 --- python38.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/python38.changes b/python38.changes index ba163fc..a1f4de0 100644 --- a/python38.changes +++ b/python38.changes @@ -30,6 +30,7 @@ Mon Jul 20 17:46:54 UTC 2020 - Callum Farmer ease maintenance for Linux distributions. Patch by Felix Yan. - bpo-41300: Save files with non-ascii chars. Fix regression released in 3.9.0b4 and 3.8.4. +- This release also fixes CVE-2020-26116 (bsc#1177211). ------------------------------------------------------------------- Fri Jul 17 06:39:45 UTC 2020 - Tomáš Chvátal