From 7855c97596a37e4914f918d679ed8b39918a37a1 Mon Sep 17 00:00:00 2001 From: dirkmueller <> Date: Mon, 3 May 2021 20:07:59 +0000 Subject: [PATCH] Update python-uncompyle6 to version 3.7.4 / rev 11 via SR 889730 https://build.opensuse.org/request/show/889730 by user dirkmueller + dimstar_suse - skip python 3.9 (https://github.com/rocky/python-uncompyle6/issues/331) --- packages/p/python-uncompyle6/.files | Bin 195 -> 195 bytes packages/p/python-uncompyle6/.rev | 8 ++++++++ .../python-uncompyle6/python-uncompyle6.changes | 5 +++++ .../p/python-uncompyle6/python-uncompyle6.spec | 5 +++-- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/packages/p/python-uncompyle6/.files b/packages/p/python-uncompyle6/.files index ec2d96920fd6ea68c11a3cfbc0d67be5e33b38ad..8dc377515350f88bdded6be72ea09775ba5b8f7e 100644 GIT binary patch delta 101 zcmV~$$qj=r5CA~aM841fk+IDllt33|y$D4dmVgIcgqmoKnWuP)e_v@#0WDG@%T8$+ zLnCOF$pWa5+`qEJ;63?)!GT1Mq9b!8L~f*oM8O#I$=5M$YkjV=E%}-izI#@A0nUsa A{Qv*} delta 101 zcmWN{$qj=r5Cu@v1lObikSz@JLkVZ-oeJ;Ji3;Kd6Q z2+13?3lIPlf}Qhi6i*t_3ndfE$^&PC#s9Pip%dp^U5@v2- 859980 + + b42da76ce624e43eabd5386e2ca068fa + 3.7.4 + + dimstar_suse + - skip python 3.9 (https://github.com/rocky/python-uncompyle6/issues/331) + 889730 + diff --git a/packages/p/python-uncompyle6/python-uncompyle6.changes b/packages/p/python-uncompyle6/python-uncompyle6.changes index 225f0148e62..75278311209 100644 --- a/packages/p/python-uncompyle6/python-uncompyle6.changes +++ b/packages/p/python-uncompyle6/python-uncompyle6.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 1 18:35:27 UTC 2021 - Dirk Müller + +- skip python 3.9 (https://github.com/rocky/python-uncompyle6/issues/331) + ------------------------------------------------------------------- Thu Dec 31 08:08:08 UTC 2020 - olaf@aepfle.de diff --git a/packages/p/python-uncompyle6/python-uncompyle6.spec b/packages/p/python-uncompyle6/python-uncompyle6.spec index dd05353dc3c..cd044bdf7ce 100644 --- a/packages/p/python-uncompyle6/python-uncompyle6.spec +++ b/packages/p/python-uncompyle6/python-uncompyle6.spec @@ -1,7 +1,7 @@ # # spec file for package python-uncompyle6 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python39 1 Name: python-uncompyle6 Version: 3.7.4 Release: 0 @@ -33,7 +34,7 @@ Requires: python-setuptools Requires: python-spark_parser >= 1.8.9 Requires: python-xdis >= 5.0.4 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module hypothesis >= 2.0.0}