Skip to content

Commit 26fd999

Browse files
committed
Merge branch 'master' into chameleon-460
2 parents 7930532 + 22ea1d4 commit 26fd999

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

constraints.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AccessControl==7.2
22
Acquisition==6.1
3-
AuthEncoding==5.0
3+
AuthEncoding==5.0; python_version == '3.8'
4+
AuthEncoding==6.0; python_version > '3.8'
45
BTrees==6.1
56
Babel==2.16.0
67
Chameleon==4.4.4; python_version == '3.8'

requirements-full.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
22
AccessControl==7.2
33
Acquisition==6.1
4-
AuthEncoding==5.0
4+
AuthEncoding==5.0; python_version == '3.8'
5+
AuthEncoding==6.0; python_version > '3.8'
56
BTrees==6.1
67
Chameleon==4.4.4; python_version == '3.8'
78
Chameleon==4.6.0; python_version > '3.8'

versions-prod.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Zope =
66
Zope2 = 4.0
77
AccessControl = 7.2
88
Acquisition = 6.1
9-
AuthEncoding = 5.0
9+
AuthEncoding = 6.0
1010
BTrees = 6.1
1111
Chameleon = 4.6.0
1212
DateTime = 5.5
@@ -83,6 +83,8 @@ zope.traversing = 5.0
8383
zope.viewlet = 5.0
8484

8585
[versions:python38]
86+
# AuthEncoding >= 6 requires Python 3.9
87+
AuthEncoding = 5.0
8688
# Chameleon >= 4.5 requires Python 3.9
8789
Chameleon = 4.4.4
8890
# waitress >= 3.0.1 requires Python 3.9

0 commit comments

Comments
 (0)