pipgrip 0.10.5__tar.gz → 0.10.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pipgrip-0.10.5/src/pipgrip.egg-info → pipgrip-0.10.6}/PKG-INFO +9 -10
- {pipgrip-0.10.5 → pipgrip-0.10.6}/README.md +8 -9
- pipgrip-0.10.6/requirements/prod.txt +10 -0
- pipgrip-0.10.6/src/pipgrip/_repo_version.py +1 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/pipper.py +3 -2
- {pipgrip-0.10.5 → pipgrip-0.10.6/src/pipgrip.egg-info}/PKG-INFO +9 -10
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip.egg-info/requires.txt +6 -1
- pipgrip-0.10.5/requirements/prod.txt +0 -9
- pipgrip-0.10.5/src/pipgrip/_repo_version.py +0 -1
- {pipgrip-0.10.5 → pipgrip-0.10.6}/LICENSE +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/setup.cfg +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/setup.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/__init__.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/cli.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/compat.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/__init__.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/__init__.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/_compat.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/assignment.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/constraint.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/failure.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/incompatibility.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/incompatibility_cause.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/package.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/package_source.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/partial_solution.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/range.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/result.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/set_relation.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/term.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/union.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/mixology/version_solver.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/semver/__init__.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/semver/empty_constraint.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/semver/exceptions.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/semver/patterns.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/semver/version.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/semver/version_constraint.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/semver/version_range.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/libs/semver/version_union.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip/package_source.py +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip.egg-info/SOURCES.txt +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip.egg-info/dependency_links.txt +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip.egg-info/entry_points.txt +0 -0
- {pipgrip-0.10.5 → pipgrip-0.10.6}/src/pipgrip.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pipgrip
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.6
|
|
4
4
|
Summary: Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm
|
|
5
5
|
Home-page: https://github.com/ddelange/pipgrip
|
|
6
6
|
Author: ddelange
|
|
@@ -156,15 +156,14 @@ Exhaustive dependency trees without the need to install any packages ([at most b
|
|
|
156
156
|
```
|
|
157
157
|
$ pipgrip --tree pipgrip
|
|
158
158
|
|
|
159
|
-
pipgrip (0.10.
|
|
160
|
-
├── anytree>=2.4.1 (2.
|
|
161
|
-
│ └── six
|
|
162
|
-
├── click>=7 (8.1.
|
|
163
|
-
├── packaging>=17 (
|
|
164
|
-
├── pip>=
|
|
165
|
-
├──
|
|
166
|
-
|
|
167
|
-
└── wheel (0.38.4)
|
|
159
|
+
pipgrip (0.10.6)
|
|
160
|
+
├── anytree>=2.4.1 (2.9.0)
|
|
161
|
+
│ └── six (1.16.0)
|
|
162
|
+
├── click>=7 (8.1.6)
|
|
163
|
+
├── packaging>=17 (23.1)
|
|
164
|
+
├── pip>=22.2 (23.2.1)
|
|
165
|
+
├── setuptools>=38.3 (68.0.0)
|
|
166
|
+
└── wheel (0.41.1)
|
|
168
167
|
```
|
|
169
168
|
|
|
170
169
|
For more details/further processing, combine `--tree` with `--json` for a detailed nested JSON dependency tree. See also `--tree-ascii` (no unicode tree markers), and `--tree-json` & `--tree-json-exact` (simplified JSON dependency trees).
|
|
@@ -122,15 +122,14 @@ Exhaustive dependency trees without the need to install any packages ([at most b
|
|
|
122
122
|
```
|
|
123
123
|
$ pipgrip --tree pipgrip
|
|
124
124
|
|
|
125
|
-
pipgrip (0.10.
|
|
126
|
-
├── anytree>=2.4.1 (2.
|
|
127
|
-
│ └── six
|
|
128
|
-
├── click>=7 (8.1.
|
|
129
|
-
├── packaging>=17 (
|
|
130
|
-
├── pip>=
|
|
131
|
-
├──
|
|
132
|
-
|
|
133
|
-
└── wheel (0.38.4)
|
|
125
|
+
pipgrip (0.10.6)
|
|
126
|
+
├── anytree>=2.4.1 (2.9.0)
|
|
127
|
+
│ └── six (1.16.0)
|
|
128
|
+
├── click>=7 (8.1.6)
|
|
129
|
+
├── packaging>=17 (23.1)
|
|
130
|
+
├── pip>=22.2 (23.2.1)
|
|
131
|
+
├── setuptools>=38.3 (68.0.0)
|
|
132
|
+
└── wheel (0.41.1)
|
|
134
133
|
```
|
|
135
134
|
|
|
136
135
|
For more details/further processing, combine `--tree` with `--json` for a detailed nested JSON dependency tree. See also `--tree-ascii` (no unicode tree markers), and `--tree-json` & `--tree-json-exact` (simplified JSON dependency trees).
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
anytree>=2.4.1
|
|
2
|
+
click>=7
|
|
3
|
+
packaging>=17
|
|
4
|
+
setuptools>=38.3 # for pkg_resources
|
|
5
|
+
wheel
|
|
6
|
+
pip>=22.2; python_version>'3.6' # >=22.2 for --dry-run --report ref ddelange/pipgrip#114
|
|
7
|
+
pip>=7.1.0; python_version<='3.6' # >=7.1.0 for --constraint
|
|
8
|
+
pkginfo>=1.4.2,<1.8; python_version<='3.6' # ref ddelange/pipgrip#68 and ddelange/pipgrip#114
|
|
9
|
+
enum34; python_version=='2.7'
|
|
10
|
+
typing; python_version=='2.7'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
version = "0.10.6"
|
|
@@ -11,7 +11,6 @@ import pkg_resources
|
|
|
11
11
|
from click import echo as _echo
|
|
12
12
|
from packaging.markers import default_environment
|
|
13
13
|
from packaging.utils import canonicalize_name
|
|
14
|
-
from pkginfo import get_metadata
|
|
15
14
|
|
|
16
15
|
from pipgrip.compat import PIP_VERSION, urlparse
|
|
17
16
|
|
|
@@ -406,6 +405,8 @@ def _download_wheel(package, index_url, extra_index_url, pre, cache_dir):
|
|
|
406
405
|
|
|
407
406
|
|
|
408
407
|
def _extract_metadata(wheel_fname):
|
|
408
|
+
from pkginfo import get_metadata # not required on python 3.7+
|
|
409
|
+
|
|
409
410
|
wheel_fname = os.path.abspath(wheel_fname)
|
|
410
411
|
logger.debug("Searching metadata in %s", wheel_fname)
|
|
411
412
|
if not os.path.exists(wheel_fname):
|
|
@@ -478,7 +479,7 @@ def discover_dependencies_and_versions(
|
|
|
478
479
|
req.__str__(), index_url, extra_index_url, pre, cache_dir
|
|
479
480
|
)
|
|
480
481
|
wheel_metadata = report["install"][0]["metadata"]
|
|
481
|
-
else:
|
|
482
|
+
else: # old python (<3.7) fallback
|
|
482
483
|
wheel_fname = _download_wheel(
|
|
483
484
|
req.__str__(), index_url, extra_index_url, pre, cache_dir
|
|
484
485
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pipgrip
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.6
|
|
4
4
|
Summary: Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm
|
|
5
5
|
Home-page: https://github.com/ddelange/pipgrip
|
|
6
6
|
Author: ddelange
|
|
@@ -156,15 +156,14 @@ Exhaustive dependency trees without the need to install any packages ([at most b
|
|
|
156
156
|
```
|
|
157
157
|
$ pipgrip --tree pipgrip
|
|
158
158
|
|
|
159
|
-
pipgrip (0.10.
|
|
160
|
-
├── anytree>=2.4.1 (2.
|
|
161
|
-
│ └── six
|
|
162
|
-
├── click>=7 (8.1.
|
|
163
|
-
├── packaging>=17 (
|
|
164
|
-
├── pip>=
|
|
165
|
-
├──
|
|
166
|
-
|
|
167
|
-
└── wheel (0.38.4)
|
|
159
|
+
pipgrip (0.10.6)
|
|
160
|
+
├── anytree>=2.4.1 (2.9.0)
|
|
161
|
+
│ └── six (1.16.0)
|
|
162
|
+
├── click>=7 (8.1.6)
|
|
163
|
+
├── packaging>=17 (23.1)
|
|
164
|
+
├── pip>=22.2 (23.2.1)
|
|
165
|
+
├── setuptools>=38.3 (68.0.0)
|
|
166
|
+
└── wheel (0.41.1)
|
|
168
167
|
```
|
|
169
168
|
|
|
170
169
|
For more details/further processing, combine `--tree` with `--json` for a detailed nested JSON dependency tree. See also `--tree-ascii` (no unicode tree markers), and `--tree-json` & `--tree-json-exact` (simplified JSON dependency trees).
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
anytree>=2.4.1
|
|
2
2
|
click>=7
|
|
3
3
|
packaging>=17
|
|
4
|
-
pkginfo<1.8,>=1.4.2
|
|
5
4
|
setuptools>=38.3
|
|
6
5
|
wheel
|
|
6
|
+
|
|
7
|
+
[:python_version <= "3.6"]
|
|
7
8
|
pip>=7.1.0
|
|
9
|
+
pkginfo<1.8,>=1.4.2
|
|
8
10
|
|
|
9
11
|
[:python_version == "2.7"]
|
|
10
12
|
enum34
|
|
11
13
|
typing
|
|
14
|
+
|
|
15
|
+
[:python_version > "3.6"]
|
|
16
|
+
pip>=22.2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = "0.10.5"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|