Merge ~cjwatson/txpkgupload:update-zope into txpkgupload:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: 2df295128bb090585a9446a18761b68147b58ced
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/txpkgupload:update-zope
Merge into: txpkgupload:master
Diff against target: 49 lines (+19/-15)
1 file modified
requirements.txt (+19/-15)
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Review via email: mp+392806@code.launchpad.net

Commit message

Upgrade Zope stack

Description of the change

This adds Python 3 support to various packages.

Dependencies MP: https://code.launchpad.net/~cjwatson/txpkgupload/+git/dependencies/+merge/392805

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/requirements.txt b/requirements.txt
2index d1027b7..c069a2a 100644
3--- a/requirements.txt
4+++ b/requirements.txt
5@@ -32,6 +32,7 @@ oops-wsgi==0.0.12
6 pbr==1.8.1
7 pyasn1==0.1.6
8 pycparser==2.18
9+python-gettext==4.0
10 python-mimeparse==0.1.4
11 pytz==2017.2
12 PyYAML==3.10
13@@ -43,18 +44,21 @@ Twisted[conch]==18.4.0
14 unittest2==1.0.1
15 wadllib==1.3.2
16 wsgi-intercept==0.5.1
17-zope.browser==1.3
18-zope.component==3.11.0
19-zope.configuration==3.7.4
20-zope.contenttype==3.5.5
21-zope.event==3.5.2
22-zope.exceptions==3.6.2
23-zope.i18n==3.7.4
24-zope.i18nmessageid==3.5.3
25-zope.interface==4.4.3
26-zope.location==3.9.1
27-zope.proxy==3.6.1
28-zope.publisher==3.12.6
29-zope.schema==3.7.1
30-zope.security==3.8.3
31-zope.server==3.8.6
32+zope.browser==2.3
33+zope.component==4.6.1
34+zope.configuration==4.4.0
35+zope.contenttype==4.5.0
36+zope.deferredimport==4.3.1
37+zope.deprecation==4.4.0
38+zope.event==4.4
39+zope.exceptions==4.3
40+zope.hookable==5.0.1
41+zope.i18n==4.7.0
42+zope.i18nmessageid==5.0.1
43+zope.interface==5.0.2
44+zope.location==4.2
45+zope.proxy==4.3.5
46+zope.publisher==5.2.0
47+zope.schema==6.0.0
48+zope.security==5.1.1
49+zope.server==4.0.2

Subscribers

People subscribed via source and target branches

to all changes: