15
0
forked from pool/python-JPype1

Accepting request 888725 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/888725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-JPype1?expand=0&rev=2
This commit is contained in:
2021-04-27 19:35:14 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 27 09:47:52 UTC 2021 - Markéta Machová <mmachova@suse.com>
- skip python36 because of numpy
-------------------------------------------------------------------
Sat Nov 14 05:05:32 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-JPype1
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
%bcond_without test
%bcond_with test_jdbc
Name: python-JPype1