-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
python: update resources #45019
python: update resources #45019
Conversation
Closes #45015. Signed-off-by: Rui Chen <rchen@meetup.com>
Closes #45018. Signed-off-by: Rui Chen <chenrui333@gmail.com>
Closes #45021. Signed-off-by: Rui Chen <chenrui333@gmail.com>
Closes #45023. Signed-off-by: Rui Chen <chenrui333@gmail.com>
Closes #45024. Signed-off-by: Rui Chen <chenrui333@gmail.com>
Closes #42386. Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
Closes #45013. Signed-off-by: Rui Chen <chenrui333@gmail.com>
Closes #45020. Signed-off-by: Rui Chen <chenrui333@gmail.com>
Closes #45086. Signed-off-by: Igor Kapkov <igasgeek@me.com>
Closes #45087. Signed-off-by: Igor Kapkov <igasgeek@me.com>
Closes #45091. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Closes #45090. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Closes #45089. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Closes #45042. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
|
Closes #45062. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
doitlive appears to already be pulling the latest version of 4.3.0 from what I can see on pypi. I was able to see that sip had a new version, I updated sip to pull 5.0.0 I'm fairly new with git and contributing to a large project. Please let me know if I did something incorrectly. |
I think you have push a lot of new unrelated commits to this PR, probably when trying to rebase on top of the master branch. I've tried a clean PR with the same content (and revision bumps) in #45222 |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Update to current versions of pip, wheel and setuptools.
This is in relation to 43867