forked from pool/python-outcome
Accepting request 1008150 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1008150 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=6
This commit is contained in:
commit
7bfd5f4e95
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc1dd2d80cec860d8dfd598626fd54b4f14684fee0dffade6d09d38fb01432bc
|
|
||||||
size 18675
|
|
BIN
outcome-1.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
outcome-1.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 4 22:25:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.0
|
||||||
|
* Merge pull request #33 from pquentin/spdx-compliant-license
|
||||||
|
* Make setuptools license field SPDX-compliant
|
||||||
|
* Merge pull request #32 from pquentin/modernize-ci
|
||||||
|
* Use GitHub Actions and RTD CI
|
||||||
|
* Merge pull request #30 from njsmith/release-1.1.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 1 20:18:41 UTC 2021 - Torsten Gruner <t.gruner@katodev.de>
|
Wed Sep 1 20:18:41 UTC 2021 - Torsten Gruner <t.gruner@katodev.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-outcome
|
# spec file for package python-outcome
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,10 +19,10 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-outcome
|
Name: python-outcome
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Function for capturing the outcome of Python function calls
|
Summary: Function for capturing the outcome of Python function calls
|
||||||
License: MIT OR Apache-2.0
|
License: Apache-2.0 OR MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/python-trio/outcome
|
URL: https://github.com/python-trio/outcome
|
||||||
Source: https://github.com/python-trio/outcome/archive/v%{version}.tar.gz#/outcome-%{version}.tar.gz
|
Source: https://github.com/python-trio/outcome/archive/v%{version}.tar.gz#/outcome-%{version}.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user