Re: Backporting dependabot PRs
Robert Muir <[email protected]> Fri, 19 Jun 2026 06:32:58 -0400
| Newsgroups | gmane.comp.jakarta.lucene.devel |
|---|---|
| Message-ID | <CAOdYfZXry2XKd6Es-86KnDGUYjO93Xj4qPWmYee6Qx_hD0sSfA@mail.gmail.com> |
You need to use python 3.12 or above. and you need to install all those deps with "make env". On Fri, Jun 19, 2026 at 5:55=E2=80=AFAM Alan Woodward <[email protected]= > wrote: > > OK, now I=E2=80=99m getting the following: > > > python3 releaseWizard.py > Traceback (most recent call last): > File "/Users/romseygeek/projects/lucene_10x/dev-tools/scripts/releaseWi= zard.py", line 50, in <module> > from datetime import UTC, datetime, timedelta > ImportError: cannot import name 'UTC' from 'datetime' (/Library/Developer= /CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/pyt= hon3.9/datetime.py) > > If I try and run with `uv` I get a slightly different error: > > uv run releaseWizard.py > Using CPython 3.13.7 > Creating virtual environment at: .venv > warning: No `requires-python` value found in the workspace. Defaulting to= `>=3D3.13`. > Traceback (most recent call last): > File "/Users/romseygeek/projects/lucene_10x/dev-tools/scripts/releaseWi= zard.py", line 53, in <module> > import yaml > ModuleNotFoundError: No module named =E2=80=98yaml' > > > On 19 Jun 2026, at 10:31, Alan Woodward <[email protected]> wrote: > > Oh I=E2=80=99m not complaining, and you do an amazing amount of work keep= ing everything up to date on main! I just wanted to check that there wasn= =E2=80=99t some automation that wasn=E2=80=99t working. > > I=E2=80=99ll manually edit requirements in 10x and see how far I get befo= re something else breaks :) > > On 19 Jun 2026, at 10:28, Dawid Weiss <[email protected]> wrote: > > > Hi Alan, > > With respect to gradle and script dependencies, I've been trying to keep = main up to date but I honestly admit I lack the time and spirit to touch 10= x, I'm sorry about it. If you need any help, please let me know though and = I'll take a look. > > Dawid > > On Fri, Jun 19, 2026 at 10:58=E2=80=AFAM Alan Woodward <romseygeek@gmail.= com> wrote: >> >> Hi all, >> >> The release wizard is broken on the 10x branch because it uses a buggy v= ersion of ics, which has already been updated on main. I notice that the d= ependabot PRs are all going to main and not being automatically backported = - is this intentional? It=E2=80=99s trivial enough to fix 10x but I want t= o make sure there isn=E2=80=99t something else broken here. >> >> - Alan >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > >