Accepting request 789039 from home:pgajdos:python

- version update to 1.0.1
  * Upgrade to attrs 19.2.0.

OBS-URL: https://build.opensuse.org/request/show/789039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal 2020-03-27 13:53:19 +00:00 committed by Git OBS Bridge
parent d699b40e80
commit d676e0178e
4 changed files with 13 additions and 7 deletions

View File

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

3
outcome-1.0.1.tar.gz Normal file
View File

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

View File

@ -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 <jengelh@inai.de>

View File

@ -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