14
0
forked from pool/python-beren

- Update to 0.7.0:

* No upstream changelog 
- Update {Build,}Requires for apiron.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beren?expand=0&rev=3
This commit is contained in:
2020-09-01 05:10:10 +00:00
committed by Git OBS Bridge
parent 6f8e1248fa
commit 609b58ba10
4 changed files with 15 additions and 8 deletions

View File

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

3
beren-0.7.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 1 05:08:46 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.7.0:
* No upstream changelog
- Update {Build,}Requires for apiron.
-------------------------------------------------------------------
Mon Oct 21 10:19:24 UTC 2019 - Axel Braun <axel.braun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-beren
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019 Dr. Axel Braun <DocB@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -16,24 +16,24 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define modname beren
Name: python-%{modname}
Version: 0.6.2
Version: 0.7.0
Release: 0
Summary: Provides a REST client targeted at Orthanc REST API endpoints
License: GPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/teffalump/beren
Source: https://files.pythonhosted.org/packages/source/b/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module apiron >= 5.1.0 }
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module apiron >= 2.5.0 }
BuildRequires: fdupes
Requires: python-apiron >= 2.5.0
Requires: python-apiron >= 5.1.0
%python_subpackages