• Carlos Ramos Carreño's avatar
    Change SOAPpy version for erp5-zope2. · b642d9da
    Carlos Ramos Carreño authored
    The version used for SOAPpy in erp5-zope2 was 0.12.0nxd001.
    This is not a PEP 440-compliant version and thus compilation with the
    newer buildout fails with:
    
    ``
    Getting distribution for 'SOAPpy==0.12.0nxd001'.
    DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
      WARNING: Built wheel for SOAPpy is invalid: Metadata 1.2 mandates PEP 440 version, but '0.12.0nxd001' is not
    ERROR: Failed to build one or more wheels
    ```
    
    We upgrade the version to 0.12.22, which is the same that was done for
    erp5 SR when buildout was upgraded.
    b642d9da
buildout.cfg 24.4 KB