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

Commit

Permalink
[update to 4.4] Emit a warning when a future-unsupported setuptools v…
Browse files Browse the repository at this point in the history
…ersion 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
=====
  • Loading branch information
fenrus75 authored and djklimes committed Feb 16, 2019
1 parent aa3fecd commit 487cfca
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 12 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
===

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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

Expand Down
13 changes: 7 additions & 6 deletions pytest-runner.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
41
42
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
95dccf7142e30fbbe3d1f4ea08aae8d6cc15c5d6/pytest-runner-4.2.tar.gz
372943aea8561e086d55f7e9008622b67d6a7b56/pytest-runner-4.4.tar.gz
6 changes: 4 additions & 2 deletions whatrequires
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 487cfca

Please sign in to comment.