Skip to content

Commit

Permalink
Drop support zope.fanstatic + fanstatic.
Browse files Browse the repository at this point in the history
- `zope.fanstatic` has been archived and does not support Python 3.12.

- `fanstatic` was only needed by `zope.fanstatic`.
  • Loading branch information
icemac committed Jan 29, 2024
1 parent c31199b commit ac2fa95
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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']
2 changes: 0 additions & 2 deletions dependabot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Chameleon==4.5.0
fanstatic==1.4
grok==5.0
grokcore.annotation==4.0
grokcore.catalog==4.0
Expand Down Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
----------------
Expand Down
1 change: 0 additions & 1 deletion grok-sources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions grok-versions.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[versions]
# GROK
Chameleon = 4.5.0
fanstatic = 1.4
grok = 5.0
grokcore.annotation = 4.0
grokcore.catalog = 4.0
Expand Down Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion grok.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ included =
z3c.flashmessage
zc.catalog
zope.errorview
zope.fanstatic

# These packages will be removed in the next version
deprecating =
Expand Down

0 comments on commit ac2fa95

Please sign in to comment.