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
58f96d0a
Commit
58f96d0a
authored
Sep 02, 2016
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No longer test compatibility with old dependencies.
parent
e0403645
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
38 deletions
+13
-38
CHANGES.rst
CHANGES.rst
+12
-3
buildout.cfg
buildout.cfg
+1
-8
requirements.txt
requirements.txt
+0
-9
sources.cfg
sources.cfg
+0
-9
versions-prod.cfg
versions-prod.cfg
+0
-9
No files found.
CHANGES.rst
View file @
58f96d0a
...
@@ -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``
...
...
buildout.cfg
View file @
58f96d0a
...
@@ -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]
...
...
requirements.txt
View file @
58f96d0a
...
@@ -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
...
...
sources.cfg
View file @
58f96d0a
...
@@ -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
...
...
versions-prod.cfg
View file @
58f96d0a
...
@@ -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
...
...
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