From 09c0db643dcd2f7f402808d4555247d729601db385c06bdf9bfa7d847c38122c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 Dec 2023 13:42:19 +0000 Subject: [PATCH] - update to 1.3.0.post0: * Added type hints to the package. :py:class:`Value` and :py:class:`Outcome` are now generic. A type alias was also added (:py:data:`Maybe`) for the union of :py:class:`Value` and :py:class:`Error`. (#36) (see https://github.com/python-trio/outcome/issues/12) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=20 --- outcome-1.2.0.tar.gz | 3 --- outcome-1.3.0.post0.tar.gz | 3 +++ python-outcome.changes | 11 ++++++++++- python-outcome.spec | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 outcome-1.2.0.tar.gz create mode 100644 outcome-1.3.0.post0.tar.gz diff --git a/outcome-1.2.0.tar.gz b/outcome-1.2.0.tar.gz deleted file mode 100644 index 7aaf0d7..0000000 --- a/outcome-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94605c5f4073b83dad69eb032d63f7ce31033b6d901f84b428a4b2a6a919ab4f -size 18147 diff --git a/outcome-1.3.0.post0.tar.gz b/outcome-1.3.0.post0.tar.gz new file mode 100644 index 0000000..5b37267 --- /dev/null +++ b/outcome-1.3.0.post0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e079e05c7aed32ef7a8298d533e7394b61149c8bb46adcbbe279b5f325e172 +size 20749 diff --git a/python-outcome.changes b/python-outcome.changes index 80c85ef..f16aac7 100644 --- a/python-outcome.changes +++ b/python-outcome.changes @@ -1,8 +1,17 @@ +------------------------------------------------------------------- +Tue Dec 12 13:41:15 UTC 2023 - Dirk Müller + +- update to 1.3.0.post0: + * Added type hints to the package. :py:class:`Value` and + :py:class:`Outcome` are now generic. A type alias was also added + (:py:data:`Maybe`) for the union of :py:class:`Value` and + :py:class:`Error`. (#36) + ------------------------------------------------------------------- Wed Sep 6 19:50:20 UTC 2023 - Dirk Müller - drop outdated depndendy on async_generator - (see https://github.com/python-trio/outcome/issues/12) + (see https://github.com/python-trio/outcome/issues/12) ------------------------------------------------------------------- Fri Apr 21 12:28:51 UTC 2023 - Dirk Müller diff --git a/python-outcome.spec b/python-outcome.spec index 8551adb..bec5d69 100644 --- a/python-outcome.spec +++ b/python-outcome.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-outcome -Version: 1.2.0 +Version: 1.3.0.post0 Release: 0 Summary: Function for capturing the outcome of Python function calls License: Apache-2.0 OR MIT