Fedora 38 Update: python-result-0.10.0-1.fc38

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2023-84646c6f48
2023-05-25 01:10:39.287237
--------------------------------------------------------------------------------

Name        : python-result
Product     : Fedora 38
Version     : 0.10.0
Release     : 1.fc38
URL         : https://github.com/rustedpy/result
Summary     : A Rust-like result type for Python
Description :
A simple Result type for Python 3 inspired by Rust, fully type annotated.

The idea is that a result value can be either `Ok(value)` or `Err(error)`, with
a way to differentiate between the two. `Ok` and `Err` are both classes
encapsulating an arbitrary value. `Result[T, E]` is a generic type alias for
`typing.Union[Ok[T], Err[E]]`.

--------------------------------------------------------------------------------
Update Information:

Update to the latest 0.10.0  - [fixed] Make python version check PEP 484
compliant (#118) - [added] as_async_result decorator to turn regular async
functions into Result returning ones (#116)
--------------------------------------------------------------------------------
ChangeLog:

* Tue May 16 2023 Michel Alexandre Salim <salimma@xxxxxxxxxxxxxxxxx> - 0.10.0-1
- Update to 0.10.0
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2192056 - python-result-0.10.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2192056
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2023-84646c6f48' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list -- package-announce@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]

  Powered by Linux