Commit Graph

11 Commits

Author SHA256 Message Date
09c0db643d - 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
bf9157ec5e - 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
0119833f3c 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
23e5d10790 - 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
66c516014f 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
324b76f853 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
0f53a09c87 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
d676e0178e 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
d699b40e80 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
99d21d1505 - 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
facbdb1aa0 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