Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 487cfca

Browse files
fenrus75djklimes
authored andcommitted
[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 man-group/pytest-plugins#110. Add workaround for man-group/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 =====
1 parent aa3fecd commit 487cfca

File tree

7 files changed

+33
-12
lines changed

7 files changed

+33
-12
lines changed

ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
4.4
2+
===
3+
4+
* #43: Detect condition where declarative config will cause
5+
errors and emit a UserWarning with guidance on necessary
6+
actions.
7+
8+
4.3.1
9+
=====
10+
11+
* #43: Re-release of 4.2 to supersede the 4.3 release which
12+
proved to be backward-incompatible in that it requires
13+
setuptools 30.4 or possibly later (to install). In the future, a
14+
backward-incompatible release will re-release these changes.
15+
For projects including pytest-runner, particularly as
16+
``setup_requires``, if support for older setuptools is required,
17+
please pin to ``pytest-runner < 5``.
18+
119
4.2
220
===
321

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pytest-runner
2-
URL = https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz
2+
URL = https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pytest-runner
3-
url = https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz
3+
url = https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz
44
archives =
55
giturl = https://github.com/pytest-dev/pytest-runner.git
66

pytest-runner.spec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pytest-runner
6-
Version : 4.2
7-
Release : 41
8-
URL : https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz
6+
Version : 4.4
7+
Release : 42
8+
URL : https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz
1010
Summary : Invoke py.test as distutils command with dependency resolution
1111
Group : Development/Tools
1212
License : MIT
@@ -52,14 +52,15 @@ python3 components for the pytest-runner package.
5252

5353

5454
%prep
55-
%setup -q -n pytest-runner-4.2
55+
%setup -q -n pytest-runner-4.4
5656

5757
%build
5858
export http_proxy=http://127.0.0.1:9/
5959
export https_proxy=http://127.0.0.1:9/
6060
export no_proxy=localhost,127.0.0.1,0.0.0.0
6161
export LANG=C
62-
export SOURCE_DATE_EPOCH=1541271787
62+
export SOURCE_DATE_EPOCH=1550201197
63+
export MAKEFLAGS=%{?_smp_mflags}
6364
python3 setup.py build
6465

6566
%install

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
41
1+
42

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
95dccf7142e30fbbe3d1f4ea08aae8d6cc15c5d6/pytest-runner-4.2.tar.gz
1+
372943aea8561e086d55f7e9008622b67d6a7b56/pytest-runner-4.4.tar.gz

whatrequires

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# This file contains recursive sources that require this package
2+
Paste
23
PyJWT
34
aiohttp-cors
45
astroid
56
dask
6-
flake8
77
idna-ssl
88
mccabe
9+
numpy-stl
10+
onnx
911
paho-mqtt
1012
pyee
1113
pylint
12-
pyrsistent
14+
python-utils
1315
smartcols
1416
yarl

0 commit comments

Comments
 (0)