From bf2e4a919c4f0b6eee70328b2ef4d8e452cdc14548cbd6cc3bbadad4024e394c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 22 Apr 2020 06:05:35 +0000 Subject: [PATCH] - Drop python-ipaddress BR, and update others to Python 3. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bloscpack?expand=0&rev=8 --- python-bloscpack.changes | 5 +++++ python-bloscpack.spec | 14 ++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/python-bloscpack.changes b/python-bloscpack.changes index 2ef5514..60ceb0a 100644 --- a/python-bloscpack.changes +++ b/python-bloscpack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 22 06:04:05 UTC 2020 - Steve Kowalik + +- Drop python-ipaddress BR, and update others to Python 3. + ------------------------------------------------------------------- Tue Jul 23 20:35:51 UTC 2019 - Todd R diff --git a/python-bloscpack.spec b/python-bloscpack.spec index c6cc522..42679e1 100644 --- a/python-bloscpack.spec +++ b/python-bloscpack.spec @@ -1,7 +1,7 @@ # # spec file for package python-bloscpack # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,8 +22,7 @@ Version: 0.16.0 Release: 0 Summary: Command line interface and serialization format for Blosc License: MIT -Group: Development/Languages/Python -Url: https://github.com/blosc/bloscpack +URL: https://github.com/blosc/bloscpack Source: https://files.pythonhosted.org/packages/source/b/bloscpack/bloscpack-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -40,13 +39,12 @@ BuildRequires: %{python_module pyOpenSSL >= 0.14} BuildRequires: %{python_module six} BuildRequires: %{python_module twine} BuildRequires: %{python_module wheel} -BuildRequires: python-ipaddress # /SECTION -Requires: python-blosc -Requires: python-numpy -Requires: python-six +Requires: python3-blosc +Requires: python3-numpy +Requires: python3-six Recommends: cryptography >= 1.3.4 -Recommends: python-pyOpenSSL >= 0.14 +Recommends: python3-pyOpenSSL >= 0.14 %ifpython2 Requires: python-ipaddress %endif