summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <gaborjbernat@gmail.com>2018-10-28 14:21:20 +0000
committerBernat Gabor <gaborjbernat@gmail.com>2018-10-28 14:21:20 +0000
commitcf1dcfcb465e32fb641b69701482b455fc2902b8 (patch)
tree8b0341af35fc5ec979ec9c001ca5afd631f86189
parent1b9f960a577bb8daa3fd168453f844e944cfe0e6 (diff)
downloadtox-git-cf1dcfcb465e32fb641b69701482b455fc2902b8.tar.gz
release 3.5.33.5.3
-rw-r--r--docs/changelog.rst25
-rw-r--r--docs/changelog/1051.bugfix.rst4
-rw-r--r--docs/changelog/1052.bugfix.rst3
-rw-r--r--docs/changelog/1061.doc.rst1
-rw-r--r--docs/changelog/1071.doc.rst1
-rw-r--r--docs/changelog/1073.bugfix.rst1
-rw-r--r--docs/changelog/437.doc.rst1
-rw-r--r--docs/changelog/706.bugfix.rst1
8 files changed, 25 insertions, 12 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e61bb939..eec5c1f4 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,31 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.5.3 (2018-10-28)
+-------------------
+
+Bugfixes
+^^^^^^^^
+
+- Fix bug with incorrectly defactorized dependencies - by :user:`bartsanchez` (`#706 <https://github.com/tox-dev/tox/issues/706>`_)
+- do the same transformation to ``egg_info`` folders that ``pkg_resources`` does;
+ this makes it possible for hyphenated names to use the ``develop-inst-noop`` optimization (cf. 910),
+ which previously only worked with non-hyphenated egg names - by
+ :user:`hashbrowncipher` (`#1051 <https://github.com/tox-dev/tox/issues/1051>`_)
+- previously, if a project's ``setup.py --name`` emitted extra information to
+ stderr, tox would capture it and consider it part of the project's name; now,
+ emissions to stderr are printed to the console - by :user:`hashbrowncipher` (`#1052 <https://github.com/tox-dev/tox/issues/1052>`_)
+- change the way we acquire interpreter information to make it compatible with ``jython`` interpreter, note to create jython envs one needs ``virtualenv > 16.0`` which will be released later :user:`gaborbernat` (`#1073 <https://github.com/tox-dev/tox/issues/1073>`_)
+
+
+Documentation
+^^^^^^^^^^^^^
+
+- document substitutions with additional content starting with a space cannot be alone on a line inside the ini file - by :user:`gaborbernat` (`#437 <https://github.com/tox-dev/tox/issues/437>`_)
+- change the spelling of a single word from contrains to the proper word, constraints - by :user:`metasyn` (`#1061 <https://github.com/tox-dev/tox/issues/1061>`_)
+- Mention the minimum version required for ``commands_pre``/``commands_post`` support. (`#1071 <https://github.com/tox-dev/tox/issues/1071>`_)
+
+
v3.5.2 (2018-10-09)
-------------------
diff --git a/docs/changelog/1051.bugfix.rst b/docs/changelog/1051.bugfix.rst
deleted file mode 100644
index b5924b3d..00000000
--- a/docs/changelog/1051.bugfix.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-do the same transformation to ``egg_info`` folders that ``pkg_resources`` does;
-this makes it possible for hyphenated names to use the ``develop-inst-noop`` optimization (cf. 910),
-which previously only worked with non-hyphenated egg names - by
-:user:`hashbrowncipher`
diff --git a/docs/changelog/1052.bugfix.rst b/docs/changelog/1052.bugfix.rst
deleted file mode 100644
index 625eb7f1..00000000
--- a/docs/changelog/1052.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-previously, if a project's ``setup.py --name`` emitted extra information to
-stderr, tox would capture it and consider it part of the project's name; now,
-emissions to stderr are printed to the console - by :user:`hashbrowncipher`
diff --git a/docs/changelog/1061.doc.rst b/docs/changelog/1061.doc.rst
deleted file mode 100644
index 9a759124..00000000
--- a/docs/changelog/1061.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-change the spelling of a single word from contrains to the proper word, constraints - by :user:`metasyn`
diff --git a/docs/changelog/1071.doc.rst b/docs/changelog/1071.doc.rst
deleted file mode 100644
index f748a0a1..00000000
--- a/docs/changelog/1071.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Mention the minimum version required for ``commands_pre``/``commands_post`` support.
diff --git a/docs/changelog/1073.bugfix.rst b/docs/changelog/1073.bugfix.rst
deleted file mode 100644
index e5dc31a1..00000000
--- a/docs/changelog/1073.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-change the way we acquire interpreter information to make it compatible with ``jython`` interpreter, note to create jython envs one needs ``virtualenv > 16.0`` which will be released later :user:`gaborbernat`
diff --git a/docs/changelog/437.doc.rst b/docs/changelog/437.doc.rst
deleted file mode 100644
index bd9ed08e..00000000
--- a/docs/changelog/437.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-document substitutions with additional content starting with a space cannot be alone on a line inside the ini file - by :user:`gaborbernat`
diff --git a/docs/changelog/706.bugfix.rst b/docs/changelog/706.bugfix.rst
deleted file mode 100644
index e8e4d35b..00000000
--- a/docs/changelog/706.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix bug with incorrectly defactorized dependencies - by :user:`bartsanchez`