]> git.pld-linux.org Git - packages/python-uncompyle6.git/commitdiff
- up to 2.7.0 auto/th/python-uncompyle6-2.7.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 16 Jul 2016 09:33:10 +0000 (11:33 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 16 Jul 2016 09:33:10 +0000 (11:33 +0200)
python-uncompyle6.spec

index b3b80f4224f6c4ea1c6a9e7c3246fbebffb434d8..4c5f84b0beaa4fc25ecb8b7a10a77e66351ea3dd 100644 (file)
@@ -9,12 +9,12 @@
 %define                pypi_name       uncompyle6
 Summary:       A Python decompiler, disassembler and cross-version bytecode library
 Name:          python-%{pypi_name}
-Version:       2.6.0
-Release:       2
+Version:       2.7.0
+Release:       1
 License:       MIT
 Group:         Applications
 Source0:       https://github.com/rocky/python-uncompyle6/archive/release-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: bfa928d524c800d4c61ff46e3c119e6e
+# Source0-md5: 17887c06c40b23641490815432c44b99
 URL:           https://github.com/rocky/python-uncompyle6/
 %if %{with python2}
 BuildRequires: python-modules
@@ -55,6 +55,9 @@ and has been tested on Python running versions 2.6, 2.7, 3.3, 3.4 and
 %prep
 %setup -qn %{name}-release-%{version}
 
+# There is something wrong with this file that breaks tests
+%{__rm} test/bytecode_2.4/02_complex.pyc
+
 %build
 %if %{with python2}
 %py_build
This page took 0.074523 seconds and 4 git commands to generate.