12 Commits

Author SHA256 Message Date
7d60a0df30 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=22
2025-06-02 15:07:58 +00:00
76e67bf783 - 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
2023-12-12 13:42:19 +00:00
f39b5f7cb0 - drop outdated depndendy on async_generator
(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=17
2023-09-06 19:51:40 +00:00
437bff481a Accepting request 1081507 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=15
2023-04-21 14:18:59 +00:00
1428efbcc6 - pull in dbm for all flavors on SLE15 SP4+ as well
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=13
2023-02-01 09:56:51 +00:00
ee5b47967b 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
2022-10-05 09:38:11 +00:00
ecf3b856fb Accepting request 915616 from home:Simmphonie:python
- update to version 1.1.0
  * Tweaked the implementation of Error.unwrap to avoid creating a
    reference cycle between the exception object and the unwrap
    method's frame. This shouldn't affect most users, but it
    slightly reduces the amount of work that CPython's cycle
    collector has to do, and may reduce GC pauses in some cases. (#29)
  * Drop support for Python 2.7, 3.4, and 3.5. (#27)

OBS-URL: https://build.opensuse.org/request/show/915616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=10
2021-10-16 09:37:59 +00:00
6c6de3d24d Accepting request 853200 from home:bnavigator:branches:devel:languages:python
- BuildRequire more than the default python3 flavor packages
  gh#openSUSE/python-rpm-macros#66
- pytest-cov is not required

OBS-URL: https://build.opensuse.org/request/show/853200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=8
2020-12-07 05:04:24 +00:00
Tomáš Chvátal
432750990f 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
2020-03-27 13:53:19 +00:00
Tomáš Chvátal
0e09158f72 Accepting request 706956 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/706956
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=4
2019-06-03 08:03:09 +00:00
Tomáš Chvátal
a588a1c16b - Fix build for python2
- Really run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=2
2019-05-14 21:13:24 +00:00
Tomáš Chvátal
30b4526520 Accepting request 702377 from home:Simmphonie:python
- Initial release version 1.0.0

OBS-URL: https://build.opensuse.org/request/show/702377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=1
2019-05-14 21:06:00 +00:00