Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
b097a0f8
Commit
b097a0f8
authored
8 years ago
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies.
parent
ab857cc1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
14 deletions
+27
-14
CHANGES.rst
CHANGES.rst
+5
-0
requirements-full.txt
requirements-full.txt
+10
-6
versions-prod.cfg
versions-prod.cfg
+10
-6
versions.cfg
versions.cfg
+2
-2
No files found.
CHANGES.rst
View file @
b097a0f8
...
...
@@ -18,6 +18,11 @@ Features Added
- Add support to SameSite cookie in ``ZPublisher.HTTPBaseResponse``:
https://tools.ietf.org/html/draft-west-first-party-cookies-07
- Updated distributions:
- zope.globalrequest = 1.3
- zope.testing = 4.6.0
Restructuring
+++++++++++++
...
...
This diff is collapsed.
Click to expand it.
requirements-full.txt
View file @
b097a0f8
...
...
@@ -3,7 +3,7 @@ AccessControl==4.0a3
Acquisition==4.2.2
AuthEncoding==4.0.0
BTrees==4.3.1
Chameleon==2.2
4
Chameleon==2.2
5
DateTime==4.1.1
DocumentTemplate==2.13.2
ExtensionClass==4.1.2
...
...
@@ -17,20 +17,24 @@ Products.ZCTextIndex==4.0.1
Products.ZCatalog==4.0a2
Record==3.1
RestrictedPython==3.6.0
WebOb==1.6.1
WSGIProxy2==0.4.2
WebOb==1.6.2
WebTest==2.0.23
ZConfig==3.1.0
ZEO==5.0.1
ZODB==5.0.0
ZServer==4.0a1
five.globalrequest==1.0
funcsigs==1.0.2
mechanize==0.2.5
mock==2.0.0
pbr==1.10.0
persistent==4.2.1
pytz==2016.
6.1
pytz==2016.
7
six==1.10.0
sourcecodegen==0.6.14
transaction==1.6.1
waitress==1.0.
0
waitress==1.0.
1
z3c.pt==3.0
zExceptions==3.4
zc.lockfile==1.2.1
...
...
@@ -55,7 +59,7 @@ zope.event==4.2.0
zope.exceptions==4.0.8
zope.filerepresentation==4.1.0
zope.formlib==4.3.0
zope.globalrequest==1.
2
zope.globalrequest==1.
3
zope.i18n==4.1.0
zope.i18nmessageid==4.0.3
zope.interface==4.3.2
...
...
@@ -77,7 +81,7 @@ zope.structuredtext==4.1.0
zope.tal==4.2.0
zope.tales==4.1.1
zope.testbrowser==4.0.4
zope.testing==4.
5
.0
zope.testing==4.
6
.0
zope.testrunner==4.5.1
zope.traversing==4.1.0
zope.viewlet==4.0.0
This diff is collapsed.
Click to expand it.
versions-prod.cfg
View file @
b097a0f8
...
...
@@ -6,30 +6,34 @@ AccessControl = 4.0a3
AuthEncoding = 4.0.0
Acquisition = 4.2.2
BTrees = 4.3.1
Chameleon = 2.2
4
Chameleon = 2.2
5
DateTime = 4.1.1
DocumentTemplate = 2.13.2
ExtensionClass = 4.1.2
five.globalrequest = 1.0
funcsigs = 1.0.2
mechanize = 0.2.5
mock = 2.0.0
Missing = 3.1
MultiMapping = 3.0
PasteDeploy = 1.5.2
pbr = 1.10.0
Persistence = 3.0a1
persistent = 4.2.1
Products.BTreeFolder2 = 3.0
Products.MailHost = 3.0
Products.ZCatalog = 4.0a2
Products.ZCTextIndex = 4.0.1
pytz = 2016.
6.1
pytz = 2016.
7
Record = 3.1
RestrictedPython = 3.6.0
six = 1.10.0
sourcecodegen = 0.6.14
transaction = 1.6.1
waitress = 1.0.
0
WebOb = 1.6.
1
waitress = 1.0.
1
WebOb = 1.6.
2
WebTest = 2.0.23
WSGIProxy2 = 0.4.2
z3c.pt = 3.0
zc.lockfile = 1.2.1
ZConfig = 3.1.0
...
...
@@ -57,7 +61,7 @@ zope.event = 4.2.0
zope.exceptions = 4.0.8
zope.filerepresentation = 4.1.0
zope.formlib = 4.3.0
zope.globalrequest = 1.
2
zope.globalrequest = 1.
3
zope.i18n = 4.1.0
zope.i18nmessageid = 4.0.3
zope.interface = 4.3.2
...
...
@@ -79,7 +83,7 @@ zope.structuredtext = 4.1.0
zope.tal = 4.2.0
zope.tales = 4.1.1
zope.testbrowser = 4.0.4
zope.testing = 4.
5
.0
zope.testing = 4.
6
.0
zope.testrunner = 4.5.1
zope.traversing = 4.1.0
zope.viewlet = 4.0.0
...
...
This diff is collapsed.
Click to expand it.
versions.cfg
View file @
b097a0f8
...
...
@@ -23,9 +23,9 @@ plone.recipe.command = 1.1
Pygments = 2.1.3
python-gettext = 3.0
python-subunit = 1.2.0
setuptools = 2
6.1
.1
setuptools = 2
8.6
.1
snowballstemmer = 1.2.1
Sphinx = 1.4.
6
Sphinx = 1.4.
8
testtools = 2.2.0
unittest2 = 1.1.0
z3c.checkversions = 0.5
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment