Accepting request 986611 from devel:languages:python

- Update to version 4.1.1
  * Fixed some docs rendering issues.
  * To the ``ExceptionTrap``, added ``.raises()`` and ``.passes``
    decorators.

OBS-URL: https://build.opensuse.org/request/show/986611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.context?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-07-05 10:27:24 +00:00 committed by Git OBS Bridge
commit 755e391100
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cdf4a1a1ede942e926fb75951769972191966cef91c67131afbc163a69bf585
size 11257

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
size 7615

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 28 14:35:38 UTC 2022 - Adrian Schröter <adrian@suse.de>
- Update to version 4.1.1
* Fixed some docs rendering issues.
* To the ``ExceptionTrap``, added ``.raises()`` and ``.passes``
decorators.
-------------------------------------------------------------------
Mon Mar 29 19:30:53 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.context
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jaraco.context
Version: 4.0.0
Version: 4.1.1
Release: 0
Summary: Tools to work with functools
License: MIT