This repository was archived by the owner on Mar 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.txt
107 lines (58 loc) · 1.93 KB
/
CHANGES.txt
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
=======
CHANGES
=======
2.1 (unreleased)
----------------
- Nothing changed yet.
2.0 (2025-02-14)
----------------
- Add support for Python 3.11, 3.12, 3.13.
- Drop support for Python 2.7, 3.5, 3.6, 3.7, 3.8.
1.0.0 (2022-08-05)
------------------
- Add support for Python 3.7, 3.8, 3.9, 3.10.
- Drop support for Python 3.4.
1.0.0a4 (2017-06-19)
--------------------
- Standardize namespace __init__
- Add support for Python 3.4 up to 3.6, PyPy2 and PyPy3.
- Drop support for Python 2.6 and 3.3.
1.0.0a3 (2013-02-28)
--------------------
- Bugfix: container test bad keys for Python 3.
1.0.0a2 (2013-02-28)
--------------------
- Migrate to the newest ``zope.interface`` version and remove the
forked code in ``verify.py``.
1.0.0a1 (2013-02-28)
--------------------
- Dropped Python 2.4 and 2.5 support, added Python 3.3 support.
- Made functional test tools into the `functional` extra, so no
zope.app packages are required.
0.3.2 (2010-08-23)
------------------
- Do some ``InterfaceBaseTest`` attributes to be able to write less code:
- ``iface`` provide the interface here
- ``klass`` provide the class here
- ``pos`` provide the positional arguments here
- ``kws`` provide the keyword arguments here
- Avoid depreacted `zope.testing.doctest` by using python's `doctest`.
0.3.1 (2009-12-26)
------------------
- Removed install dependency on ``zope.app.security``.
- Removed test dependency on ``zope.app.securitypolicy``.
- Removed test dependency on ``zope.app.zcmlfiles``.
0.3.0 (2009-02-01)
------------------
- Using ``zope.container`` instead of ``zope.app.container``
- Using ``zope.site`` instead of ``zope.app.component``
0.2.0 (2007-10-31)
------------------
- Fixed package data.
- Moved functional tests to tests.
- Removed deprecation warning.
0.1.1b1 (2007-06-21)
--------------------
- Make ``z3c`` a namespace.
- Prevent ``ConnectionStateError`` in layer after ``appsetup`` is run
in layer.