Commit 58f96d0a authored by Hanno Schlichting's avatar Hanno Schlichting

No longer test compatibility with old dependencies.

parent e0403645
...@@ -22,9 +22,7 @@ Features Added ...@@ -22,9 +22,7 @@ Features Added
- AccessControl = 4.0a3 - AccessControl = 4.0a3
- AuthEncoding = 4.0.0 - AuthEncoding = 4.0.0
- Products.PythonScripts = 4.0 - Products.ZCatalog = 4.0a2
- Products.ZCatalog = 4.0.a2
- Products.ZCTextIndex = 4.0
- zExceptions = 3.3 - zExceptions = 3.3
Restructuring Restructuring
...@@ -85,6 +83,17 @@ Restructuring ...@@ -85,6 +83,17 @@ Restructuring
- Merge `Products.OFSP` project back in. - Merge `Products.OFSP` project back in.
- No longer test compatibility with dependencies:
``Products.ExternalMethod``
``Products.PythonScripts``
``Products.Sessions``
``Products.SiteErrorLog``
``Products.TemporaryFolder``
``tempstorage``
``zLOG``
``ZopeUndo``
- Dropped dependency declarations for indirect dependencies: - Dropped dependency declarations for indirect dependencies:
``docutils`` ``docutils``
......
...@@ -59,25 +59,18 @@ eggs = ...@@ -59,25 +59,18 @@ eggs =
five.globalrequest five.globalrequest
MultiMapping MultiMapping
Persistence Persistence
zExceptions
Zope2 Zope2
# RestrictedPython has an optional dependency on DateTime, make sure to run its # RestrictedPython has an optional dependency on DateTime, make sure to run its
# tests with DateTime being available # tests with DateTime being available
RestrictedPython RestrictedPython
zExceptions
# Test optional dependencies. # Test optional dependencies.
Missing Missing
Products.BTreeFolder2 Products.BTreeFolder2
Products.ExternalMethod
Products.MailHost Products.MailHost
Products.PythonScripts
Products.Sessions
Products.SiteErrorLog
Products.TemporaryFolder
Products.ZCatalog Products.ZCatalog
Record Record
tempstorage
ZServer ZServer
zLOG
[ztktests] [ztktests]
......
...@@ -12,12 +12,7 @@ MultiMapping==3.0 ...@@ -12,12 +12,7 @@ MultiMapping==3.0
PasteDeploy==1.5.2 PasteDeploy==1.5.2
Persistence==3.0a1 Persistence==3.0a1
Products.BTreeFolder2==3.0 Products.BTreeFolder2==3.0
Products.ExternalMethod==3.0
Products.MailHost==3.0 Products.MailHost==3.0
Products.PythonScripts==4.0
Products.Sessions==4.0
Products.SiteErrorLog==4.0
Products.TemporaryFolder==4.0
Products.ZCTextIndex==4.0 Products.ZCTextIndex==4.0
Products.ZCatalog==4.0a2 Products.ZCatalog==4.0a2
Record==3.1 Record==3.1
...@@ -27,21 +22,17 @@ WebTest==2.0.23 ...@@ -27,21 +22,17 @@ WebTest==2.0.23
ZConfig==3.1.0 ZConfig==3.1.0
ZEO==4.2.1 ZEO==4.2.1
ZODB==4.4.2 ZODB==4.4.2
ZopeUndo==4.1
five.globalrequest==1.0 five.globalrequest==1.0
initgroups==3.0
mechanize==0.2.5 mechanize==0.2.5
persistent==4.2.1 persistent==4.2.1
pytz==2016.6.1 pytz==2016.6.1
repoze.retry==1.4 repoze.retry==1.4
six==1.10.0 six==1.10.0
sourcecodegen==0.6.14 sourcecodegen==0.6.14
tempstorage==3.0
transaction==1.6.1 transaction==1.6.1
waitress==0.9.0 waitress==0.9.0
z3c.pt==2.2.3 z3c.pt==2.2.3
zExceptions==3.3 zExceptions==3.3
zLOG==3.0
zc.lockfile==1.2.1 zc.lockfile==1.2.1
zdaemon==4.1.0 zdaemon==4.1.0
zodbpickle==0.6.0 zodbpickle==0.6.0
......
...@@ -17,21 +17,12 @@ zExceptions = git ${remotes:github}/zExceptions pushurl=${remotes:github_push}/z ...@@ -17,21 +17,12 @@ zExceptions = git ${remotes:github}/zExceptions pushurl=${remotes:github_push}/z
zope.globalrequest = git ${remotes:github}/zope.globalrequest pushurl=${remotes:github_push}/zope.globalrequest zope.globalrequest = git ${remotes:github}/zope.globalrequest pushurl=${remotes:github_push}/zope.globalrequest
# Optional dependencies # Optional dependencies
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
Products.BTreeFolder2 = git ${remotes:github}/Products.BTreeFolder2 pushurl=${remotes:github_push}/Products.BTreeFolder2 Products.BTreeFolder2 = git ${remotes:github}/Products.BTreeFolder2 pushurl=${remotes:github_push}/Products.BTreeFolder2
Products.ExternalMethod = git ${remotes:github}/Products.ExternalMethod pushurl=${remotes:github_push}/Products.ExternalMethod
Products.MailHost = git ${remotes:github}/Products.MailHost pushurl=${remotes:github_push}/Products.MailHost Products.MailHost = git ${remotes:github}/Products.MailHost pushurl=${remotes:github_push}/Products.MailHost
Products.PythonScripts = git ${remotes:github}/Products.PythonScripts pushurl=${remotes:github_push}/Products.PythonScripts
Products.Sessions = git ${remotes:github}/Products.Sessions.git pushurl=${remotes:github_push}/Products.Sessions
Products.SiteErrorLog = git ${remotes:github}/Products.SiteErrorLog pushurl=${remotes:github_push}/Products.SiteErrorLog
Products.TemporaryFolder = git ${remotes:github}/Products.TemporaryFolder pushurl=${remotes:github_push}/Products.TemporaryFolder branch=master
Products.ZCatalog = git ${remotes:github}/Products.ZCatalog pushurl=${remotes:github_push}/Products.ZCatalog branch=master Products.ZCatalog = git ${remotes:github}/Products.ZCatalog pushurl=${remotes:github_push}/Products.ZCatalog branch=master
Products.ZCTextIndex = git ${remotes:github}/Products.ZCTextIndex pushurl=${remotes:github_push}/Products.ZCTextIndex Products.ZCTextIndex = git ${remotes:github}/Products.ZCTextIndex pushurl=${remotes:github_push}/Products.ZCTextIndex
Record = git ${remotes:github}/Record pushurl=${remotes:github_push}/Record Record = git ${remotes:github}/Record pushurl=${remotes:github_push}/Record
tempstorage = git ${remotes:github}/tempstorage pushurl=${remotes:github_push}/tempstorage
zLOG = git ${remotes:github}/zLOG pushurl=${remotes:github_push}/zLOG
ZopeUndo = git ${remotes:github}/ZopeUndo pushurl=${remotes:github_push}/ZopeUndo
ZServer = git ${remotes:github}/ZServer pushurl=${remotes:github_push}/ZServer ZServer = git ${remotes:github}/ZServer pushurl=${remotes:github_push}/ZServer
# ZTK # ZTK
......
...@@ -11,7 +11,6 @@ DateTime = 4.1.1 ...@@ -11,7 +11,6 @@ DateTime = 4.1.1
DocumentTemplate = 2.13.2 DocumentTemplate = 2.13.2
ExtensionClass = 4.1.2 ExtensionClass = 4.1.2
five.globalrequest = 1.0 five.globalrequest = 1.0
initgroups = 3.0
mechanize = 0.2.5 mechanize = 0.2.5
Missing = 3.1 Missing = 3.1
MultiMapping = 3.0 MultiMapping = 3.0
...@@ -19,12 +18,7 @@ PasteDeploy = 1.5.2 ...@@ -19,12 +18,7 @@ PasteDeploy = 1.5.2
Persistence = 3.0a1 Persistence = 3.0a1
persistent = 4.2.1 persistent = 4.2.1
Products.BTreeFolder2 = 3.0 Products.BTreeFolder2 = 3.0
Products.ExternalMethod = 3.0
Products.MailHost = 3.0 Products.MailHost = 3.0
Products.PythonScripts = 4.0
Products.Sessions = 4.0
Products.SiteErrorLog = 4.0
Products.TemporaryFolder = 4.0
Products.ZCatalog = 4.0a2 Products.ZCatalog = 4.0a2
Products.ZCTextIndex = 4.0 Products.ZCTextIndex = 4.0
pytz = 2016.6.1 pytz = 2016.6.1
...@@ -33,7 +27,6 @@ repoze.retry = 1.4 ...@@ -33,7 +27,6 @@ repoze.retry = 1.4
RestrictedPython = 3.6.0 RestrictedPython = 3.6.0
six = 1.10.0 six = 1.10.0
sourcecodegen = 0.6.14 sourcecodegen = 0.6.14
tempstorage = 3.0
transaction = 1.6.1 transaction = 1.6.1
waitress = 0.9.0 waitress = 0.9.0
WebOb = 1.6.1 WebOb = 1.6.1
...@@ -44,10 +37,8 @@ ZConfig = 3.1.0 ...@@ -44,10 +37,8 @@ ZConfig = 3.1.0
zdaemon = 4.1.0 zdaemon = 4.1.0
ZEO = 4.2.1 ZEO = 4.2.1
zExceptions = 3.3 zExceptions = 3.3
zLOG = 3.0
ZODB = 4.4.2 ZODB = 4.4.2
zodbpickle = 0.6.0 zodbpickle = 0.6.0
ZopeUndo = 4.1
zope.annotation = 4.4.1 zope.annotation = 4.4.1
zope.browser = 2.1.0 zope.browser = 2.1.0
zope.browsermenu = 4.1.1 zope.browsermenu = 4.1.1
......
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