summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO31
1 files changed, 27 insertions, 4 deletions
diff --git a/PKG-INFO b/PKG-INFO
index a5a52bb..797de13 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,10 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
Name: pytest-helpers-namespace
-Version: 2017.11.11
+Version: 2019.1.8
Summary: PyTest Helpers Namespace
Home-page: https://github.com/saltstack/pytest-helpers-namespace
Author: Pedro Algarvio
Author-email: pedro@algarvio.me
+Maintainer: Pedro Algarvio
+Maintainer-email: pedro@algarvio.me
License: Apache Software License 2.0
Description: Pytest Helpers Namespace
========================
@@ -148,6 +150,27 @@ Description: Pytest Helpers Namespace
Changelog
---------
+
+ v2019.1.8
+ ~~~~~~~~~
+
+ * Patch PyTest before any ``conftest.py`` file is processed.
+
+ v2019.1.7
+ ~~~~~~~~~
+
+ * Support PyTest >= 4.1
+
+ v2019.1.6.post1
+ ~~~~~~~~~~~~~~~
+
+ * No changes were made besides locking to PyTest < 4.0
+
+ v2019.1.6
+ ~~~~~~~~~
+
+ * No changes were made besides locking to PyTest < 4.1
+
v2017.11.11
~~~~~~~~~~~
@@ -209,9 +232,9 @@ Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent