Skip to content
  1. Dec 01, 2021
    • Yuanle Song's avatar
      v3.0.0 switched to cmake based build · e7bd21f7
      Yuanle Song authored
      - switched to cmake based build.
      
        This allow me to continue optimize build process and make it
        work for all my existing python projects.
      
        Old Makefile is not easy to update at all.
      
        deb pkg now include venv instead of wheels. no bootstrap needed.
      
      - removed some obsolete scripts in utils/
      - removed upstart configs
      - removed utils/choose_default_python.sh, just use python3 from PATH
      - app.yaml
        - use Amazon ECR by default
        - enable livenessProbe by default
      - fabfile now use de04 as default PROD_HOST
      e7bd21f7
  2. Aug 16, 2021
    • Yuanle Song's avatar
      v2.0.0 drop support for python2.7 · 21fe8c13
      Yuanle Song authored
      - use python3 venv module to replace old bundled virtualenv module.
      - upgrade docker build image and runtime image to debian buster based.
      - bugfix: venv cache dir includes python version in dir name.
      21fe8c13
  3. Jan 12, 2020
  4. Jan 02, 2020
  5. Mar 02, 2019
  6. Feb 28, 2019