Re: Need volunteers to pick up my packages incl. wf-recorder and wayvnc

2024-08-29 Thread Bob Hepple
so that just leaves: bookworm i3blocks src wf-recorder ... any takers? On Thu, 29 Aug 2024 at 16:54, Bob Hepple wrote: > > Thanks for stepping up Neal! You always can be counted on! > > I've transferred aml, neatvnc and wayvnc. I'll get to the others in due > course. > > Cheers > > > Bob > > O

Re: Need volunteers to pick up my packages incl. wf-recorder and wayvnc

2024-08-29 Thread Neal Gompa
On Thu, Aug 29, 2024 at 3:09 AM Bob Hepple wrote: > > so that just leaves: > > bookworm > i3blocks > src > wf-recorder > > ... any takers? > I'll take wf-recorder, too. :) -- 真実はいつも一つ!/ Always, there's only one truth! -- ___ devel mailing list -- de

Re: Need volunteers to pick up my packages incl. wf-recorder and wayvnc

2024-08-29 Thread Bob Hepple
thanks again, Neal On Thu, 29 Aug 2024 at 17:24, Neal Gompa wrote: > > On Thu, Aug 29, 2024 at 3:09 AM Bob Hepple wrote: > > > > so that just leaves: > > > > bookworm > > i3blocks > > src > > wf-recorder > > > > ... any takers? > > > > I'll take wf-recorder, too. :) > > > -- > 真実はいつも一つ!/ Always,

pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
Hi, i want to use %python3 setup.py test [1] with pyliblo3, but this fails. + /usr/bin/python3 setup.py test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encourag

Re: SPDX Statistics - Hulk edition

2024-08-29 Thread Pavel Cahyna
Hello, On Fri, May 10, 2024 at 10:55:13AM +0200, Miroslav Suchý wrote: > Hot news: > >    SPDX v3 has been published. The biggest change for us is that license > expression allows lowercase operators (and, or, with). This got into the > specification because of your (Fedora maintainers) feedback!

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Miro Hrončok
On 29. 08. 24 10:53, Martin Gansser wrote: Hi, i want to use %python3 setup.py test [1] with pyliblo3, but this fails. Running setup.py test is deprecated and even if it worked, please don't use it. For this package, I think this should work: %check %{py3_test_envvars} %{python3} -m unittest

[Fedocal] Reminder meeting : ELN SIG

2024-08-29 Thread sgallagh
Dear all, You are kindly invited to the meeting: ELN SIG on 2024-08-30 from 12:00:00 to 13:00:00 US/Eastern At fedora-meet...@irc.libera.chat The meeting will be about: Source: https://calendar.fedoraproject.org//meeting/10568/ -- ___ devel m

[Fedocal] Reminder meeting : ELN SIG

2024-08-29 Thread sgallagh
Dear all, You are kindly invited to the meeting: ELN SIG on 2024-08-30 from 12:00:00 to 13:00:00 US/Eastern At fedora-meet...@irc.libera.chat The meeting will be about: Source: https://calendar.fedoraproject.org//meeting/10880/ -- ___ devel m

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
Hi Miro, thanks for your respond. %check # Set up the environment variables for running tests %{py3_test_envvars} %{python3} -m unittest discover causes this error message cd pyliblo3-91d17815b911ccc2c1d1408412e7885c32f2d460 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-

Re: SPDX Statistics - Hulk edition

2024-08-29 Thread Miroslav Suchý
Dne 29. 08. 24 v 1:10 odp. Pavel Cahyna napsal(a): Hello, On Fri, May 10, 2024 at 10:55:13AM +0200, Miroslav Suchý wrote: Hot news:    SPDX v3 has been published. The biggest change for us is that license expression allows lowercase operators (and, or, with). This got into the specification b

Heads-up: rapidyaml 0.7.2 and c4core 0.2.2 coming to F42/Rawhide and F41/Branched

