-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
65 lines (44 loc) · 1.11 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
v4.1.1
======
Fixed some docs rendering issues.
v4.1.0
======
To the ``ExceptionTrap``, added ``.raises()`` and ``.passes``
decorators.
v4.0.0
======
Moved ``dependency_context`` and ``run`` to
`jaraco.apt <https://pypi.org/project/jaraco.apt>`_.
v3.0.0
======
Refreshed package metadata.
Require Python 3.6 or later.
2.0
===
Switch to `pkgutil namespace technique
<https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages>`_
for the ``jaraco`` namespace.
1.8
===
* Dropped support for Python 3.3.
* Refreshed project metadata using declarative config.
* ``ExceptionTrap`` now presents ``type``, ``value``,
and ``tb`` attributes.
1.7
===
* Added ``suppress`` context manager as `found in Python
3.4
<https://docs.python.org/3/library/contextlib.html#contextlib.suppress>`_
but with decorator support.
1.6
===
* Refresh project skeleton. Moved hosting to Github.
1.5
===
* Also allow the ``dest_ctx`` to be overridden in ``repo_context``.
1.4
===
* Added ``remover`` parameter to ``context.temp_dir``.
1.2
===
* Adopted functionality from jaraco.util.context (10.8).