File python-contextlib2.changes of Package python-contextlib2
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Tue Sep 24 11:44:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
3
4
- Update to 0.6.0:
5
* Various minor fixes and metadata updates
6
* Add nullcontext
7
* Add AbstractContextManager
8
9
-------------------------------------------------------------------
10
Tue May 22 11:05:09 UTC 2018 - tchvatal@suse.com
11
12
- Do not run the tests twice for no reason
13
14
-------------------------------------------------------------------
15
Tue May 22 10:56:10 UTC 2018 - mcepl@suse.com
16
17
- Clean the SPEC, enable tests
18
19
-------------------------------------------------------------------
20
Thu Aug 24 13:34:54 UTC 2017 - jmatejek@suse.com
21
22
- singlespec auto-conversion
23
24
-------------------------------------------------------------------
25
Thu May 25 10:47:29 UTC 2017 - toddrme2178@gmail.com
26
27
- Fix source URL.
28
- Provide python2- package for compatibility with singlespec macros.
29
- Run unit tests
30
- Update to version 0.5.5
31
* Issue `#13 <https://github.com/jazzband/contextlib2/issues/13>`__:
32
``setup.py`` now falls back to plain ``distutils`` if ``setuptools`` is not
33
available (patch by Allan Harwood)
34
* Updates to the default compatibility testing matrix:
35
* Added: PyPy3, CPython 3.6 (maintenance), CPython 3.7 (development)
36
* Dropped: CPython 3.3
37
- Update to version 0.5.4
38
* Thanks to the welcome efforts of Jannis Leidel, contextlib2 is now a
39
[Jazzband](https://jazzband.co/) project! This means that I (Nick Coghlan)
40
am no longer a single point of failure for backports of future contextlib
41
updates to earlier Python versions.
42
* Issue `#7 <https://github.com/jazzband/contextlib2/issues/7>`__: Backported
43
fix for CPython issue `#27122 <http://bugs.python.org/issue27122>`__,
44
preventing a potential infinite loop on Python 3.5 when handling
45
``RuntimeError`` (CPython updates by Gregory P. Smith & Serhiy Storchaka)
46
- Update to version 0.5.3
47
* ``ExitStack`` now correctly handles context managers implemented as old-style
48
classes in Python 2.x (such as ``codecs.StreamReader`` and
49
``codecs.StreamWriter``)
50
* ``setup.py`` has been migrated to setuptools and configured to emit a
51
universal wheel file by default
52
- Update to version 0.5.2
53
* development migrated from BitBucket to GitHub
54
* ``redirect_stream``, ``redirect_stdout``, ``redirect_stderr`` and ``suppress``
55
now explicitly inherit from ``object``, ensuring compatibility with
56
``ExitStack`` when run under Python 2.x (patch contributed by Devin
57
Jeanpierre).
58
* ``MANIFEST.in`` is now included in the published sdist, ensuring the archive
59
can be precisely recreated even without access to the original source repo
60
(patch contributed by Guy Rozendorn)
61
- Update to version 0.5.1
62
* Python 2.6 compatilibity restored (patch contributed by Armin Ronacher)
63
* README converted back to reStructured Text formatting
64
- Update to version 0.5.0
65
* Updated to include all features from the Python 3.4 and 3.5 releases of
66
contextlib (also includes some ``ExitStack`` enhancements made following
67
the integration into the standard library for Python 3.3)
68
* The legacy ``ContextStack`` and ``ContextDecorator.refresh_cm`` APIs are
69
no longer documented and emit ``DeprecationWarning`` when used
70
* Python 2.6, 3.2 and 3.3 have been dropped from compatibility testing
71
* tox is now supported for local version compatibility testing (patch by
72
Marc Abramowitz)
73
74
-------------------------------------------------------------------
75
Tue Nov 4 15:55:27 UTC 2014 - hpj@urpla.net
76
77
- version 0.4.0: initial build
78
79
80