From 66c516014f62bb640ecf4ccd61e4fa79dda9ad24ce3e17fc4499343a4b90793e Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 5 Oct 2022 09:38:11 +0000 Subject: [PATCH] Accepting request 1008027 from home:yarunachalam:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1008027 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=11 --- outcome-1.1.0.tar.gz | 3 --- outcome-1.2.0.tar.gz | 3 +++ python-outcome.changes | 10 ++++++++++ python-outcome.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 outcome-1.1.0.tar.gz create mode 100644 outcome-1.2.0.tar.gz diff --git a/outcome-1.1.0.tar.gz b/outcome-1.1.0.tar.gz deleted file mode 100644 index 633c07b..0000000 --- a/outcome-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc1dd2d80cec860d8dfd598626fd54b4f14684fee0dffade6d09d38fb01432bc -size 18675 diff --git a/outcome-1.2.0.tar.gz b/outcome-1.2.0.tar.gz new file mode 100644 index 0000000..7aaf0d7 --- /dev/null +++ b/outcome-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94605c5f4073b83dad69eb032d63f7ce31033b6d901f84b428a4b2a6a919ab4f +size 18147 diff --git a/python-outcome.changes b/python-outcome.changes index b287f49..3ccd214 100644 --- a/python-outcome.changes +++ b/python-outcome.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 4 22:25:31 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-outcome.spec b/python-outcome.spec index 0c9ddd6..7e485bf 100644 --- a/python-outcome.spec +++ b/python-outcome.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,10 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-outcome -Version: 1.1.0 +Version: 1.2.0 Release: 0 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 URL: https://github.com/python-trio/outcome Source: https://github.com/python-trio/outcome/archive/v%{version}.tar.gz#/outcome-%{version}.tar.gz