mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Generated
+4
-4
@@ -519,7 +519,7 @@
|
||||
"sha256:1873c03321fc118f4e9746baf201ff990ceb915f433f23b395f5580d1840cb2a",
|
||||
"sha256:9b6323ef4ab914af344ba97510e966d64ba91055d6b9afa6b30799340e89cc03"
|
||||
],
|
||||
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'",
|
||||
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
||||
"version": "==2.4.0"
|
||||
},
|
||||
"pytest": {
|
||||
@@ -581,7 +581,7 @@
|
||||
"sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e",
|
||||
"sha256:7bf2a778576d825600030a110f3c0e3e8edc51dfaafe1c146e39a2027784957b"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
||||
"version": "==2.21.0"
|
||||
},
|
||||
"requests-toolbelt": {
|
||||
@@ -637,7 +637,7 @@
|
||||
"sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c",
|
||||
"sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"
|
||||
],
|
||||
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1'",
|
||||
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
||||
"version": "==1.12.0"
|
||||
},
|
||||
"snowballstemmer": {
|
||||
@@ -721,7 +721,7 @@
|
||||
"sha256:0a860bf2683fdbb4812fe539a6c22ea3f1777843ea985cb8c3807db448a0f7ab",
|
||||
"sha256:e288416eecd4df19d12407d0c913cbf77aa8009d7fddb18f632aded3bdbdda6b"
|
||||
],
|
||||
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1'",
|
||||
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
||||
"version": "==4.32.1"
|
||||
},
|
||||
"twine": {
|
||||
|
||||
@@ -25,4 +25,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ Copyright 2018 Kenneth Reitz
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
https://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2010-2017 Benjamin Peterson
|
||||
Copyright (c) 2010-2018 Benjamin Peterson
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
||||
@@ -1,19 +1,21 @@
|
||||
This is the MIT license: http://www.opensource.org/licenses/mit-license.php
|
||||
MIT License
|
||||
|
||||
Copyright 2008-2016 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
|
||||
Copyright (c) 2008-2019 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||
software and associated documentation files (the "Software"), to deal in the Software
|
||||
without restriction, including without limitation the rights to use, copy, modify, merge,
|
||||
publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
|
||||
to whom the Software is furnished to do so, subject to the following conditions:
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or
|
||||
substantial portions of the Software.
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
||||
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
||||
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
appdirs==1.4.3
|
||||
distlib==0.2.7
|
||||
distro==1.3.0
|
||||
html5lib==1.0.1
|
||||
six==1.11.0
|
||||
colorama==0.3.9
|
||||
CacheControl==0.12.5
|
||||
msgpack-python==0.5.6
|
||||
lockfile==0.12.2
|
||||
progress==1.4
|
||||
colorama==0.4.1
|
||||
distlib==0.2.8
|
||||
distro==1.4.0
|
||||
html5lib==1.0.1
|
||||
ipaddress==1.0.22 # Only needed on 2.6 and 2.7
|
||||
packaging==18.0
|
||||
pep517==0.2
|
||||
pyparsing==2.2.1
|
||||
pytoml==0.1.19
|
||||
retrying==1.3.3
|
||||
requests==2.19.1
|
||||
lockfile==0.12.2
|
||||
msgpack==0.5.6
|
||||
packaging==19.0
|
||||
pep517==0.5.0
|
||||
progress==1.5
|
||||
pyparsing==2.4.0
|
||||
pytoml==0.1.20
|
||||
requests==2.21.0
|
||||
certifi==2019.3.9
|
||||
chardet==3.0.4
|
||||
idna==2.7
|
||||
urllib3==1.23
|
||||
certifi==2018.8.24
|
||||
setuptools==40.4.3
|
||||
idna==2.8
|
||||
urllib3==1.25.2
|
||||
retrying==1.3.3
|
||||
setuptools==41.0.1
|
||||
six==1.12.0
|
||||
webencodings==0.5.1
|
||||
|
||||
Vendored
+18
-18
@@ -1,23 +1,23 @@
|
||||
appdirs==1.4.3
|
||||
distlib==0.2.7
|
||||
distro==1.3.0
|
||||
html5lib==1.0.1
|
||||
six==1.11.0
|
||||
colorama==0.3.9
|
||||
CacheControl==0.12.5
|
||||
msgpack-python==0.5.6
|
||||
lockfile==0.12.2
|
||||
progress==1.4
|
||||
colorama==0.4.1
|
||||
distlib==0.2.8
|
||||
distro==1.4.0
|
||||
html5lib==1.0.1
|
||||
ipaddress==1.0.22 # Only needed on 2.6 and 2.7
|
||||
packaging==18.0
|
||||
pep517==0.2
|
||||
pyparsing==2.2.1
|
||||
pytoml==0.1.19
|
||||
retrying==1.3.3
|
||||
requests==2.19.1
|
||||
lockfile==0.12.2
|
||||
msgpack==0.5.6
|
||||
packaging==19.0
|
||||
pep517==0.5.0
|
||||
progress==1.5
|
||||
pyparsing==2.4.0
|
||||
pytoml==0.1.20
|
||||
requests==2.21.0
|
||||
certifi==2019.3.9
|
||||
chardet==3.0.4
|
||||
idna==2.7
|
||||
urllib3==1.23
|
||||
certifi==2018.8.24
|
||||
setuptools==40.4.3
|
||||
idna==2.8
|
||||
urllib3==1.25.2
|
||||
retrying==1.3.3
|
||||
setuptools==41.0.1
|
||||
six==1.12.0
|
||||
webencodings==0.5.1
|
||||
|
||||
@@ -666,6 +666,18 @@ def generate_patch(ctx, package_path, patch_description, base='HEAD'):
|
||||
ctx.run(command)
|
||||
|
||||
|
||||
@invoke.task()
|
||||
def update_pip_deps(ctx):
|
||||
patched_dir = _get_patched_dir(ctx)
|
||||
base_vendor_dir = _get_vendor_dir(ctx)
|
||||
base_vendor_file = base_vendor_dir / "vendor_pip.txt"
|
||||
pip_dir = patched_dir / "notpip"
|
||||
vendor_dir = pip_dir / "_vendor"
|
||||
vendor_file = vendor_dir / "vendor.txt"
|
||||
vendor_file.write_bytes(base_vendor_file.read_bytes())
|
||||
download_licenses(ctx, vendor_dir)
|
||||
|
||||
|
||||
@invoke.task(name=TASK_NAME)
|
||||
def main(ctx, package=None):
|
||||
vendor_dir = _get_vendor_dir(ctx)
|
||||
|
||||
Reference in New Issue
Block a user