------------------
- Add a remove_unique_process_instances evolve step.
- Add a update_catalogs_evolve evolve step to update catalogs and reindex
new indexes programmatically.
- On SIGTERM, stop the system thread. It was already done for SIGINT but not
on SIGTERM.
- Can now execute process_definitions_evolve via sd_evolve script.
- Fix ConflictError at startup when using several workers.
- Fix tests with latest pyramid version.
- Add support for Python 3.6