diff --git a/outcome-1.0.0.tar.gz b/outcome-1.0.0.tar.gz deleted file mode 100644 index c6469a9..0000000 --- a/outcome-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1832c6cebafae5194dc2f28146eca37eb9e8068ee4403606945bf14378fb121e -size 18718 diff --git a/outcome-1.0.1.tar.gz b/outcome-1.0.1.tar.gz new file mode 100644 index 0000000..a50ccdc --- /dev/null +++ b/outcome-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa703c40a53874a002ed72e87ae8e376be8c6c17d7eeae4e76eb075ebaa1a41d +size 18684 diff --git a/python-outcome.changes b/python-outcome.changes index 20cab91..82ee9d4 100644 --- a/python-outcome.changes +++ b/python-outcome.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 27 13:36:27 UTC 2020 - pgajdos@suse.com + +- version update to 1.0.1 + * Upgrade to attrs 19.2.0. + ------------------------------------------------------------------- Sun Jun 2 21:07:27 UTC 2019 - Jan Engelhardt diff --git a/python-outcome.spec b/python-outcome.spec index 4c70fc2..dd379df 100644 --- a/python-outcome.spec +++ b/python-outcome.spec @@ -1,7 +1,7 @@ # # spec file for package python-outcome # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-outcome -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Function for capturing the outcome of Python function calls License: MIT OR Apache-2.0 @@ -28,10 +28,10 @@ Source: https://github.com/python-trio/outcome/archive/v%{version}.tar.g BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-attrs +Requires: python-attrs >= 19.2.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module attrs} +BuildRequires: %{python_module attrs >= 19.2.0} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: python3-async_generator