- update to version 0.7.2:
* Document that multi-threaded code is not supported. * Update URLs in the trophy-case. - update Use-setuptools-and-use-test-command-for-setup.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools/python-python-afl?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 12:55:38 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- update to version 0.7.2:
|
||||
* Document that multi-threaded code is not supported.
|
||||
* Update URLs in the trophy-case.
|
||||
- update Use-setuptools-and-use-test-command-for-setup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 7 08:50:22 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-afl
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,14 +12,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-python-afl
|
||||
Version: 0.7.1
|
||||
Version: 0.7.2
|
||||
Release: 0
|
||||
Summary: American fuzzy lop fork server and instrumentation for pure-Python code
|
||||
License: MIT
|
||||
@@ -27,7 +27,7 @@ Group: Development/Languages/Python
|
||||
Url: http://jwilk.net/software/python-afl
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-afl/python-afl-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE
|
||||
Patch0: https://github.com/jwilk/python-afl/compare/0.7.1...sebix:0.7.1-fix-setup-tests.patch#/Use-setuptools-and-use-test-command-for-setup.patch
|
||||
Patch0: https://github.com/jwilk/python-afl/compare/%{version}...sebix:%{version}-fix-setup-tests.patch#/Use-setuptools-and-use-test-command-for-setup.patch
|
||||
BuildRequires: %{python_module Cython >= 0.19}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
From 2b32ddf54e778a71ddaaab1fdcf35d82814d46f2 Mon Sep 17 00:00:00 2001
|
||||
From 4e34831c88b6034bd4218fa3e9368662072b8aa4 Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Wagner <sebix@sebix.at>
|
||||
Date: Fri, 14 Oct 2016 09:54:20 +0200
|
||||
Subject: [PATCH] Use setuptools and use test command for setup
|
||||
|
||||
---
|
||||
setup.py | 69 +++++++++++++---------------------------------------------------
|
||||
setup.py | 69 ++++++++++++--------------------------------------------
|
||||
1 file changed, 14 insertions(+), 55 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ef06445fabc0e06adf618b730621cf2d577d7e280759437ef05ae2e96b28811
|
||||
size 16045
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:deb47007655188757fdb880c7efcc58e53c346c469ba8755bc105bd8c6bbcc66
|
||||
size 16103
|
||||
Reference in New Issue
Block a user