2024-08-29 Thread Ben Beasley
In one week (2024-09-05), or slightly later, I plan to update the rapidyaml package to 0.7.2[1] in F42/Rawhide and F41/Branched; I will also update its support library c4core to 0.2.2[2]. Both are ABI-breaking updates with SONAME version bumps. I will also update the unversioned support library

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Miro Hrončok
On 29. 08. 24 14:16, Martin Gansser wrote: %{py3_test_envvars} %{python3} -m unittest discover Put that on a single line like this: %{py3_test_envvars} %{python3} -m unittest discover Or export it, like this: export %{py3_test_envvars} %{python3} -m unittest discover -- Miro Hrončok -- Phon

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
I get the same error message with both commands: + PATH=/home/martin/rpmbuild/BUILDROOT/pyliblo3-0.16.2-0.3.git91d1781.fc40.x86_64/usr/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/martin/.local/bin:/home/martin/bin + PYTHONPATH=/home/martin/

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Miro Hrončok
On 29. 08. 24 15:07, Martin Gansser wrote: I get the same error message with both commands: + PATH=/home/martin/rpmbuild/BUILDROOT/pyliblo3-0.16.2-0.3.git91d1781.fc40.x86_64/usr/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/martin/.local/bin

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
i attached spec file and log messages, hope it helps. [1] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3.spec [2] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3-build-mess.txt [3] https://martinkg.fedorapeople.org/ErrorReports/rpm-tmp.894bVx Regards Martin -- __

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Miro Hrončok
On 29. 08. 24 15:45, Martin Gansser wrote: i attached spec file and log messages, hope it helps. [1] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3.spec [2] https://martinkg.fedorapeople.org/ErrorReports/pyliblo3-build-mess.txt [3] https://martinkg.fedorapeople.org/ErrorReports/rpm-tmp.

Re: pyliblo3 - %python3 setup.py test fails

2024-08-29 Thread Martin Gansser
sorry, no success test1: %check mv pyliblo3 pyliblo3_dont %{py3_test_envvars} %{python3} -m unittest discover ... + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/home/martin/rpmbuild/BUILD/pyliblo3-91d17815b911ccc2c1d1408412e7885c32f2d460/.pyproject-builddir' + PYTEST_XDIST_AUTO_N

[Test-Announce][Heroes Of Fedora] A token of gratitude for all the hard work!

2024-08-29 Thread Sumantro Mukherjee
Hello Fedorables, I wanted to take a moment to express my deepest gratitude to each one of you for your invaluable contributions to the Fedora 39 and 40 release cycles. Your dedication and hard work have played a crucial role in making these releases a success. You are truly amazing, and the Fedo

Fedora eln compose report: 20240829.n.1 changes

2024-08-29 Thread Fedora ELN Report
OLD: Fedora-ELN-20240828.n.0 NEW: Fedora-ELN-20240829.n.1 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 1 Dropped packages:1 Upgraded packages: 15 Downgraded packages: 0 Size of added packages: 23.42 KiB Size of dropped packages:273.99 KiB

Re: [Fedocal] Reminder meeting : ELN SIG

2024-08-29 Thread Stephen Gallagher
On Thu, Aug 29, 2024 at 8:01 AM wrote: > > Dear all, > > You are kindly invited to the meeting: >ELN SIG on 2024-08-30 from 12:00:00 to 13:00:00 US/Eastern >At fedora-meet...@irc.libera.chat > > The meeting will be about: > * Status update on converting away from ODCS * Discussion on how

Fedora rawhide compose report: 20240829.n.1 changes

2024-08-29 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20240828.n.0 NEW: Fedora-Rawhide-20240829.n.1 = SUMMARY = Added images:1 Dropped images: 3 Added packages: 10 Dropped packages:2 Upgraded packages: 121 Downgraded packages: 0 Size of added packages: 92.96 MiB Size of dropped packages

Heads-up: uv 0.4 coming to Fedora

2024-08-29 Thread Ben Beasley
Well, the uv 0.3.x release series barely lasted a week – now it’s on to uv 0.4[1]! We already have uv 0.3.5 in Rawhide/F42, and 0.3.3 in F41 (0.3.5 in updates-testing). This is the notice that I plan to build 0.4.x in Fedora 42/Rawhide and 41/Branched in a week, 2024-09-05. This release include