From 589eead7bc8d177c81a77644c7cbc7a55a18bd15 Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Sat, 7 Sep 2019 22:37:03 +0530 Subject: [PATCH 1/5] Doc: Add python_version value --- docs/basics.rst | 2 +- news/3912.doc.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 news/3912.doc.rst diff --git a/docs/basics.rst b/docs/basics.rst index 677a4716..008c08a5 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -125,7 +125,7 @@ Example Pipfile.lock - Generally, keep both ``Pipfile`` and ``Pipfile.lock`` in version control. - Do not keep ``Pipfile.lock`` in version control if multiple versions of Python are being targeted. -- Specify your target Python version in your `Pipfile`'s ``[requires]`` section. Ideally, you should only have one target Python version, as this is a deployment tool. +- Specify your target Python version in your `Pipfile`'s ``[requires]`` section. Ideally, you should only have one target Python version, as this is a deployment tool. ``python_version`` can be ``>`` Python 2.7 and ``<`` Python 3.7. - ``pipenv install`` is fully compatible with ``pip install`` syntax, for which the full documentation can be found `here `_. - Note that the ``Pipfile`` uses the `TOML Spec `_. diff --git a/news/3912.doc.rst b/news/3912.doc.rst new file mode 100644 index 00000000..55c13b35 --- /dev/null +++ b/news/3912.doc.rst @@ -0,0 +1 @@ +Define python_version value. From b90fb1b9ba79c6e9e8c86a61b3da83e7ecee8780 Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Sun, 8 Sep 2019 22:07:19 +0530 Subject: [PATCH 2/5] Clearly define python_version format info --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index 008c08a5..7509e556 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -125,7 +125,7 @@ Example Pipfile.lock - Generally, keep both ``Pipfile`` and ``Pipfile.lock`` in version control. - Do not keep ``Pipfile.lock`` in version control if multiple versions of Python are being targeted. -- Specify your target Python version in your `Pipfile`'s ``[requires]`` section. Ideally, you should only have one target Python version, as this is a deployment tool. ``python_version`` can be ``>`` Python 2.7 and ``<`` Python 3.7. +- Specify your target Python version in your `Pipfile`'s ``[requires]`` section. Ideally, you should only have one target Python version, as this is a deployment tool. ``python_version`` should be in the format ``X.Y`` and ``python_full_version`` should be in ``X.Y.Z`` format. - ``pipenv install`` is fully compatible with ``pip install`` syntax, for which the full documentation can be found `here `_. - Note that the ``Pipfile`` uses the `TOML Spec `_. From 1c99bb51707f17b423baf88942b9031e28c74374 Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Sun, 8 Sep 2019 22:26:16 +0530 Subject: [PATCH 3/5] Rname file as conflicts --- news/{3912.doc.rst => 3913.doc.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename news/{3912.doc.rst => 3913.doc.rst} (100%) diff --git a/news/3912.doc.rst b/news/3913.doc.rst similarity index 100% rename from news/3912.doc.rst rename to news/3913.doc.rst From c558a862040680cb6dd25df08df569d877fbf4cd Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Mon, 9 Sep 2019 06:42:13 +0530 Subject: [PATCH 4/5] define documentation improvement --- news/3913.doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/3913.doc.rst b/news/3913.doc.rst index 55c13b35..ae37d61d 100644 --- a/news/3913.doc.rst +++ b/news/3913.doc.rst @@ -1 +1 @@ -Define python_version value. +Clarify the proper value of `python_version` and `python_full_version`. From 27026334e46c5e7a0c81eba4cc65e71f6fcf99fa Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Wed, 25 Sep 2019 21:31:00 +0530 Subject: [PATCH 5/5] rename file --- news/{3913.doc.rst => 3914.doc.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename news/{3913.doc.rst => 3914.doc.rst} (100%) diff --git a/news/3913.doc.rst b/news/3914.doc.rst similarity index 100% rename from news/3913.doc.rst rename to news/3914.doc.rst