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:
parent
d699b40e80
commit
d676e0178e
@ -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
3
outcome-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa703c40a53874a002ed72e87ae8e376be8c6c17d7eeae4e76eb075ebaa1a41d
|
||||
size 18684
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user