Commit 7132baab authored by Hanno Schlichting's avatar Hanno Schlichting

Depend on and automatically set up `five.globalrequest`.

parent cfa16a6e
...@@ -51,6 +51,8 @@ Bugs Fixed ...@@ -51,6 +51,8 @@ Bugs Fixed
Features Added Features Added
++++++++++++++ ++++++++++++++
- Depend on and automatically set up `five.globalrequest`.
- Optimized the `OFS.ObjectManager.__contains__` method to do the - Optimized the `OFS.ObjectManager.__contains__` method to do the
least amount of work necessary. least amount of work necessary.
...@@ -82,6 +84,7 @@ Features Added ...@@ -82,6 +84,7 @@ Features Added
- DateTime = 4.1.1 - DateTime = 4.1.1
- ExtensionClass = 4.1.2 - ExtensionClass = 4.1.2
- docutils = 0.9.1 - docutils = 0.9.1
- five.globalrequest = 1.0
- manuel = 1.6.0 - manuel = 1.6.0
- Missing = 3.1 - Missing = 3.1
- MultiMapping = 3.0 - MultiMapping = 3.0
...@@ -93,6 +96,7 @@ Features Added ...@@ -93,6 +96,7 @@ Features Added
- tempstorage = 3.0 - tempstorage = 3.0
- zExceptions = 3.0 - zExceptions = 3.0
- zLOG = 3.0 - zLOG = 3.0
- zope.globalrequest = 1.2
- ZopeUndo = 4.1 - ZopeUndo = 4.1
Restructuring Restructuring
......
...@@ -58,6 +58,7 @@ eggs = ...@@ -58,6 +58,7 @@ eggs =
DateTime DateTime
DocumentTemplate DocumentTemplate
ExtensionClass ExtensionClass
five.globalrequest
Missing Missing
MultiMapping MultiMapping
Persistence Persistence
......
...@@ -71,6 +71,7 @@ setup(name='Zope2', ...@@ -71,6 +71,7 @@ setup(name='Zope2',
'ZODB', 'ZODB',
'ZopeUndo', 'ZopeUndo',
'docutils', 'docutils',
'five.globalrequest',
'initgroups', 'initgroups',
'pytz', 'pytz',
'setuptools', 'setuptools',
......
...@@ -12,6 +12,7 @@ Acquisition = git ${remotes:github}/Acquisition pushurl=${remotes:github_push}/A ...@@ -12,6 +12,7 @@ Acquisition = git ${remotes:github}/Acquisition pushurl=${remotes:github_push}/A
DateTime = git ${remotes:github}/DateTime pushurl=${remotes:github_push}/DateTime DateTime = git ${remotes:github}/DateTime pushurl=${remotes:github_push}/DateTime
DocumentTemplate = git ${remotes:github}/DocumentTemplate pushurl=${remotes:github_push}/DocumentTemplate DocumentTemplate = git ${remotes:github}/DocumentTemplate pushurl=${remotes:github_push}/DocumentTemplate
ExtensionClass = git ${remotes:github}/ExtensionClass pushurl=${remotes:github_push}/ExtensionClass ExtensionClass = git ${remotes:github}/ExtensionClass pushurl=${remotes:github_push}/ExtensionClass
five.globalrequest = git ${remotes:github}/five.globalrequest pushurl=${remotes:github_push}/five.globalrequest
initgroups = git ${remotes:github}/initgroups pushurl=${remotes:github_push}/initgroups initgroups = git ${remotes:github}/initgroups pushurl=${remotes:github_push}/initgroups
Missing = git ${remotes:github}/Missing pushurl=${remotes:github_push}/Missing Missing = git ${remotes:github}/Missing pushurl=${remotes:github_push}/Missing
MultiMapping = git ${remotes:github}/MultiMapping pushurl=${remotes:github_push}/MultiMapping MultiMapping = git ${remotes:github}/MultiMapping pushurl=${remotes:github_push}/MultiMapping
...@@ -24,6 +25,7 @@ Record = git ${remotes:github}/Record pushurl=${remotes:github_push}/Record ...@@ -24,6 +25,7 @@ Record = git ${remotes:github}/Record pushurl=${remotes:github_push}/Record
tempstorage = git ${remotes:github}/tempstorage pushurl=${remotes:github_push}/tempstorage tempstorage = git ${remotes:github}/tempstorage pushurl=${remotes:github_push}/tempstorage
zExceptions = git ${remotes:github}/zExceptions pushurl=${remotes:github_push}/zExceptions zExceptions = git ${remotes:github}/zExceptions pushurl=${remotes:github_push}/zExceptions
zLOG = git ${remotes:github}/zLOG pushurl=${remotes:github_push}/zLOG zLOG = git ${remotes:github}/zLOG pushurl=${remotes:github_push}/zLOG
zope.globalrequest = git ${remotes:github}/zope.globalrequest pushurl=${remotes:github_push}/zope.globalrequest
ZopeUndo = git ${remotes:github}/ZopeUndo pushurl=${remotes:github_push}/ZopeUndo ZopeUndo = git ${remotes:github}/ZopeUndo pushurl=${remotes:github_push}/ZopeUndo
# Deprecated / CMF dependencies # Deprecated / CMF dependencies
......
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
<include file="traversing.zcml" /> <include file="traversing.zcml" />
<include package="OFS "/> <include package="OFS "/>
<include package="ZPublisher" /> <include package="ZPublisher" />
<include package="five.globalrequest"/>
</configure> </configure>
...@@ -36,11 +36,13 @@ Products.StandardCacheManagers = 2.13.1 ...@@ -36,11 +36,13 @@ Products.StandardCacheManagers = 2.13.1
# Zope2 dependencies # Zope2 dependencies
collective.recipe.sphinxbuilder = 0.8.2 collective.recipe.sphinxbuilder = 0.8.2
five.globalrequest = 1.0
mechanize = 0.2.5 mechanize = 0.2.5
repoze.retry = 1.3 repoze.retry = 1.3
repoze.tm2 = 2.0 repoze.tm2 = 2.0
repoze.who = 2.2 repoze.who = 2.2
RestrictedPython = 3.6.0 RestrictedPython = 3.6.0
zope.globalrequest = 1.2
zope.sequencesort = 4.0.1 zope.sequencesort = 4.0.1
zope.testbrowser = 3.11.1 zope.testbrowser = 3.11.1
ZODB = 4.2.0 ZODB = 4.2.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment