File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ if [ "$TRAVIS_PYTHON_VERSION" == 3.6 ]; then
88 echo " Deferring building conda package because this is release"
99 else
1010
11- python3 -m pip install repo_helper || exit 1
12- python3 -m repo_helper make-recipe || exit 1
13- # python3 ./make_conda_recipe.py || exit 1
11+ python3 ./make_conda_recipe.py || exit 1
1412
1513 # Switch to miniconda
1614 source " /home/travis/miniconda/etc/profile.d/conda.sh"
Original file line number Diff line number Diff line change 2424 - id : mixed-line-ending
2525
2626 - repo : https://github.com/domdfcoding/pre-commit-hooks
27- rev : v0.0.4
27+ rev : v0.1.1
2828 hooks :
2929 - id : requirements-txt-sorter
3030 args :
Original file line number Diff line number Diff line change 4444
4545# this package
4646from domdf_python_tools .doctools import PYPY
47- from domdf_python_tools .paths import PathPlus
4847from domdf_python_tools .iterative import Len
48+ from domdf_python_tools .paths import PathPlus
4949from domdf_python_tools .versions import Version
5050
5151__all__ = [
Original file line number Diff line number Diff line change 11colorama >= 0.4.3
22deprecation >= 2.1.0
3- importlib_metadata >= 1.5.0 ; python_version < "3.8"
4- importlib_resources >= 3.0.0 ; python_version < "3.7"
3+ importlib-metadata >= 1.5.0 ; python_version < "3.8"
4+ importlib-resources >= 3.0.0 ; python_version < "3.7"
55packaging >= 20.4
66pydash >= 4.7.4
7- typing_extensions >= 3.7.4.3
7+ typing-extensions >= 3.7.4.3
You can’t perform that action at this time.
0 commit comments