-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
21 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,17 +15,14 @@ parts = | |
write_code_headers | ||
|
||
eggs = | ||
Plone[archetypes] | ||
plone.app.contenttypes[atrefs] | ||
plone.reload | ||
|
||
senaite.core | ||
senaite.app.listing | ||
senaite.app.spotlight | ||
senaite.app.supermodel | ||
senaite.impress | ||
senaite.jsonapi | ||
senaite.lims | ||
plone.reload | ||
|
||
extensions = mr.developer | ||
|
||
|
@@ -41,33 +38,18 @@ sources = sources | |
auto-checkout = * | ||
|
||
[sources] | ||
senaite.core = git git://github.com/senaite/senaite.core.git pushurl[email protected]:senaite/senaite.core.git branch=2.x | ||
senaite.app.spotlight = git git://github.com/senaite/senaite.app.spotlight.git pushurl[email protected]:senaite/senaite.app.spotlight.git branch=2.x | ||
senaite.app.supermodel = git git://github.com/senaite/senaite.app.supermodel.git pushurl[email protected]:senaite/senaite.app.supermodel.git branch=2.x | ||
senaite.impress = git git://github.com/senaite/senaite.impress.git pushurl[email protected]:senaite/senaite.impress.git branch=2.x | ||
senaite.jsonapi = git git://github.com/senaite/senaite.jsonapi.git pushurl[email protected]:senaite/senaite.jsonapi.git branch=2.x | ||
senaite.lims = git git://github.com/senaite/senaite.lims.git pushurl[email protected]:senaite/senaite.lims.git branch=2.x | ||
senaite.core = git https://github.com/senaite/senaite.core.git pushurl[email protected]:senaite/senaite.core.git branch=2.x | ||
senaite.app.spotlight = git https://github.com/senaite/senaite.app.spotlight.git pushurl[email protected]:senaite/senaite.app.spotlight.git branch=2.x | ||
senaite.app.supermodel = git https://github.com/senaite/senaite.app.supermodel.git pushurl[email protected]:senaite/senaite.app.supermodel.git branch=2.x | ||
senaite.impress = git https://github.com/senaite/senaite.impress.git pushurl[email protected]:senaite/senaite.impress.git branch=2.x | ||
senaite.jsonapi = git https://github.com/senaite/senaite.jsonapi.git pushurl[email protected]:senaite/senaite.jsonapi.git branch=2.x | ||
senaite.lims = git https://github.com/senaite/senaite.lims.git pushurl[email protected]:senaite/senaite.lims.git branch=2.x | ||
|
||
[instance] | ||
recipe = plone.recipe.zope2instance | ||
http-address = 127.0.0.1:8080 | ||
user = ${buildout:plone-user} | ||
wsgi = off | ||
eggs = | ||
Plone | ||
plone.app.upgrade | ||
${buildout:package-name} | ||
${buildout:eggs} | ||
deprecation-warnings = on | ||
environment-vars = | ||
zope_i18n_compile_mo_files true | ||
zcml = | ||
|
||
[instance:python27] | ||
recipe = plone.recipe.zope2instance | ||
http-address = 127.0.0.1:8080 | ||
user = ${buildout:plone-user} | ||
wsgi = off | ||
wsgi = on | ||
eggs = | ||
Plone[archetypes] | ||
plone.app.upgrade | ||
|
@@ -113,14 +95,7 @@ interpreter = zopepy | |
scripts = zopepy | ||
|
||
[versions] | ||
# FIXME: This can be removed if Plone folks add the pin to Plone official cfgs. | ||
# https://github.com/collective/buildout.plonetest/issues/25 | ||
zc.recipe.cmmi = 1.3.6 | ||
|
||
[versions:python27] | ||
# versions need to match the versions in requirements.txt | ||
# https://github.com/collective/buildout.plonetest/#testing-in-travis-ci-with-multiple-versions-of-plone-and-python | ||
setuptools = 44.1.1 | ||
zc.buildout = 2.13.3 | ||
zipp = <2.0.0 | ||
cssselect2 = <0.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
2.2.0 (unreleased) | ||
2.2.0 (2022-06-10) | ||
------------------ | ||
|
||
- #74 Multivalue support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters