[galaxyproject/galaxy] a22142: Use mysqlclient instead of mysql-python as conditi...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: a22142437df527342d72cde51f2f79c667fe0da4 https://github.com/galaxyproject/galaxy/commit/a22142437df527342d72cde51f2f7... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M lib/galaxy/dependencies/__init__.py M lib/galaxy/dependencies/conditional-requirements.txt Log Message: ----------- Use mysqlclient instead of mysql-python as conditional dependency MySQL-python is legacy and unmaintained. xref. https://github.com/galaxyproject/starforge-recipes/issues/22 Commit: c6f1183939cf8b9897357e4506bfc6d438067f36 https://github.com/galaxyproject/galaxy/commit/c6f1183939cf8b9897357e4506bfc... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M client/README.md M doc/source/admin/framework_dependencies.rst M scripts/common_startup.sh Log Message: ----------- Update documentation about dependencies Commit: b84c61a12a4e6c2aac6c223d668dae4a722cbf60 https://github.com/galaxyproject/galaxy/commit/b84c61a12a4e6c2aac6c223d668da... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M lib/galaxy/dependencies/pipfiles/default/Pipfile M lib/galaxy/dependencies/pipfiles/default/pinned-dev-requirements.txt M lib/galaxy/dependencies/pipfiles/default/pinned-requirements.txt M lib/galaxy/dependencies/pipfiles/flake8/pinned-requirements.txt M lib/galaxy/dependencies/pipfiles/update.sh Log Message: ----------- Remove pin on Sphinx. Update all dependencies with `make update-dependencies` using pipenv 2018.11.26 . Important updates: - Cheetah3 3.2.0 has now x86_64 wheels on PyPI - `sphinx-rtd-theme` 0.4.3 has integrated Google Analytics support that we can use for the docs website - Fix environment markers for `configparser`, `functools32` and `more-itertools` Commit: b8a98687a9efefadb1606537ee3797c8cec54a9a https://github.com/galaxyproject/galaxy/commit/b8a98687a9efefadb1606537ee379... Author: Marius van den Beek <m.vandenbeek@gmail.com> Date: 2019-02-20 (Wed, 20 Feb 2019) Changed paths: M client/README.md M doc/source/admin/framework_dependencies.rst M lib/galaxy/dependencies/__init__.py M lib/galaxy/dependencies/conditional-requirements.txt M lib/galaxy/dependencies/pipfiles/default/Pipfile M lib/galaxy/dependencies/pipfiles/default/pinned-dev-requirements.txt M lib/galaxy/dependencies/pipfiles/default/pinned-requirements.txt M lib/galaxy/dependencies/pipfiles/flake8/pinned-requirements.txt M lib/galaxy/dependencies/pipfiles/update.sh M scripts/common_startup.sh Log Message: ----------- Merge pull request #7365 from nsoranzo/update_deps Remove pin on Sphinx. Update all dependencies Compare: https://github.com/galaxyproject/galaxy/compare/ff962b158425...b8a98687a9ef
participants (1)
-
Marius van den Beek