File: NEWS.rst

package info (click to toggle)
jaraco.stream 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: python: 236; makefile: 4
file content (68 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download
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
66
67
68
v3.0.4
======

Bugfixes
--------

- Moved more_itertools into the dependencies. (#5)


v3.0.3
======

Refreshed package metadata.

#3: Fixed issue in tests where the connection to the test server
would fail on hosts where localhost resolved to ::1. Now the
test server binds to IPv6 when available and appropriate.

v3.0.2
======

Rely on PEP 420 for namespace packages.

v3.0.1
======

Refresh package metadata.

v3.0.0
======

Require Python 3.6 or later.

Adopt black for code style and other updates from jaraco/skeleton.

2.0
===

Switch to `pkgutil namespace technique
<https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages>`_
for the ``jaraco`` namespace.

1.2
===

Added ``jaraco.stream.Tee`` from jaraco.util 11.

1.1.2
=====

Refresh packaging.

1.1.1
=====

#2: Fixed issue where ``gzip.load_streams`` would get into
an infinite loop at the end of every stream.

1.1
===

Declared compatibility with Python 2.7 and gzip module now
is also Python 2.7 compatible.

1.0
===

Initial release with gzip and buffer module.