From f97a680d4467a4e1d26c7c3f7c87661784e41648 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 4 Nov 2019 23:39:09 +0100 Subject: [PATCH] - up to 3.5.0 --- python-uncompyle6.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-uncompyle6.spec b/python-uncompyle6.spec index 2122b74..83c1b78 100644 --- a/python-uncompyle6.spec +++ b/python-uncompyle6.spec @@ -9,12 +9,12 @@ %define pypi_name uncompyle6 Summary: A Python decompiler, disassembler and cross-version bytecode library Name: python-%{pypi_name} -Version: 2.7.0 -Release: 4 +Version: 3.5.0 +Release: 1 License: MIT Group: Applications -Source0: https://github.com/rocky/python-uncompyle6/archive/release-%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 17887c06c40b23641490815432c44b99 +Source0: https://github.com/rocky/python-uncompyle6/archive/%{version}/%{name}-%{version}.tar.gz +# Source0-md5: 2e7f32b662a565a843b1de3bfd54a5b6 URL: https://github.com/rocky/python-uncompyle6/ %if %{with python2} BuildRequires: python-modules @@ -53,7 +53,7 @@ and has been tested on Python running versions 2.6, 2.7, 3.3, 3.4 and 3.5. %prep -%setup -qn %{name}-release-%{version} +%setup -q # There is something wrong with this file that breaks tests %{__rm} test/bytecode_2.4/02_complex.pyc -- 2.44.0