From 487cfca54e1205daa5ea0ea2bb9b480f6add75b3 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Fri, 15 Feb 2019 03:26:50 +0000 Subject: [PATCH] [update to 4.4] Emit a warning when a future-unsupported setuptools version is detected. Ref #43. Jason R. Coombs (5): Pin to old versions of pytest as workaround for manahl/pytest-plugins#110. Add workaround for manahl/pytest-plugins/issues/122 Suppress E117 as workaround for PyCQA/pycodestyle#836 Update changelog. Ref #43. Emit a warning when a future-unsupported setuptools version is detected. Ref #43. 4.4 === * #43: Detect condition where declarative config will cause errors and emit a UserWarning with guidance on necessary actions. 4.3.1 ===== --- ChangeLog | 18 ++++++++++++++++++ Makefile | 2 +- options.conf | 2 +- pytest-runner.spec | 13 +++++++------ release | 2 +- upstream | 2 +- whatrequires | 6 ++++-- 7 files changed, 33 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fa11b9..0ae8d37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +4.4 +=== + +* #43: Detect condition where declarative config will cause + errors and emit a UserWarning with guidance on necessary + actions. + +4.3.1 +===== + +* #43: Re-release of 4.2 to supersede the 4.3 release which + proved to be backward-incompatible in that it requires + setuptools 30.4 or possibly later (to install). In the future, a + backward-incompatible release will re-release these changes. + For projects including pytest-runner, particularly as + ``setup_requires``, if support for older setuptools is required, + please pin to ``pytest-runner < 5``. + 4.2 === diff --git a/Makefile b/Makefile index dce68d6..e8dd9b7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pytest-runner -URL = https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz +URL = https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 2955c2c..7e34c3a 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pytest-runner -url = https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz +url = https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz archives = giturl = https://github.com/pytest-dev/pytest-runner.git diff --git a/pytest-runner.spec b/pytest-runner.spec index 6ee97ac..637375f 100644 --- a/pytest-runner.spec +++ b/pytest-runner.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pytest-runner -Version : 4.2 -Release : 41 -URL : https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz -Source0 : https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz +Version : 4.4 +Release : 42 +URL : https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz +Source0 : https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz Summary : Invoke py.test as distutils command with dependency resolution Group : Development/Tools License : MIT @@ -52,14 +52,15 @@ python3 components for the pytest-runner package. %prep -%setup -q -n pytest-runner-4.2 +%setup -q -n pytest-runner-4.4 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C -export SOURCE_DATE_EPOCH=1541271787 +export SOURCE_DATE_EPOCH=1550201197 +export MAKEFLAGS=%{?_smp_mflags} python3 setup.py build %install diff --git a/release b/release index 87523dd..d81cc07 100644 --- a/release +++ b/release @@ -1 +1 @@ -41 +42 diff --git a/upstream b/upstream index d16df87..900c614 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -95dccf7142e30fbbe3d1f4ea08aae8d6cc15c5d6/pytest-runner-4.2.tar.gz +372943aea8561e086d55f7e9008622b67d6a7b56/pytest-runner-4.4.tar.gz diff --git a/whatrequires b/whatrequires index 0a2f392..bfcc9d9 100644 --- a/whatrequires +++ b/whatrequires @@ -1,14 +1,16 @@ # This file contains recursive sources that require this package +Paste PyJWT aiohttp-cors astroid dask -flake8 idna-ssl mccabe +numpy-stl +onnx paho-mqtt pyee pylint -pyrsistent +python-utils smartcols yarl