This repository was archived by the owner on Oct 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +33
-12
lines changed Expand file tree Collapse file tree 7 files changed +33
-12
lines changed Original file line number Diff line number Diff line change
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
+
1
19
4.2
2
20
===
3
21
Original file line number Diff line number Diff line change 1
1
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
3
3
ARCHIVES =
4
4
5
5
include ../common/Makefile.common
Original file line number Diff line number Diff line change 1
1
[package]
2
2
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
4
4
archives =
5
5
giturl = https://github.com/pytest-dev/pytest-runner.git
6
6
Original file line number Diff line number Diff line change 3
3
# Generated by: autospec.py
4
4
#
5
5
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
10
10
Summary : Invoke py.test as distutils command with dependency resolution
11
11
Group : Development/Tools
12
12
License : MIT
@@ -52,14 +52,15 @@ python3 components for the pytest-runner package.
52
52
53
53
54
54
%prep
55
- %setup -q -n pytest-runner-4.2
55
+ %setup -q -n pytest-runner-4.4
56
56
57
57
%build
58
58
export http_proxy=http://127.0.0.1:9/
59
59
export https_proxy=http://127.0.0.1:9/
60
60
export no_proxy=localhost,127.0.0.1,0.0.0.0
61
61
export LANG=C
62
- export SOURCE_DATE_EPOCH=1541271787
62
+ export SOURCE_DATE_EPOCH=1550201197
63
+ export MAKEFLAGS=%{?_smp_mflags }
63
64
python3 setup.py build
64
65
65
66
%install
Original file line number Diff line number Diff line change 1
- 41
1
+ 42
Original file line number Diff line number Diff line change 1
- 95dccf7142e30fbbe3d1f4ea08aae8d6cc15c5d6 /pytest-runner-4.2 .tar.gz
1
+ 372943aea8561e086d55f7e9008622b67d6a7b56 /pytest-runner-4.4 .tar.gz
Original file line number Diff line number Diff line change 1
1
# This file contains recursive sources that require this package
2
+ Paste
2
3
PyJWT
3
4
aiohttp-cors
4
5
astroid
5
6
dask
6
- flake8
7
7
idna-ssl
8
8
mccabe
9
+ numpy-stl
10
+ onnx
9
11
paho-mqtt
10
12
pyee
11
13
pylint
12
- pyrsistent
14
+ python-utils
13
15
smartcols
14
16
yarl
You can’t perform that action at this time.
0 commit comments