15
0
forked from pool/python-fann2

- update to 1.2.0:

* Make setup.py robust to looking for FANN libraries in PREFIX

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fann2?expand=0&rev=5
This commit is contained in:
2022-01-15 16:07:06 +00:00
committed by Git OBS Bridge
parent ac9497bc51
commit 65879316db
4 changed files with 13 additions and 7 deletions

3
1.2.0.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 15 16:06:05 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.2.0:
* Make setup.py robust to looking for FANN libraries in PREFIX
-------------------------------------------------------------------
Mon Aug 17 09:21:07 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-fann2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fann2
Version: 1.1.2
Version: 1.2.0
Release: 0
Summary: Fast Artificial Neural Network Library (fann) bindings
License: LGPL-2.1-only
Group: Development/Languages/Python
Url: https://github.com/FutureLinkCorporation/fann2
Source: https://files.pythonhosted.org/packages/source/f/fann2/fann2-%{version}.tar.gz
URL: https://github.com/FutureLinkCorporation/fann2
Source: https://github.com/FutureLinkCorporation/fann2/archive/refs/tags/%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes