That does beg the question, since I bumped the version of a dependency of `mozlint`, does it itself need a version bump, and then does everything that has `mozlint` as a dep need a version bump, and so on? Does it just keep cascading until I version bump everything in connected to it? (and the same for everything else that has a depedency on `mozlog`) https://searchfox.org/mozilla-central/source/python/mozlint/setup.py#8 https://searchfox.org/mozilla-central/source/testing/mozbase/manifestparser/setup.py#13 https://searchfox.org/mozilla-central/source/python/mozperftest/setup.py#16 https://searchfox.org/mozilla-central/source/testing/mozbase/mozcrash/setup.py#13 https://searchfox.org/mozilla-central/source/testing/mozbase/mozdevice/setup.py#12 https://searchfox.org/mozilla-central/source/testing/mozbase/mozpower/setup.py#12 https://searchfox.org/mozilla-central/source/testing/mozbase/mozprofile/setup.py#14 https://searchfox.org/mozilla-central/source/testing/mozbase/mozproxy/setup.py#13 https://searchfox.org/mozilla-central/source/testing/mozbase/mozrunner/setup.py#18 https://searchfox.org/mozilla-central/source/testing/mozbase/mozversion/setup.py#29
Bug 1800564 Comment 14 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
That does beg the question, since I bumped the version of a dependency of `mozlint`, does it itself need a version bump, and then does everything that has `mozlint` as a dep need a version bump, and so on? Does it just keep cascading until I version bump everything connected to it? (and the same for everything else that has a depedency on `mozlog`) https://searchfox.org/mozilla-central/source/python/mozlint/setup.py#8 https://searchfox.org/mozilla-central/source/testing/mozbase/manifestparser/setup.py#13 https://searchfox.org/mozilla-central/source/python/mozperftest/setup.py#16 https://searchfox.org/mozilla-central/source/testing/mozbase/mozcrash/setup.py#13 https://searchfox.org/mozilla-central/source/testing/mozbase/mozdevice/setup.py#12 https://searchfox.org/mozilla-central/source/testing/mozbase/mozpower/setup.py#12 https://searchfox.org/mozilla-central/source/testing/mozbase/mozprofile/setup.py#14 https://searchfox.org/mozilla-central/source/testing/mozbase/mozproxy/setup.py#13 https://searchfox.org/mozilla-central/source/testing/mozbase/mozrunner/setup.py#18 https://searchfox.org/mozilla-central/source/testing/mozbase/mozversion/setup.py#29
That does beg the question, since I bumped the version of a dependency of `mozlint`, does it itself need a version bump, and then does everything that has `mozlint` as a dep need a version bump, and so on? Does it just keep cascading until I version bump everything connected to it? (and the same for everything else that has a depedency on `mozlog`) https://searchfox.org/mozilla-central/source/python/mozlint/setup.py#8 https://searchfox.org/mozilla-central/source/testing/mozbase/manifestparser/setup.py#13 https://searchfox.org/mozilla-central/source/python/mozperftest/setup.py#16 https://searchfox.org/mozilla-central/source/testing/mozbase/mozcrash/setup.py#13 https://searchfox.org/mozilla-central/source/testing/mozbase/mozdevice/setup.py#12 https://searchfox.org/mozilla-central/source/testing/mozbase/mozpower/setup.py#12 https://searchfox.org/mozilla-central/source/testing/mozbase/mozprofile/setup.py#14 https://searchfox.org/mozilla-central/source/testing/mozbase/mozproxy/setup.py#13 https://searchfox.org/mozilla-central/source/testing/mozbase/mozrunner/setup.py#18 https://searchfox.org/mozilla-central/source/testing/mozbase/mozversion/setup.py#29 And if any of the above have a PyPi project, then they would also need a push. Yikes.