summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-05-23 11:16:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-05-23 11:16:38 -0400
commit1173cebf809cbdbbb2f9e76b92bdd8a2ccc1df2f (patch)
tree6fc82e13acd9b8237dd02e15708797d4e11c0742
parente5ff2baa0930e31b144deddf89020a8a2619458b (diff)
downloadpytest-runner-1173cebf809cbdbbb2f9e76b92bdd8a2ccc1df2f.tar.gz
Clarify changelog. Ref #49.
-rw-r--r--CHANGES.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 756a2c1..ab8f799 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,19 @@
5.0
===
-* Packaging refresh, released again.
+* #42: Prefer pyproject.toml
+* Refresh package metadata.
+* This release now intentionally introduces the changes
+ unintionally brought about in 4.5 and 4.3, where the
+ adoption of declarative config adds a new requirement
+ on setuptools 30.4 or later. On systems running older
+ setuptools, installation of pytest-runner via
+ ``easy_install`` (or ``setup_requires``), will result
+ in a ``DistributionNotFound`` exception.
+
+ All projects should pin to ``pytest-runner < 5``
+ or upgrade the environment to ``setuptools >= 30.4``
+ (prior to invoking setup.py).
4.5.1
=====