diff --git a/buildout.cfg b/buildout.cfg index eb63506..a3b7c1d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -22,6 +22,4 @@ exclude = # that are defined in zc.catalog, including a hoist of (deprecated) # zope.app.* dependencies. zc.catalog -# Fanstatic use py.test for testing and compattest cannot deal with that. - fanstatic runner-defaults = ['--auto-color', '-v', '--auto-progress'] diff --git a/dependabot/requirements.txt b/dependabot/requirements.txt index cf5ca5d..aa22517 100644 --- a/dependabot/requirements.txt +++ b/dependabot/requirements.txt @@ -1,5 +1,4 @@ Chameleon==4.5.0 -fanstatic==1.4 grok==5.0 grokcore.annotation==4.0 grokcore.catalog==4.0 @@ -30,7 +29,6 @@ zope.app.debug==4.0.0 zope.app.publication==5.0 zope.app.wsgi==5.0 zope.errorview==2.0 -zope.fanstatic==3.0.0 zope.generations==5.1.0 zope.testbrowser==6.0 appnope==0.1.3 diff --git a/docs/changes.rst b/docs/changes.rst index 3d5e6de..0bdf0f0 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -12,6 +12,12 @@ - ``grokcore.json`` +- Drop support ``zope.fanstatic``, as this repository has been archived and + does not support Python 3.12. + +- Remove ``fanstatic`` from the list of version pins as it was only needed by + ``zope.fanstatic``. + 3.0 (2023-12-20) ---------------- diff --git a/grok-sources.cfg b/grok-sources.cfg index 4b8095b..4b3107d 100644 --- a/grok-sources.cfg +++ b/grok-sources.cfg @@ -26,5 +26,4 @@ z3c.recipe.i18n = git ${buildout:github}/z3c.recipe.i18n pushurl=${buildout:gith zope.app.debug = git ${buildout:github}/zope.app.debug pushurl=${buildout:github_push}/zope.app.debug zope.app.wsgi = git ${buildout:github}/zope.app.wsgi pushurl=${buildout:github_push}/zope.app.wsgi zope.errorview = git ${buildout:github}/zope.errorview pushurl=${buildout:github_push}/zope.errorview -zope.fanstatic = git ${buildout:github}/zope.fanstatic pushurl=${buildout:github_push}/zope.fanstatic zope.testbrowser = git ${buildout:github}/zope.testbrowser pushurl=${buildout:github_push}/zope.testbrowser diff --git a/grok-versions.cfg b/grok-versions.cfg index 7dd1780..b81b6a3 100644 --- a/grok-versions.cfg +++ b/grok-versions.cfg @@ -1,7 +1,6 @@ [versions] # GROK Chameleon = 4.5.0 -fanstatic = 1.4 grok = 5.0 grokcore.annotation = 4.0 grokcore.catalog = 4.0 @@ -32,7 +31,6 @@ zope.app.debug = 4.0.0 zope.app.publication = 5.0 zope.app.wsgi = 5.0 zope.errorview = 2.0 -zope.fanstatic = 3.0.0 zope.generations = 5.1.0 zope.testbrowser = 6.0 diff --git a/grok.cfg b/grok.cfg index a5639f3..cb6ac98 100644 --- a/grok.cfg +++ b/grok.cfg @@ -32,7 +32,6 @@ included = z3c.flashmessage zc.catalog zope.errorview - zope.fanstatic # These packages will be removed in the next version deprecating =