Imported Upstream version 38.2.3 upstream/38.2.3
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 14 Jan 2019 01:40:33 +0000 (10:40 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 14 Jan 2019 01:40:33 +0000 (10:40 +0900)
setup.cfg
setup.py
tests/requirements.txt

index 19b073e..b2e68c6 100755 (executable)
--- 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
 
index 778fc50..61d2cea 100755 (executable)
--- 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",
index 38b6924..9c8bcff 100644 (file)
@@ -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