Dan Ryan
|
028145f43b
|
Update pip vendoring requirements for licenses
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:20:42 -04:00 |
|
Dan Ryan
|
81ae2628e5
|
Update to pip 10.0.1 and update imports
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:20:37 -04:00 |
|
Dan Ryan
|
01149ce21e
|
Use vendor scripts for import rewrites
- Ditch patches
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:19:34 -04:00 |
|
Dan Ryan
|
d51938cfd1
|
Ignore whitespace when patching
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:19:33 -04:00 |
|
Dan Ryan
|
3231ec80b9
|
Vendor the right things
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:19:33 -04:00 |
|
Dan Ryan
|
9b5236e5db
|
Update tasks
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:19:33 -04:00 |
|
Dan Ryan
|
5fe1389f36
|
Finalize tasks for pip10 upgrade
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:19:29 -04:00 |
|
Dan Ryan
|
e89072bffa
|
Update imports and vendor requirements
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:16:49 -04:00 |
|
Dan Ryan
|
46a0e793bc
|
Delete vendored pip9
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:16:48 -04:00 |
|
Dan Ryan
|
ec2a5c5c9d
|
Update patches
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-05-23 18:16:48 -04:00 |
|
Dan Ryan
|
a250ff70eb
|
Merge pull request #2212 from pypa/update-piptools
Update piptools (work in progress)
|
2018-05-23 17:51:30 -04:00 |
|
Dan Ryan
|
4a2b01e505
|
Merge branch 'master' into update-piptools
|
2018-05-23 15:33:53 -04:00 |
|
kennethreitz
|
220d0c9916
|
Merge pull request #2168 from gtalarico/windows-cmder-root-space-escape-fix
Escpace spaces on cmder shell path - Fixes #2115
|
2018-05-23 15:12:31 -04:00 |
|
kennethreitz
|
65fbad2283
|
Merge branch 'master' into windows-cmder-root-space-escape-fix
|
2018-05-23 15:11:57 -04:00 |
|
kennethreitz
|
e74db18ddb
|
Merge pull request #2209 from pypa/bugfix/vcs-updates
Fix VCS locking and updating
|
2018-05-23 15:11:34 -04:00 |
|
kennethreitz
|
0bc1dde344
|
Merge branch 'master' into bugfix/vcs-updates
|
2018-05-23 15:10:52 -04:00 |
|
kennethreitz
|
c4c9ab407b
|
Merge pull request #2248 from jfly/issue-2246
Fix broken links.
|
2018-05-23 15:08:16 -04:00 |
|
kennethreitz
|
7e2aa38ace
|
Merge pull request #2225 from pypa/docker
Docker–based tests (experiment)
|
2018-05-23 15:06:21 -04:00 |
|
kennethreitz
|
7590efa0bb
|
Merge branch 'master' into docker
|
2018-05-23 15:05:57 -04:00 |
|
kennethreitz
|
b1670723eb
|
Merge branch 'master' into issue-2246
|
2018-05-23 15:05:42 -04:00 |
|
Dan Ryan
|
5a084e9560
|
Merge branch 'master' into windows-cmder-root-space-escape-fix
|
2018-05-23 13:33:34 -04:00 |
|
Dan Ryan
|
14ffd3c11a
|
Merge pull request #2123 from jfly/issue-2113
When formatting a requirement, only lowercase its name.
|
2018-05-23 13:32:16 -04:00 |
|
Jeremy Fleischman
|
df126c1be3
|
Fix broken links.
This fixes #2246.
|
2018-05-22 23:19:27 -07:00 |
|
Jeremy Fleischman
|
0567c10d68
|
When formatting a requirement, only lowercase its name.
This fixes https://github.com/pypa/pipenv/issues/2113.
This bug was introduced in
<https://github.com/jazzband/pip-tools/pull/452> as a band-aid fix to
<https://github.com/jazzband/pip-tools/issues/431>. Pipenv then copied
that code in <https://github.com/pypa/pipenv/commit/2553ebcbf7e2574c997a9164234e0adf077ffcac#diff-b56b95ccea8595a0f6f24ea753842976>, and inherited this latent bug.
Maybe the right fix is for pypa/packaging to lowercase the name? There's
a comment here
<https://github.com/pypa/packaging/blob/16.8/packaging/requirements.py#L86>
about normalizing the requirement's name, which might be what this is
referring to.
To test this, I invented a new, very simple python package called
`depends-on-marked-package`. The setup.py for this package is just:
```python
import setuptools
setuptools.setup(
name="depends-on-marked-package",
version="0.0.1",
packages=setuptools.find_packages(),
install_requires=['pytz; platform_python_implementation=="CPython"'],
)
```
This is a simplified version of gevent's setup.py's install_requires upon greenlet.
|
2018-05-22 23:08:20 -07:00 |
|
Dan Ryan
|
16d6fe13f6
|
Merge branch 'master' into update-piptools
|
2018-05-22 22:35:15 -04:00 |
|
Dan Ryan
|
fa28edf92c
|
Merge branch 'master' into bugfix/vcs-updates
|
2018-05-22 22:34:19 -04:00 |
|
Dan Ryan
|
ce13a9c317
|
Merge pull request #2142 from altendky/2138-notpip_looping
Fix grouping of extras requirements in notpip
|
2018-05-22 22:33:45 -04:00 |
|
Dan Ryan
|
68b6786d86
|
Merge branch 'master' into windows-cmder-root-space-escape-fix
|
2018-05-22 22:33:03 -04:00 |
|
Kyle Altendorf
|
81b1d917b8
|
Merge branch 'master' into 2138-notpip_looping
|
2018-05-21 11:21:04 -04:00 |
|
kennethreitz
|
7a85412cab
|
Merge branch 'master' into docker
|
2018-05-20 10:47:40 -04:00 |
|
kennethreitz
|
92290cb2f6
|
stick to traditional tests for now
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-20 10:35:13 -04:00 |
|
kennethreitz
|
c2495dcd99
|
update makefile
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-20 10:33:54 -04:00 |
|
kennethreitz
|
4361cf7f3a
|
empty commit
|
2018-05-20 10:25:30 -04:00 |
|
kennethreitz
|
41f838c1cc
|
Merge branch 'master' into update-piptools
|
2018-05-20 10:22:02 -04:00 |
|
kennethreitz
|
9d45786433
|
Merge pull request #2215 from greyli/patch-2
Add tips for Supervisor user
|
2018-05-20 10:21:35 -04:00 |
|
kennethreitz
|
a51d4c5150
|
Merge branch 'master' into patch-2
|
2018-05-20 10:13:46 -04:00 |
|
kennethreitz
|
0343454988
|
pipenv-tests
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-20 10:12:00 -04:00 |
|
kennethreitz
|
439c0089cb
|
also install git
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-20 10:02:54 -04:00 |
|
kennethreitz
|
86aee384e1
|
also build time
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-20 09:57:10 -04:00 |
|
kennethreitz
|
1f495db509
|
docker-compose based tests
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-20 09:54:27 -04:00 |
|
kennethreitz
|
4845552560
|
new dockerfile for ubuntu 18.04
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-20 09:42:19 -04:00 |
|
kennethreitz
|
47debed9a1
|
simplicity
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-19 14:34:18 -04:00 |
|
kennethreitz
|
fe78628903
|
opinionated
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-19 14:25:27 -04:00 |
|
kennethreitz
|
5e8ed12cfd
|
readme
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-19 14:20:17 -04:00 |
|
kennethreitz
|
e3c72e167d
|
cleanup
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-19 14:18:27 -04:00 |
|
kennethreitz
|
1c956d37e6
|
one line
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-19 14:16:47 -04:00 |
|
kennethreitz
|
6d77e4a055
|
let's be honest here
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-19 14:15:02 -04:00 |
|
Grey Li
|
52c9953334
|
Merge branch 'master' into patch-2
|
2018-05-19 08:53:34 +08:00 |
|
Kyle Altendorf
|
4f92007f6a
|
Merge branch 'master' into 2138-notpip_looping
|
2018-05-18 15:14:06 -04:00 |
|
kennethreitz
|
7e596306f4
|
pipenv-pipes
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-05-18 14:23:12 -04:00 |
|