Skip to content

Commit

Permalink
Prepare release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Jun 10, 2022
1 parent d89c77e commit 38274c5
Show file tree
Hide file tree
Showing 15 changed files with 2,173 additions and 946 deletions.
40 changes: 8 additions & 32 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.listing = git git://github.com/senaite/senaite.app.listing.git pushurl[email protected]:senaite/senaite.app.listing.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.lims = git git://github.com/senaite/senaite.lims.git pushurl[email protected]:senaite/senaite.lims.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.core = git https://github.com/senaite/senaite.core.git pushurl[email protected]:senaite/senaite.core.git branch=2.x
senaite.app.listing = git https://github.com/senaite/senaite.app.listing.git pushurl[email protected]:senaite/senaite.app.listing.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.lims = git https://github.com/senaite/senaite.lims.git pushurl[email protected]:senaite/senaite.lims.git branch=2.x
senaite.jsonapi = git https://github.com/senaite/senaite.jsonapi.git pushurl[email protected]:senaite/senaite.jsonapi.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
Expand Down Expand Up @@ -113,13 +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
2 changes: 1 addition & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.2.0 (unreleased)
2.2.0 (2022-06-10)
------------------

- #119 Simplified report creation API
Expand Down
Loading

0 comments on commit 38274c5

Please sign in to comment.