Commit f5d74660 authored by Jérome Perrin's avatar Jérome Perrin

software.cfg: update slapos to 1.0.244

We have a test suite OfficeJS.Appstore.UnitTest-Master failing to
run since a few days with an error like this:

     $ /srv/slapgrid/slappart3/t/cag/i/5/bin/runTestSuite --help
     Traceback (most recent call last):
       File "../bin/runTestSuite", line 298, in <module>
         import Products.ERP5Type.tests.runTestSuite
       File "../parts/erp5/product/ERP5Type/__init__.py", line 86, in <module>
         from Products.ERP5Type.Utils import initializeProduct, updateGlobals
       File "../parts/erp5/product/ERP5Type/Utils.py", line 32, in <module>
         from past.builtins import cmp
     ImportError: No module named past.builtins

This is because with erp5 commit a17bb91030 (py2/py3: Make Products
code compatible with both python2 and python3., 2022-04-13) we have
a new dependency. That dependency is provided by the new SlapOS
software release, so ERP5 has a minimal requirement for this new
SlapOS software release.

These changes are about updating SlapOS software release. The old
version pins are no longer needed here, because SlapOS software
release provides them. SlapOS now comes with a newer version of Zope2
and also with their own patches to Zope2, so we use += to apply this
patch on top of SlapOS patches
parent 0f84d8de
Pipeline #21450 passed with stage
in 0 seconds
[buildout]
extends =
https://lab.nexedi.com/nexedi/slapos/raw/1.0.179/software/erp5/software.cfg
https://lab.nexedi.com/nexedi/slapos/raw/1.0.244/software/erp5/software.cfg
parts +=
officejs-appstore
......@@ -24,18 +24,8 @@ revision = 2bec764b6d7d223997e6558cbb251b6233b6f70d
extra-paths +=
${officejs-appstore:location}
Zope2-patches = ${officejs-appstore:location}/slapos/0001-Products-SiteAccess-handle-wildcard-on-rewrite-url.patch
#b5d97e2ff9a94aefd64158f9e4817096
Zope2-patch-options = -p1
Zope2-patches +=
${officejs-appstore:location}/slapos/0001-Products-SiteAccess-handle-wildcard-on-rewrite-url.patch#d4aace37a645354aed02440c34dca629
[versions]
oauth2client = 4.0.0
pyasn1-modules = 0.0.8
rsa = 3.4.2
seaborn = 0.7.1
statsmodels = 0.8.0
# patched eggs
Zope2 = 2.13.28+SlapOSPatched001
# Required by:
# statsmodels==0.8.0
patsy = 0.4.1
\ No newline at end of file
Zope2 =2.13.30+SlapOSPatched002
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment