Skip to content

Commit

Permalink
Add Solr 9.5 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto authored Dec 14, 2024
1 parent fa8eec9 commit 2934db4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
python-version: ["3.11", "3.10", "3.9", "3.8"]
plone-version: ["5.2", "6.0"]
solr-version: ["9.0.x", "9.1.x"]
solr-version: ["9.0.x", "9.1.x", "9.5.x"]
exclude:
- python-version: "3.11"
plone-version: "5.2"
Expand Down
2 changes: 1 addition & 1 deletion plone-6.0.x.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://dist.plone.org/release/6.0.9/versions.cfg
https://dist.plone.org/release/6.0.13/versions.cfg
base.cfg
versions = versions

Expand Down
15 changes: 10 additions & 5 deletions requirements-6.0.x.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# https://dist.plone.org/release/6.0.9/requirements.txt
pip==23.3.1
setuptools==69.0.2
wheel==0.42.0
zc.buildout==3.0.1
# https://dist.plone.org/release/6.0.13/requirements.txt
pip==24.2
setuptools==74.0.0
wheel==0.44.0
zc.buildout==3.1.0

# Windows specific down here (has to be installed here, fails in buildout)
# Dependency of zope.sendmail:
pywin32 ; platform_system == 'Windows'

# SSL Certs on windows, because Python is missing them otherwise:
certifi ; platform_system == 'Windows'

# VSCode robotframework-lsp requires robotframework directly in venv
robotframework==6.0.2
# robotframework >= 6.1 is only supported with robotframwork-lsp >= 1.11.0,
# but https://github.com/robocorp/robotframework-lsp/issues/947
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Framework :: Plone",
"Framework :: Plone :: 5.2",
"Framework :: Plone :: 6.0",
"Framework :: Plone :: 6.1",
"Framework :: Plone :: Addon",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
Expand Down
4 changes: 4 additions & 0 deletions solr-9.5.x.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[solr]
recipe = kitconcept.recipe.solr
src = https://www.apache.org/dyn/closer.lua/solr/solr/9.5.0/solr-9.5.0.tgz?action=download
solr-config = config

0 comments on commit 2934db4

Please sign in to comment.