-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix direct dependency URL parsing #4255
Commits on May 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c4a165b - Browse repository at this point
Copy the full SHA c4a165bView commit details
Commits on May 16, 2020
-
Parse requires-python values of old pythons
- Parse `Requires-Python` values specifying constraint versions of python starting from `1.x` - Requires updated vendored dependencies including `vistir` and `requirementslib`: - **requirementslib** `1.5.8` => `1.5.9` - **vistir** `0.5.0` => `0.5.1` - **jinja2** `2.11.1` => `2.11.2` - **click** `7.1.1` => `7.1.2` - **dateutil** `(none)` => `2.8.1` - **backports.functools_lru_cache** `1.5.0` => `1.6.1` - **enum34** `1.1.6` => `1.1.10` - **toml** `0.10.0` => `0.10.1` - **importlib_resources** `1.4.0` => `1.5.0` Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for 5a7ed8f - Browse repository at this point
Copy the full SHA 5a7ed8fView commit details
Commits on May 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 19bbb5e - Browse repository at this point
Copy the full SHA 19bbb5eView commit details
Commits on May 18, 2020
-
Requirementslib bugfix to avoid miscategorizing local files as packages
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for e2eef02 - Browse repository at this point
Copy the full SHA e2eef02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e13146 - Browse repository at this point
Copy the full SHA 9e13146View commit details -
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for 03e12d4 - Browse repository at this point
Copy the full SHA 03e12d4View commit details
Commits on May 19, 2020
-
Update requirementslib with fix for passing subdirectory to setup info
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for 9757dbf - Browse repository at this point
Copy the full SHA 9757dbfView commit details -
Fix test that has been broken for who knows how long...
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for ad7a514 - Browse repository at this point
Copy the full SHA ad7a514View commit details -
Fix resolution of direct url subdependencies
- Fix resolution of direct url VCS subdependencies (e.g. top level dep depends on a VCS direct url subdependency) which rely on subdirectory resolution - Fixes #3976 Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for edf79f7 - Browse repository at this point
Copy the full SHA edf79f7View commit details -
Add tests for VCS pep508 subdependencies
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for a0f8286 - Browse repository at this point
Copy the full SHA a0f8286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8111d - Browse repository at this point
Copy the full SHA 1a8111dView commit details -
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for 1f96b8c - Browse repository at this point
Copy the full SHA 1f96b8cView commit details -
use normalized names in lockfile
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for c4f6b7f - Browse repository at this point
Copy the full SHA c4f6b7fView commit details -
Update requirement parser and lockfile generation for vcs dependencie…
…s, fix test Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for befb29c - Browse repository at this point
Copy the full SHA befb29cView commit details -
Remove version from VCS lock keys
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for 07a7c61 - Browse repository at this point
Copy the full SHA 07a7c61View commit details -
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for 243b4fd - Browse repository at this point
Copy the full SHA 243b4fdView commit details -
Update requirementslib and vistir
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
Configuration menu - View commit details
-
Copy full SHA for f4fba43 - Browse repository at this point
Copy the full SHA f4fba43View commit details -
Configuration menu - View commit details
-
Copy full SHA for f81cec0 - Browse repository at this point
Copy the full SHA f81cec0View commit details