diff --git a/beren-0.6.2.tar.gz b/beren-0.6.2.tar.gz deleted file mode 100644 index 6feb24e..0000000 --- a/beren-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b6fd6b40533e576b0d7bd4a66dc59bffb6ac75452fe84370e61f62530a6a2a -size 24345 diff --git a/beren-0.7.0.tar.gz b/beren-0.7.0.tar.gz new file mode 100644 index 0000000..f30c768 --- /dev/null +++ b/beren-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb13ec419394ac71ba1679922c3b373059eaa2722e8fd4542ea7b8d1d6f75ec +size 26511 diff --git a/python-beren.changes b/python-beren.changes index dc1da18..75706c6 100644 --- a/python-beren.changes +++ b/python-beren.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 1 05:08:46 UTC 2020 - Steve Kowalik + +- Update to 0.7.0: + * No upstream changelog +- Update {Build,}Requires for apiron. + ------------------------------------------------------------------- Mon Oct 21 10:19:24 UTC 2019 - Axel Braun diff --git a/python-beren.spec b/python-beren.spec index 5e01fb8..5d0ccb7 100644 --- a/python-beren.spec +++ b/python-beren.spec @@ -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 # # 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