Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-07-05 Thread Jos de Kloe
Hi Tomáš, thanks a lot for preparing this patch! It is merged now in the rawhide branch. Best regards, Jos On 7/4/23 09:46, Tomas Hrnciar wrote: Hello Jos, thank you for doing this. I see upstream has already responded and proposed a fix. I've opened PR to backport it. It builds with

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-07-04 Thread Tomas Hrnciar
Hello Jos, thank you for doing this. I see upstream has already responded and proposed a fix. I've opened PR to backport it. It builds with Python 3.12 in f39-sidetag. https://src.fedoraproject.org/rpms/python-metar/pull-request/1 https://koji.fedoraproject.org/koji/taskinfo?taskID=102904082 On

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-07-03 Thread Jos de Kloe
Hi Tomáš, I have been looking at this one: > python-metar jdekloe and I think it needs to be fixed upstream before it can be build for python3.12. Of course the failing tests can be disabled, but that may just hide that the module is crippled. So I opened this issue upstream:

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-07-02 Thread Michael J Gruber
Perfect! https://src.fedoraproject.org/rpms/rst2pdf/pull-request/2 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-07-01 Thread Sandro
On 01-07-2023 22:05, Michael J Gruber wrote: I may have a patch for rst2pdf - how do I chain-scratch build against f39-python? I probably don't, so how do I mock build with f39-build chroot? fedpkg mock-config --target f39-python > ~/.config/mock/f39-python.cfg fedpkg srpm mock -r f39-python

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-07-01 Thread Michael J Gruber
Some packages may build with py 3.12 but not work with it if they don't have tests. For example, python-PyMuPDF fails when it tries to builds its documentation, but the error is in rst2pdf. If I disable doc creation then python-PyMuPDF builds against py 3.12 (and the tests succeed). I may have

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-07-01 Thread Frantisek Zatloukal
On Tue, Jun 27, 2023 at 8:44 PM Tomáš Hrnčiar wrote: > python-redis cicku kevin maxamillion > I've filled https://src.fedoraproject.org/rpms/python-redis/pull-request/13 , that should get python-redis going and unstuck a bunch of packages depending on it. Just a note, the failure

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-30 Thread Petr Viktorin
On 30. 06. 23 18:13, Jerry James wrote: On Fri, Jun 30, 2023 at 9:02 AM Petr Viktorin wrote: The use_tracing was fixed for most code, but still remained in profiling/tracing support. I filed a PR for Cython: https://src.fedoraproject.org/rpms/Cython/pull-request/46 (Hoping for a Cython 3

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-30 Thread Jerry James
On Fri, Jun 30, 2023 at 9:02 AM Petr Viktorin wrote: > The use_tracing was fixed for most code, but still remained in > profiling/tracing support. > I filed a PR for Cython: > https://src.fedoraproject.org/rpms/Cython/pull-request/46 > > (Hoping for a Cython 3 release soon -- things are getting

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-30 Thread Petr Viktorin
On 29. 06. 23 22:37, Jerry James wrote: On Tue, Jun 13, 2023 at 6:03 AM Tomas Hrnciar wrote: If you'd like to build a package after we already rebuilt it, you should be able to build it in the side tag via: on branch rawhide: $ fedpkg build --target=f39-python $ koji wait-repo f39-python

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-30 Thread Jonathan Wakely
On Fri, 16 Jun 2023 at 07:50, Miro Hrončok wrote: > > On 13. 06. 23 14:02, Tomas Hrnciar wrote: > > Hello, > > > > in order to deliver Python 3.12, we are running a coordinated rebuild in a > > side > > tag. > > > > https://fedoraproject.org/wiki/Changes/Python3.12 > >

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-29 Thread Jerry James
On Tue, Jun 13, 2023 at 6:03 AM Tomas Hrnciar wrote: > If you'd like to build a package after we already rebuilt it, you should be > able to build it in the side tag via: > > on branch rawhide: > $ fedpkg build --target=f39-python > $ koji wait-repo f39-python --build I'm trying to help by

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-29 Thread Michael J Gruber
I took care of lensfun, which was not quite as much fun as it sounds: https://src.fedoraproject.org/rpms/lensfun/pull-request/4 Could use a pair of critical python packager eyeballs, though ;-) ___ devel mailing list -- devel@lists.fedoraproject.org To

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-27 Thread Miro Hrončok
On 27. 06. 23 21:37, Maxwell G wrote: If your package is failing with ModuleNotFoundError: No module named 'imp', this is happening because Python 3.12 removed the long deprecated imp module. As a stopgap measure, you can BuildRequire python3-zombie-imp package, which allows you to import the

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-27 Thread Miro Hrončok
On 27. 06. 23 21:37, Maxwell G wrote: If your package is failing with ModuleNotFoundError: No module named 'imp', this is happening because Python 3.12 removed the long deprecated imp module. As a stopgap measure, you can BuildRequire python3-zombie-imp package, which allows you to import the

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-27 Thread Kevin Fenzi
On Tue, Jun 27, 2023 at 07:37:13PM +, Maxwell G wrote: > > > If your package is failing with ModuleNotFoundError: No module named > > 'imp', this is happening because Python 3.12 removed the long deprecated > > imp module. As a stopgap measure, you can BuildRequire > > python3-zombie-imp

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-27 Thread Tomáš Hrnčiar
Hello, I'd like to provide an update on Python 3.12 mass rebuild. The mass rebuild is still in progress. So far 2666 packages were rebuilt in side tag which is about 65,8% out of 4049 python packages. We are now working on fixing important packages blocking others. As mentioned in previous

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-27 Thread Maxwell G
If your package is failing with ModuleNotFoundError: No module named 'imp', this is happening because Python 3.12 removed the long deprecated imp module. As a stopgap measure, you can BuildRequire python3-zombie-imp package, which allows you to import the imp module even on Python 3.12. We

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-27 Thread Maxwell G
If your package is failing with ModuleNotFoundError: No module named 'imp', this is happening because Python 3.12 removed the long deprecated imp module. As a stopgap measure, you can BuildRequire python3-zombie-imp package, which allows you to import the imp module even on Python 3.12. We

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-27 Thread Tomáš Hrnčiar
Hello, I'd like to provide an update on Python 3.12 mass rebuild. The mass rebuild is still in progress. So far 2666 packages were rebuilt in side tag which is about 65,8% out of 4049 python packages. We are now working on fixing important packages blocking others. As mentioned in previous

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-27 Thread Tomáš Hrnčiar
Hello, I'd like to provide an update on Python 3.12 mass rebuild. The mass rebuild is still in progress. So far 2666 packages were rebuilt in side tag which is about 65,8% out of 4049 python packages. We are now working on fixing important packages blocking others. As mentioned in previous

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-19 Thread Scott Talbert
On Fri, 16 Jun 2023, Miro Hrončok wrote: On 16. 06. 23 17:16, Scott Talbert wrote: On Fri, 16 Jun 2023, Miro Hrončok wrote: Hi, I have the python-qcengine package, which is not rebuilt by python 3.12 yet. https://src.fedoraproject.org/rpms/python-qcengine Hello. This is waiting for:   

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Barry Scott
> On 18 Jun 2023, at 17:41, Miro Hrončok wrote: > > On 18. 06. 23 15:17, Barry Scott wrote: >>> On 17 Jun 2023, at 10:50, Miro Hrončok wrote: >>> >>> Please avoid further rawhide builds of them until the side tag is merged. >> I have been fixing pycxx and pysvn for python 3.12. >> I have

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Barry Scott
> On 18 Jun 2023, at 17:41, Miro Hrončok wrote: > > On 18. 06. 23 15:17, Barry Scott wrote: >>> On 17 Jun 2023, at 10:50, Miro Hrončok wrote: >>> >>> Please avoid further rawhide builds of them until the side tag is merged. >> I have been fixing pycxx and pysvn for python 3.12. >> I have

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Miro Hrončok
On 18. 06. 23 15:17, Barry Scott wrote: On 17 Jun 2023, at 10:50, Miro Hrončok wrote: Please avoid further rawhide builds of them until the side tag is merged. I have been fixing pycxx and pysvn for python 3.12. I have released new pycxx and pysvn upstream that fix the 3.12 issues. But I

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Miro Hrončok
On 18. 06. 23 15:17, Barry Scott wrote: On 17 Jun 2023, at 10:50, Miro Hrončok wrote: Please avoid further rawhide builds of them until the side tag is merged. I have been fixing pycxx and pysvn for python 3.12. I have released new pycxx and pysvn upstream that fix the 3.12 issues. But I

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-18 Thread Barry Scott
> On 17 Jun 2023, at 10:50, Miro Hrončok wrote: > > Please avoid further rawhide builds of them until the side tag is merged. I have been fixing pycxx and pysvn for python 3.12. I have released new pycxx and pysvn upstream that fix the 3.12 issues. But I did not see your message about not

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-17 Thread Miro Hrončok
On 17. 06. 23 17:54, Mattia Verga via devel wrote: Sorry, I think I've messed things up. I have pushed new builds of python-jsonschema-spec and python-openapi-spec-validator in Rawhide, then I realized there was the python 3.12 rebuild in progress, so I started a new build in f39-python for

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-17 Thread Mattia Verga via devel
Il 17/06/23 11:50, Miro Hrončok ha scritto: > On 13. 06. 23 14:02, Tomas Hrnciar wrote: >> Hello, >> >> in order to deliver Python 3.12, we are running a coordinated rebuild in a >> side >> tag. >> >> https://fedoraproject.org/wiki/Changes/Python3.12 >>

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-17 Thread Miro Hrončok
On 17. 06. 23 15:40, Orion Poplawski wrote: Do we have an ETA on the merge?  Just wondering.  Thanks. Unfortunately no. It should be over in a week or so, but it can take 2. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ devel mailing

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-17 Thread Orion Poplawski
On 6/17/23 03:50, Miro Hrončok wrote: On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-17 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-17 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Till Hofmann
On 6/16/23 09:47, Miro Hrončok wrote: On 16. 06. 23 9:41, Bastien Nocera wrote: Scolding people that haven't seen your original message for limitations in the build system isn't nice. Apologies for not being nice enough. However, we need to notify the folks who do that and ask them to stop,

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 17:16, Scott Talbert wrote: On Fri, 16 Jun 2023, Miro Hrončok wrote: Hi, I have the python-qcengine package, which is not rebuilt by python 3.12 yet. https://src.fedoraproject.org/rpms/python-qcengine Hello. This is waiting for:    python-qcelemental    python-pint Which is

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Scott Talbert
On Fri, 16 Jun 2023, Miro Hrončok wrote: Hi, I have the python-qcengine package, which is not rebuilt by python 3.12 yet. https://src.fedoraproject.org/rpms/python-qcengine Hello. This is waiting for: python-qcelemental python-pint Which is waiting for: python-matplotlib

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Bastien Nocera
On Fri, 16 Jun 2023 at 12:08, Miro Hrončok wrote: > On 16. 06. 23 9:57, Bastien Nocera wrote: > > > > > > On Fri, 16 Jun 2023 at 09:48, Miro Hrončok > > wrote: > > > > On 16. 06. 23 9:41, Bastien Nocera wrote: > > > Scolding people that haven't seen your

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Nikita Popov
On Fri, Jun 16, 2023 at 12:11 PM Miro Hrončok wrote: > On 16. 06. 23 12:07, Nikita Popov wrote: > > We have a conflicting python-lit build sitting in another side tag -- > we'll > > discard that one and rebuild once your side tag is merged. > > If it's already built and ready to be shipped, do

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 12:07, Nikita Popov wrote: We have a conflicting python-lit build sitting in another side tag -- we'll discard that one and rebuild once your side tag is merged. If it's already built and ready to be shipped, do it. Our side tag will last for ~1 week at least. Happy to bump

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 12:07, Nikita Popov wrote: We have a conflicting python-lit build sitting in another side tag -- we'll discard that one and rebuild once your side tag is merged. If it's already built and ready to be shipped, do it. Our side tag will last for ~1 week at least. Happy to bump

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 9:57, Bastien Nocera wrote: On Fri, 16 Jun 2023 at 09:48, Miro Hrončok > wrote: On 16. 06. 23 9:41, Bastien Nocera wrote: > Scolding people that haven't seen your original message for limitations in the > build system isn't nice.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 9:57, Bastien Nocera wrote: On Fri, 16 Jun 2023 at 09:48, Miro Hrončok > wrote: On 16. 06. 23 9:41, Bastien Nocera wrote: > Scolding people that haven't seen your original message for limitations in the > build system isn't nice.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Nikita Popov
On Fri, Jun 16, 2023 at 11:20 AM Miro Hrončok wrote: > On 13. 06. 23 14:02, Tomas Hrnciar wrote: > > Hello, > > > > in order to deliver Python 3.12, we are running a coordinated rebuild in > a side > > tag. > > > > https://fedoraproject.org/wiki/Changes/Python3.12 > >

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 10:02, Felix Wang wrote: Hi, I have the python-qcengine package, which is not rebuilt by python 3.12 yet. https://src.fedoraproject.org/rpms/python-qcengine Hello. This is waiting for: python-qcelemental python-pint Which is waiting for: python-matplotlib

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 9:41, Miro Hrončok wrote: The following packages were built in rawhide after they were built in out Python 3.12 side tag (f39-python): ... python-cerberus I believe this also wasn't built after 3.12 rebuild, but the rawhide version is 0-1.3.4-1.fc38, which is > 0-1.3.2-3.fc39.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 9:41, Miro Hrončok wrote: The following packages were built in rawhide after they were built in out Python 3.12 side tag (f39-python): ... python-cerberus I believe this also wasn't built after 3.12 rebuild, but the rawhide version is 0-1.3.4-1.fc38, which is > 0-1.3.2-3.fc39.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Felix Wang
Hi, I have the python-qcengine package, which is not rebuilt by python 3.12 yet. https://src.fedoraproject.org/rpms/python-qcengine ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Bastien Nocera
On Fri, 16 Jun 2023 at 09:48, Miro Hrončok wrote: > On 16. 06. 23 9:41, Bastien Nocera wrote: > > Scolding people that haven't seen your original message for limitations > in the > > build system isn't nice. > > Apologies for not being nice enough. However, we need to notify the folks > who > do

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 9:41, Bastien Nocera wrote: Scolding people that haven't seen your original message for limitations in the build system isn't nice. Apologies for not being nice enough. However, we need to notify the folks who do that and ask them to stop, because as you say, the system is not

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 9:41, Bastien Nocera wrote: Scolding people that haven't seen your original message for limitations in the build system isn't nice. Apologies for not being nice enough. However, we need to notify the folks who do that and ask them to stop, because as you say, the system is not

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Bastien Nocera
On Fri, 16 Jun 2023 at 08:50, Miro Hrončok wrote: > On 13. 06. 23 14:02, Tomas Hrnciar wrote: > > Hello, > > > > in order to deliver Python 3.12, we are running a coordinated rebuild in > a side > > tag. > > > > https://fedoraproject.org/wiki/Changes/Python3.12 > >

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 8:49, Miro Hrončok wrote: On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 8:49, Miro Hrončok wrote: On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 8:49, Miro Hrončok wrote: On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 16. 06. 23 8:49, Miro Hrončok wrote: On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-16 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-13 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

Re: [HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-13 Thread Miro Hrončok
On 13. 06. 23 14:02, Tomas Hrnciar wrote: Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuildsometimethis week.

[HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-13 Thread Tomas Hrnciar
Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuild sometime this week. If you see a "Rebuilt for Python 3.12" (or similar) commit in your package, please don't rebuild

[HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-13 Thread Tomas Hrnciar
Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuild sometime this week. If you see a "Rebuilt for Python 3.12" (or similar) commit in your package, please don't rebuild

[HEADS UP] Fedora 39 Python 3.12 rebuilds to start in a side tag this week

2023-06-13 Thread Tomas Hrnciar
Hello, in order to deliver Python 3.12, we are running a coordinated rebuild in a side tag. https://fedoraproject.org/wiki/Changes/Python3.12 We anticipate starting this rebuild sometime this week. If you see a "Rebuilt for Python 3.12" (or similar) commit in your package, please don't rebuild