15
0

Accepting request 790878 from home:mcalabkova:branches:devel:languages:python

- Update to 3.4.2
  * mostly test fixes
- Merged patch up_to_HEAD.patch

OBS-URL: https://build.opensuse.org/request/show/790878
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distorm3?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal
2020-04-02 12:18:21 +00:00
committed by Git OBS Bridge
parent 81d231feb9
commit 196063efc3
5 changed files with 13 additions and 4891 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ed65741b31cc113f1c98641594fc3e24f0563b6977c5ea2a7d97983095caa0c
size 155678

3
distorm3-3.4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c153432479759e3f432757c2b313cf9976806dbdc807e768a5f1f6e846e039b2
size 182134

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 2 12:09:51 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 3.4.2
* mostly test fixes
- Merged patch up_to_HEAD.patch
-------------------------------------------------------------------
Sun Jan 26 18:05:59 CET 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -18,17 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname distorm3
%define lastversion 3.4.1
Name: python-%{modname}
Version: 3.4.1+git651137b
Version: 3.4.2
Release: 0
Summary: Disassembler Library For x86/AMD64
License: BSD-3-Clause
Group: Development/Libraries/Python
URL: https://github.com/gdabah/distorm
Source: https://files.pythonhosted.org/packages/source/d/distorm3/%{modname}-%{lastversion}.tar.gz
# To solve gh#gdabah/distorm#124, among other problems
Patch0: up_to_HEAD.patch
Source: https://files.pythonhosted.org/packages/source/d/distorm3/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -42,8 +39,7 @@ returns a binary structure which describes it rather than static
text.
%prep
%setup -q -n %{modname}-%{lastversion}
%autopatch -p1
%setup -q -n %{modname}-%{version}
%build
export CFLAGS="%{optflags}"

File diff suppressed because it is too large Load Diff