Commit Graph

22 Commits

Author SHA256 Message Date
Ana Guerrero
020469f3d5 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
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
Ana Guerrero
4640d75b55 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
48cb95c666 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
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
Dominique Leuenberger
a2a33f93ce 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
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
Dominique Leuenberger
b312201f9f 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
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
Fabian Vogt
7bfd5f4e95 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
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
Dominique Leuenberger
13fb1a23df 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
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
Dominique Leuenberger
ad8c64fb58 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
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
Dominique Leuenberger
e0acc93057 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
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
Dominique Leuenberger
4ab92324a8 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
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
Dominique Leuenberger
c2edb3d562 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
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