-
-
Notifications
You must be signed in to change notification settings - Fork 776
Update fixate-requirements.py to cope with PIP 20.3.3 #5123
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
Merged
Merged
Changes from 36 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
82d774c
Update fixate-requirements.py to cope with PIP 20.3.3
amanda11 ab3bc0c
Update simplejson as earlier not python 3 supported
amanda11 9e7a23f
Update rednose so py2 versions do not get attempted
amanda11 b71eec3
Pin min RandomWords version if use newer pip for build
amanda11 16432b0
Set min for python-json-logger
amanda11 1948b0b
ipaddr is python2 only module, picked up by new pip when build. Updat…
amanda11 7d8e511
Update min versions to what used in a previous CI build for the new v…
amanda11 95a893b
Update a few more requirements where pip considers multiple versions
amanda11 034408a
Update more versions
amanda11 143523d
Pin some requirements that have multiple versions, and are getting pu…
amanda11 e1cdd3d
Pin some requirements that have multiple versions, and are getting pu…
amanda11 ddf0f38
Pin some requirements that have multiple versions, and are getting pu…
amanda11 bad16d6
Pin some requirements that have multiple versions, and are getting pu…
amanda11 cfe51d3
Pin some requirements that have multiple versions, and are getting pu…
amanda11 72b4091
Update pip version
amanda11 56c2b3a
Merge branch 'master' into amanda_tmp_virtualenv
blag 128d385
Install libyaml-dev for PyYAML
blag 2094ca8
Set min pyparsing
amanda11 e94913a
Put import of internal_req into try/except
amanda11 3ed3841
Modify fixate-requirements to work with older and new pips
amanda11 b2bcfac
vine requirement clashing with amqp
amanda11 9093213
Remove vine completely to prevent pip clash with amqp
amanda11 aa2d4ec
Remove explicit vine
amanda11 fff7b5a
If using legacy resolver then have to either not specify versions of …
amanda11 9d9fbcf
Specifying urllib3 conflicts with requests[security]
amanda11 f2fa7e7
Specifying urllib3 conflicts with requests[security]
amanda11 65473c1
Update version on st2tests
amanda11 eb40242
Update isort
amanda11 5fd8392
Update to use virtualenv 20.2.2
amanda11 c15d75b
Re-instate setuptools upgrade but with version used by virtualenv
amanda11 ddfc8aa
Update to newest virtualenv to match pip 20.3.3
amanda11 40dda02
Merge branch 'master' into amanda_tmp_virtualenv
amanda11 636e2d5
Fix lint
amanda11 6cccab9
Merge branch 'amanda_tmp_virtualenv' of https://github.com/StackStorm…
amanda11 4efc99a
Update pip in run-pack-tests
amanda11 dfa17d0
Merge branch 'master' into amanda_tmp_virtualenv
amanda11 ee0fa53
Apply suggestions from code review
amanda11 1c435b2
Merge branch 'master' into amanda_tmp_virtualenv
amanda11 c7248c4
Black formatting
amanda11 2b064a4
Remove trailing space for lint
amanda11 53622b9
Merge branch 'master' into amanda_tmp_virtualenv
amanda11 2814730
Update CHANGELOG.rst
amanda11 b201768
Update on requirements
amanda11 686c14a
Update CHANGELOG.rst to force re-run of checks
amanda11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,4 +20,4 @@ pyyaml==5.1.2 | |
| requests[security]==2.23.0 | ||
| six==1.13.0 | ||
| sseclient-py==1.7 | ||
| zipp<=1.0.0,>=0.5 | ||
| zipp>=0.5,<=1.0.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,15 +16,14 @@ git+https://github.com/StackStorm/[email protected]#egg=orquesta | |
| git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend | ||
| gitpython==2.1.15 | ||
| greenlet==0.4.15 | ||
| ipaddr | ||
| jinja2==2.10.3 | ||
| jsonpath-rw==1.4.0 | ||
| jsonschema==2.6.0 | ||
| kombu==4.6.6 | ||
| lockfile==0.12.2 | ||
| mongoengine==0.18.2 | ||
| networkx==1.11 | ||
| oslo.config<1.13,>=1.12.1 | ||
| oslo.config>=1.12.1,<1.13 | ||
| paramiko==2.7.1 | ||
| pymongo==3.10.0 | ||
| python-dateutil==2.8.0 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.