24 Commits

Author SHA256 Message Date
0f5be66fcc Accepting request 1281987 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1281987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=11
2025-06-03 15:50:38 +00:00
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
5f4664044e Accepting request 1132685 from devel:languages:python
- 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/request/show/1132685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=10
2023-12-13 17:34:08 +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
f25c1c83f3 Accepting request 1109331 from devel:languages:python
- drop outdated depndendy on async_generator
  (see https://github.com/python-trio/outcome/issues/12)

OBS-URL: https://build.opensuse.org/request/show/1109331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=9
2023-09-07 19:12:05 +00:00
4c16f88fdb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=18 2023-09-06 19:54:22 +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
7cdd72c27e Accepting request 1081846 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=8
2023-04-22 19:59:52 +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
2f874d9d97 Accepting request 1062428 from devel:languages:python
- pull in dbm for all flavors on SLE15 SP4+ as well

OBS-URL: https://build.opensuse.org/request/show/1062428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=7
2023-02-02 17:07:31 +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
7c68992e08 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
2022-10-10 16:44:05 +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
7f10a1b849 Accepting request 925639 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/925639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=5
2021-10-20 18:23:21 +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
9837df5418 Accepting request 853472 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/853472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=4
2020-12-12 19:28:54 +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
06fc5ce80d Accepting request 789042 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/789042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=3
2020-03-27 21:01:29 +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
44d5493f24 Accepting request 707058 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/707058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=2
2019-06-03 16:55:42 +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
3a6818879d Accepting request 702991 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/702991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=1
2019-05-16 20:07:05 +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