Metadata

Distro Index Owner:
eea
Home Page:
eea.aliases
License
GPL
Version:
1.5
Last updated:
2020-08-14
Keywords:
EEA Aliases zodbverify zodbupdate

eea.aliases

Files

Indexes

zodbupdate aliases

EEA Aliases

Develop Master Release

Introduction

Add fallback aliases for common missing modules while migrating to Plone 5.2 (Python 3)

See https://community.plone.org/t/zodbverify-porting-plone-with-zopedb-to-python3/8806/13

Install

  • Add eea.aliases to your eggs and zcml section in your buildout and re-run buildout:

    [buildout]
    parts +=
      zodbupdate
    
    eggs +=
      eea.aliases
      zodbverify
    
    [zodbupdate]
    recipe = zc.recipe.egg
    eggs =
      zodbupdate
      ${buildout:eggs}
    

Usage

$ bin/instance zodbverify
$ bin/zodbupdate --convert-py3 --file=/data/filestorage/Data.fs --encoding utf8 --encoding-fallback latin1

Source code

Latest source code (Zope 2 compatible):

Funding and project management

EEA - European Environment Agency (EU)

Changelog

1.5 - (2020-08-14)

  • Change: Fix typo in Readme [al-ert]

1.4 - (2020-05-13)

  • Change: Tests and Linters [valipod]

1.3 - (2020-03-03)

  • Change: Add jenkins badge [valentinab25]

1.2 - (2020-02-26)

  • Feature: updated Jenkins pipeline [alecghica refs #110159]

1.1 - (2020-02-21)

  • Change: Implement automatic release [valentinab25 refs #110159]

1.0 - (2019-12-13)

  • Initial release