]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

acks += Stavros; document fix, add to Pipfile
authorŁukasz Langa <lukasz@langa.pl>
Thu, 31 May 2018 17:53:26 +0000 (10:53 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 31 May 2018 17:53:26 +0000 (10:53 -0700)
Pipfile
Pipfile.lock
README.md

diff --git a/Pipfile b/Pipfile
index f8f329cf0efd860d92f950f9524e10f7f5f2c21c..6bda44423804f44ee343a36405a8e36659b790d5 100644 (file)
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,7 @@ name = "pypi"
 
 [packages]
 attrs = ">=17.4.0"
-click = "*"
+click = ">=6.5"
 appdirs = "*"
 
 [dev-packages]
index b10b1c3f3c571828b5c8bf18a3357550f9010909..e555eec6a58259ef07c51a9e19f4ae782e45829f 100644 (file)
@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "b2366049243a556aac6c23b91ac2b60e028e29ab5ed8accc4a6517f18438f783"
+            "sha256": "4bf5b65d243847bc4d7a840a9a1f36e975696dc84fdbd962454712ab8978190b"
         },
         "pipfile-spec": 6,
         "requires": {},
index f0a6babe2fbb7d13349b329c0bb8abe5efe20251..12af03f4d7d391e226c57bbfdba1baa47aecd863 100644 (file)
--- a/README.md
+++ b/README.md
@@ -700,6 +700,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
 
 * added `--skip-string-normalization` (#118)
 
+* fixed stdin handling not working correctly if an old version of Click was
+  used (#276)
+
 
 ### 18.5b1
 
@@ -992,6 +995,7 @@ Multiple contributions by:
 * [Luka Sterbic](mailto:luka.sterbic@gmail.com)
 * [Miguel Gaiowski](mailto:miggaiowski@gmail.com)
 * [Osaetin Daniel](mailto:osaetindaniel@gmail.com)
+* [Stavros Korokithakis](mailto:hi@stavros.io)
 * [Sunil Kapil](mailto:snlkapil@gmail.com)
 * [Vishwas B Sharma](mailto:sharma.vishwas88@gmail.com)