dependabot-python 0.94.11 → 0.94.12
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.
- checksums.yaml +4 -4
- data/lib/dependabot/python/file_fetcher.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 800d63ee9c7e4f77531ecf33588cbb6604d1016d96fbac21cc32cbafb7fd96bf
|
|
4
|
+
data.tar.gz: ab10e5ab51084b960b0b24c7e6b4e25dcead8ddc07191c78f483f989b98e056e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8acc55a8d535f0010d16924d17292acdc8844760f1fa1e3fe0f9eb8a1aa61f99932fa852a8e79c3318962094a91a065e023daa287efc16a38de1adc50a5081ef
|
|
7
|
+
data.tar.gz: b856f1c14b16f40011d0bcf581bb4bb0fa95227b619ba390a7715651456780c276851a5a2ebbc1e8d907ddbc6e216547486311234ef3f28f0738a913c59c4535
|
|
@@ -247,7 +247,7 @@ module Dependabot
|
|
|
247
247
|
def fetch_path_setup_file(path)
|
|
248
248
|
path_setup_files = []
|
|
249
249
|
|
|
250
|
-
unless path.end_with?(".tar.gz")
|
|
250
|
+
unless path.end_with?(".tar.gz", ".zip")
|
|
251
251
|
path = Pathname.new(File.join(path, "setup.py")).cleanpath.to_path
|
|
252
252
|
end
|
|
253
253
|
return [] if path == "setup.py" && setup_file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-python
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.94.
|
|
4
|
+
version: 0.94.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.94.
|
|
19
|
+
version: 0.94.12
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.94.
|
|
26
|
+
version: 0.94.12
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|