Commit Graph

120 Commits

Author SHA1 Message Date
Dan Ryan e433b0e9af Update lockfile
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-26 00:40:36 -05:00
Dan Ryan 1ed7ae9e68 Fix vcs locking, prefer pipfile entries once locked
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-24 19:28:50 -05:00
Dan Ryan 6f07e72e5a Release 2018.11.14
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-14 18:35:38 -05:00
Frost Ming 6df7d8861d update tomlkit 2018-11-10 12:34:54 +08:00
Dan Ryan ad2d6c9363 Update all vendored dependencies
- Verified all license changes
- Brings us current with the latest releases
- Didn't identify any breaking changes in click

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-07 05:25:58 -04:00
Dan Ryan 125c2cbab6 Update lockfile
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-08-28 12:12:49 -04:00
Dan Ryan bd7b6004fe Update requirementslib and re-patch piptools
- Fix attempted hashing of `ssh://` urls
- Fix URL parsing and conversions of `git` and `git+ssh` style vcs urls
- Fixes #2653
- Fixes #2446
- Update lockfile
- Vendor typing
- Add typing to setup.py
- Add click completion patch and update vendoring task
- Fix vendoring script
- Vendor enum34
- Update requirementslib and cleanup vcs check functionality
- Move enum and adjust patched click completion
- Update click completion
- Bump requirementslib again
- Move typing to backports, update tests
- Update tomlkit imports and backport typing module

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-08-27 15:59:36 -04:00
Dan Ryan e5309f9ebc Lockfile update
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-07-03 23:41:48 -04:00
kennethreitz 7588ca31cf passing tests! 2018-07-03 23:23:20 -04:00
kennethreitz 6968976b53 jedi 2018-07-03 22:32:47 -04:00
kennethreitz ed246afd9e updates 2018-07-03 09:41:46 -04:00
Dan Ryan b333560128 Update lockfile
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-28 16:38:08 -04:00
Dan Ryan 1ed07ff0b9 Update pipfile and setup.py
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-28 15:40:43 -04:00
Dan Ryan e1a29337cd Update release logs, add release tasks
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-17 21:51:24 -04:00
Dan Ryan 040ae11a41 Update scandir to avoid importing from system lib
- Update lockfile with py2 deps

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-17 14:16:12 -04:00
Dan Ryan 9f7ccc7fb3 Fix lockfile
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-17 14:16:12 -04:00
Dan Ryan 9d9824c30d Update all vendored and patched libraries
- Update pipfile and lockfile
- Update licenses
- Bump pathlib2 to latest version
- Include scandir without compiled library dependency
- Update vendoring script to remote scandir binaries going forward
- Update pinned dependencies in vendor.txt

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-17 14:16:12 -04:00
Dan Ryan fbf8d3ccba Update lockfile
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-04-26 16:56:09 -04:00
Dan Ryan f5d2f24fc5 Merge branch 'purge-rfc3339-timestamp' of github.com:pypa/pipenv into purge-rfc3339-timestamp
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-04-16 19:54:53 -04:00
Dan Ryan eaed181148 Update lockfile to include win32 deps
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-04-16 19:25:16 -04:00
Dan Ryan a9a0cf550b Merge branch 'master' into purge-rfc3339-timestamp 2018-04-16 19:18:24 -04:00
Dan Ryan c6c3272c57 Update lockfile
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-04-16 17:17:47 -04:00
Tzu-ping Chung 6bfa525fd3 Add tests for prettytoml datetime 2018-04-16 15:30:00 +08:00
Dan Ryan 5afe66c08c Test fixes?
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-04-08 11:55:00 -04:00
Dan Ryan c442d0a03a Update pipfile, lockfile, and fix markers
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-04-06 23:26:36 -04:00
Dan Ryan 61418fda20 Fix all tests and split out requirements refactor
- includes missing artifacts
- fixes cmdprse script
- Remove extraneous changes
- Fix tests
2018-04-06 23:25:37 -04:00
Dan Ryan 1607091b85 Begin complete re-work of requirements parsing
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-04-06 23:23:16 -04:00
Dan Ryan 31301b1536 Fix deps and testing infrastructure
- Fix requirement parsing
- Add appveyor config
- cutover from pathlib to pathlib2 if needed
- Pin pathlib2==2.1.0 to avoid scandir
- Windows script runner fix
- Backport `shlex.quote()` for use in `pipenv run`
- Update tests and appveyor

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-04-06 23:19:32 -04:00
frostming 419e0310e4 update Pipfile.lock 2018-03-27 02:18:34 -04:00
kennethreitz c4ccc2292c allow_prereleases
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-19 06:54:02 -04:00
kennethreitz ed13dc48b5 new lockfile
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-19 06:18:34 -04:00
kennethreitz 71ad64cc6d white 2018-03-15 07:04:06 -04:00
kennethreitz 312e2f6db2 pipfile/pipfile.lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-15 06:34:36 -04:00
kennethreitz c2dfd6bcdf pipfile/lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 18:14:21 -04:00
kennethreitz 8357f9ea5b black
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 18:11:02 -04:00
kennethreitz 1103043bc3 black
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 17:22:40 -04:00
kennethreitz c2f7f697ee black
https://github.com/ambv/black
2018-03-14 17:00:29 -04:00
kennethreitz b5ce41fe0e new lockfile
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-12 10:49:15 -04:00
kennethreitz 2568122861 new lockfile
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-12 09:37:07 -04:00
kennethreitz e46cbb978f epic lockfile
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-12 07:13:24 -04:00
kennethreitz 00158fcc71 change pipfile around
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-11 12:52:34 -04:00
kennethreitz 35d2726dae pipfile.lock 2018-03-11 12:49:38 -04:00
kennethreitz 56d52b0a10 cleanup setup.py
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-11 12:49:32 -04:00
kennethreitz ddf7cc8a17 new pipfile.lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-11 12:46:35 -04:00
kennethreitz caab855acd workaround
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-10 08:14:57 -05:00
kennethreitz 9fbf6f4d2d skip dep resolution when ireq is None
#1653

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-10 07:52:39 -05:00
kennethreitz 58e4dc1163 updated pipfile.lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 12:54:31 -05:00
kennethreitz 5444fd8d0a new pipfile.lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 07:45:17 -05:00
kennethreitz 58b7e37a68 fix pipfile
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 07:50:50 -05:00
kennethreitz bf74a09314 next version for ppa
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 06:49:36 -05:00