From: DongHun Kwak Date: Mon, 14 Jan 2019 01:40:33 +0000 (+0900) Subject: Imported Upstream version 38.2.3 X-Git-Tag: upstream/38.2.3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0b76370472ae579d9dd53ab37a81f8e2094b4c8;p=platform%2Fupstream%2Fpython-setuptools.git Imported Upstream version 38.2.3 --- diff --git a/setup.cfg b/setup.cfg index 19b073e..b2e68c6 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 38.2.2 +current_version = 38.2.3 commit = True tag = True diff --git a/setup.py b/setup.py index 778fc50..61d2cea 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="38.2.2", + version="38.2.3", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", diff --git a/tests/requirements.txt b/tests/requirements.txt index 38b6924..9c8bcff 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,5 +3,5 @@ mock pytest-flake8; python_version>="2.7" virtualenv>=13.0.0 pytest-virtualenv>=1.2.7 -pytest>=3.0.2 +pytest>=3.0.2,<=3.2.5 wheel