Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-21 Thread Tomas Hrnciar
Hello everyone,

f37-python side tag was merged a few hours ago. From now on you can build
in rawhide as usually.
We will follow up later with another email with instructions on what to do
with packages that failed to build.

Have a nice day.
Tomáš

On Fri, Jun 10, 2022 at 11:33 AM Tomas Hrnciar  wrote:

> Hello, in order to deliver Python 3.11, we are running a coordinated
> rebuild in a side tag.
>
> https://fedoraproject.org/wiki/Changes/Python3.1
> 1
> 
>
> We anticipate starting this rebuild on Monday, 2022-06-13 if no more
> blockers are discovered.
>
> If you see a "Rebuilt for Python 3.11" (or similar) commit in your
> package, please don't rebuild it in regular rawhide. If you need to, please
> let us know, so we can coordinate.
>
> If you'd like to build the package, you should be able to build it in the
> side tag via:
>
> on branch rawhide:
> $ fedpkg build --target=f37-python
> $ koji wait-repo f37-python --build 
>
> Note that it will take a while before all the essential packages are
> rebuilt, so don't expect all your dependencies to be available right away.
> When in trouble, ask here or on IRC (#fedora-python on Libera.Chat). Ping
> me (thrnciar) or Miro (mhroncok) if you need to talk to us.
>
> Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3
> 
> 7
> 
> -python=-build_id=0
> 
>
> Please avoid any potentially disturbing or major changes in Python
> packages until the rebuild is over.
>
> Thanks. Let us know if you have any questions.
>
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-20 Thread Miro Hrončok

On 20. 06. 22 12:40, Michael J Gruber wrote:

Am Mo., 20. Juni 2022 um 12:08 Uhr schrieb Miro Hrončok :


On 20. 06. 22 11:57, Michael J Gruber wrote:

I recently took over py3status from orphanage and tried a scratch build against 
the side tag. The results are somewhat surprsing (to me):

```
DEBUG util.py:443:  Error:
DEBUG util.py:443:   Problem: conflicting requests
DEBUG util.py:443:- nothing provides python(abi) = 3.10 needed by 
python3-pytest-flake8-1.0.6-5.fc35.noarch
DEBUG util.py:443:- nothing provides python3.10dist(flake8) >= 3.5 needed 
by python3-pytest-flake8-1.0.6-5.fc35.noarch
DEBUG util.py:443:- nothing provides python3.10dist(pytest) >= 3.5 needed 
by python3-pytest-flake8-1.0.6-5.fc35.noarch
DEBUG util.py:445:  (try to add '--skip-broken' to skip uninstallable packages)
```
See https://koji.fedoraproject.org/koji/taskinfo?taskID=88487203

The spec has:
BuildRequires:  python3-tox python3-tox-current-env python3-pytest 
python3-pytest-flake8 black


That's because python3-pytest-flake8 is not yet rebuilt for 3.11.

As a side note, please don't use flake8 and black in %check, see
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters


Perfect! I mean: Thanks for the hint. Without the linters, the package
scratch builds and the tests succeed in the side-tag.
Should I simply build it in the side tag so that it gets pushed when
the side-tag is merged?


The side tag is no longer used. Build it in rawhide.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-20 Thread Michael J Gruber
Am Mo., 20. Juni 2022 um 12:08 Uhr schrieb Miro Hrončok :
>
> On 20. 06. 22 11:57, Michael J Gruber wrote:
> > I recently took over py3status from orphanage and tried a scratch build 
> > against the side tag. The results are somewhat surprsing (to me):
> >
> > ```
> > DEBUG util.py:443:  Error:
> > DEBUG util.py:443:   Problem: conflicting requests
> > DEBUG util.py:443:- nothing provides python(abi) = 3.10 needed by 
> > python3-pytest-flake8-1.0.6-5.fc35.noarch
> > DEBUG util.py:443:- nothing provides python3.10dist(flake8) >= 3.5 
> > needed by python3-pytest-flake8-1.0.6-5.fc35.noarch
> > DEBUG util.py:443:- nothing provides python3.10dist(pytest) >= 3.5 
> > needed by python3-pytest-flake8-1.0.6-5.fc35.noarch
> > DEBUG util.py:445:  (try to add '--skip-broken' to skip uninstallable 
> > packages)
> > ```
> > See https://koji.fedoraproject.org/koji/taskinfo?taskID=88487203
> >
> > The spec has:
> > BuildRequires:  python3-tox python3-tox-current-env python3-pytest 
> > python3-pytest-flake8 black
>
> That's because python3-pytest-flake8 is not yet rebuilt for 3.11.
>
> As a side note, please don't use flake8 and black in %check, see
> https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters

Perfect! I mean: Thanks for the hint. Without the linters, the package
scratch builds and the tests succeed in the side-tag.
Should I simply build it in the side tag so that it gets pushed when
the side-tag is merged?

Michael
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-20 Thread Miro Hrončok

On 20. 06. 22 11:57, Michael J Gruber wrote:

I recently took over py3status from orphanage and tried a scratch build against 
the side tag. The results are somewhat surprsing (to me):

```
DEBUG util.py:443:  Error:
DEBUG util.py:443:   Problem: conflicting requests
DEBUG util.py:443:- nothing provides python(abi) = 3.10 needed by 
python3-pytest-flake8-1.0.6-5.fc35.noarch
DEBUG util.py:443:- nothing provides python3.10dist(flake8) >= 3.5 needed 
by python3-pytest-flake8-1.0.6-5.fc35.noarch
DEBUG util.py:443:- nothing provides python3.10dist(pytest) >= 3.5 needed 
by python3-pytest-flake8-1.0.6-5.fc35.noarch
DEBUG util.py:445:  (try to add '--skip-broken' to skip uninstallable packages)
```
See https://koji.fedoraproject.org/koji/taskinfo?taskID=88487203

The spec has:
BuildRequires:  python3-tox python3-tox-current-env python3-pytest 
python3-pytest-flake8 black


That's because python3-pytest-flake8 is not yet rebuilt for 3.11.

As a side note, please don't use flake8 and black in %check, see
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-20 Thread Michael J Gruber
I recently took over py3status from orphanage and tried a scratch build against 
the side tag. The results are somewhat surprsing (to me):

```
DEBUG util.py:443:  Error: 
DEBUG util.py:443:   Problem: conflicting requests
DEBUG util.py:443:- nothing provides python(abi) = 3.10 needed by 
python3-pytest-flake8-1.0.6-5.fc35.noarch
DEBUG util.py:443:- nothing provides python3.10dist(flake8) >= 3.5 needed 
by python3-pytest-flake8-1.0.6-5.fc35.noarch
DEBUG util.py:443:- nothing provides python3.10dist(pytest) >= 3.5 needed 
by python3-pytest-flake8-1.0.6-5.fc35.noarch
DEBUG util.py:445:  (try to add '--skip-broken' to skip uninstallable packages)
```
See https://koji.fedoraproject.org/koji/taskinfo?taskID=88487203

The spec has:
BuildRequires:  python3-tox python3-tox-current-env python3-pytest 
python3-pytest-flake8 black
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-20 Thread Tomas Hrnciar
Hello everyone,

f37-python side tag was merged a few hours ago. From now on you can build
in rawhide as usually.
We will follow up later with another email with instructions on what to do
with packages that failed to build.

Have a nice day.
Tomáš

On Fri, Jun 10, 2022 at 11:33 AM Tomas Hrnciar  wrote:

> Hello, in order to deliver Python 3.11, we are running a coordinated
> rebuild in a side tag.
>
> https://fedoraproject.org/wiki/Changes/Python3.1
> 1
> 
>
> We anticipate starting this rebuild on Monday, 2022-06-13 if no more
> blockers are discovered.
>
> If you see a "Rebuilt for Python 3.11" (or similar) commit in your
> package, please don't rebuild it in regular rawhide. If you need to, please
> let us know, so we can coordinate.
>
> If you'd like to build the package, you should be able to build it in the
> side tag via:
>
> on branch rawhide:
> $ fedpkg build --target=f37-python
> $ koji wait-repo f37-python --build 
>
> Note that it will take a while before all the essential packages are
> rebuilt, so don't expect all your dependencies to be available right away.
> When in trouble, ask here or on IRC (#fedora-python on Libera.Chat). Ping
> me (thrnciar) or Miro (mhroncok) if you need to talk to us.
>
> Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3
> 
> 7
> 
> -python=-build_id=0
> 
>
> Please avoid any potentially disturbing or major changes in Python
> packages until the rebuild is over.
>
> Thanks. Let us know if you have any questions.
>
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-20 Thread Tomas Hrnciar
Hello everyone,

f37-python side tag was merged a few hours ago. From now on you can build
in rawhide as usually.
We will follow up later with another email with instructions on what to do
with packages that failed to build.

Have a nice day.
Tomáš

On Fri, Jun 10, 2022 at 11:33 AM Tomas Hrnciar  wrote:

> Hello, in order to deliver Python 3.11, we are running a coordinated
> rebuild in a side tag.
>
> https://fedoraproject.org/wiki/Changes/Python3.1
> 1
> 
>
> We anticipate starting this rebuild on Monday, 2022-06-13 if no more
> blockers are discovered.
>
> If you see a "Rebuilt for Python 3.11" (or similar) commit in your
> package, please don't rebuild it in regular rawhide. If you need to, please
> let us know, so we can coordinate.
>
> If you'd like to build the package, you should be able to build it in the
> side tag via:
>
> on branch rawhide:
> $ fedpkg build --target=f37-python
> $ koji wait-repo f37-python --build 
>
> Note that it will take a while before all the essential packages are
> rebuilt, so don't expect all your dependencies to be available right away.
> When in trouble, ask here or on IRC (#fedora-python on Libera.Chat). Ping
> me (thrnciar) or Miro (mhroncok) if you need to talk to us.
>
> Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3
> 
> 7
> 
> -python=-build_id=0
> 
>
> Please avoid any potentially disturbing or major changes in Python
> packages until the rebuild is over.
>
> Thanks. Let us know if you have any questions.
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-19 Thread Miro Hrončok

On 10. 06. 22 11:33, Tomas Hrnciar wrote:
Hello, in order to deliver Python 3.11, we are running a coordinated rebuild in 
a side tag.


https://fedoraproject.org/wiki/Changes/Python3.1 
1 



We anticipate starting this rebuild on Monday, 2022-06-13 if no more blockers 
are discovered.


If you see a "Rebuilt for Python 3.11" (or similar) commit in your package, 
please don't rebuild it in regular rawhide. If you need to, please let us know, 
so we can coordinate.


If you'd like to build the package, you should be able to build it in the side 
tag via:

     on branch rawhide:
     $ fedpkg build --target=f37-python
     $ koji wait-repo f37-python --build 
Note that it will take a while before all the essential packages are rebuilt, 
so don't expect all your dependencies to be available right away. When in 
trouble, ask here or on IRC (#fedora-python on Libera.Chat).Ping me (thrnciar) 
or Miro (mhroncok) if you need to talk to us.


Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3 
7 
-python=-build_id=0 



Please avoid any potentially disturbingor major changesin Python packages until 
the rebuild is over.


Thanks. Let us know if you have any questions.


Hey folks,

Around 3350 packages have been successfully rebuilt.
Around 600 packages remain to be built (see the list bellow).
Around 200 packages have already failed to build and 400 has missing deps.


I think we will be ready to merge the side tag very soon.


Kevin, Adam, do could you please do some kind of compose validation?




Interesting bugzillas:

fedpkg: FTBFS in Fedora Rawhide with bodhi-client 6: Failed to establish a new 
connection: [Errno -3] Temporary failure in name resolution

https://bugzilla.redhat.com/show_bug.cgi?id=2097858

F37FailsToInstall: python3-zope-component
nothing provides python3.11dist(zope-hookable) >= 4.2 needed by 
python3-zope-component

https://bugzilla.redhat.com/show_bug.cgi?id=2090769





Interesting blockers:
 - transitive runtime-requires are considered here
 - transitive build-requires are *not* considered here

The 30 most commonly needed components are:
   42 python-proto-plus
   29 python-joblib
   27 python-threadpoolctl
   25 python-scikit-learn
   20 python-arrow
   16 python-openstacksdk
   14 python-paste
   13 python-osc-lib
   12 python-webtest
   11 pyproj
   10 python-xarray
9 python-os-client-config
9 python-fsspec
9 python-cloudpickle
8 fedmsg
8 uhd
7 python-plaster-pastedeploy
7 python-pyramid
7 python-jsonpickle
7 python-pyside2
7 sip
7 python-pytest-flake8
7 python-pywt
6 python-kombu
6 gnuradio
6 python-scikit-image
5 python-neutronclient
5 OpenColorIO
5 python-billiard
5 python-peewee

The 20 most commonly last-blocking components are:
   38 python-proto-plus
6 python-arrow
5 python-pytest-flake8
5 python-xarray
4 sip
4 python-jsonpickle
4 python-webtest
3 OpenColorIO
3 python-peewee
3 m2crypto
3 python-libcst
3 python-behave
3 pyproj
3 python-agate
3 python-autopep8
3 python-ipyparallel
3 python-joblib
3 python-pcodedmp
3 python-paste
2 python-pyside2

The 10 most commonly last-blocking small combinations of components are:
   12 python-joblib, python-scikit-learn, python-threadpoolctl
5 python-openstacksdk, python-osc-lib
4 fedmsg, python-arrow
4 gnuradio, uhd
4 python-pywt, python-scikit-image
3 python-autobahn, python-txaio
3 python-paste, python-plaster-pastedeploy, python-pyramid, python-webtest
3 python-neutronclient, python-openstackclient, python-openstacksdk, 
python-os-client-config, python-osc-lib

2 fedmsg, python-arrow, python-fedmsg-meta-fedora-infrastructure
2 python-billiard, python-celery, python-kombu

Complete list of missing rebuilds:

APLpy
arbor
atomic-reactor
awscli
azure-cli
blender
bodhi-server
bout++
buildbot
buildstream
calibre
cantera
certbot
cfn-lint
cjdns
cobbler
collectd
conda
copr-backend
cozy
cura
datagrepper
datanommer
datanommer-commands
deluge
d-feet
dlib
dnsviz
domoticz
dtc
espresso
fail2ban
fbthrift
fedmsg
fedpkg
flatbuffers
folly
fontdump
freecad
gajim
gfal2-python
gitg
gitlint
gnome-passwordsafe
gnuradio
gpaw
gplugin
gr-air-modes
gr-funcube
gr-hpsdr
gr-iqbal
gr-osmosdr
gr-rds
HepMC3
home-assistant-cli
httpie
ilua
ipsilon
jpype
jrnl
kicad
kiwi-boxed-plugin
libarcus
libkdtree++
libpfm
libproxy
librealsense
libsavitar
liquidctl
litecli
lldb
luxcorerender
mailman3
matrix-synapse
mirrormanager2
mlpack
module-build
module-build-service
monkeytype
muse
mycli
m2crypto
nextpnr
NiaAML-GUI
nordugrid-arc
nyx
odcs
opae
OpenColorIO

Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-19 Thread Nico Kadel-Garcia
On Sat, Jun 18, 2022 at 2:50 AM Miro Hrončok  wrote:
>
>
>
> On 18. 06. 22 2:33, Adam Williamson wrote:
> > On Sat, 2022-06-18 at 00:31 +0200, Miro Hrončok wrote:
> 
>  Interesting bugzillas:
> 
>  fedpkg: FTBFS in Fedora Rawhide with bodhi-client 6: Failed to establish 
>  a new
>  connection: [Errno -3] Temporary failure in name resolution
>  https://bugzilla.redhat.com/show_bug.cgi?id=2097858
> >>>
> >>> If fedpkg will be rendered unusable by the merge, though, that seems
> >>> like a problem. All the other things look like ones we can reasonably
> >>> work through over time.
> >>
> >> It won't. Worst case, I am going to disable the bodhi testes temporarily 
> >> in the
> >> spirit of "it's already broken with 3.10".

That should avoid reproducing the problem
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-18 Thread Kevin Fenzi
On Fri, Jun 17, 2022 at 02:21:39PM -0700, Adam Williamson wrote:
> On Fri, 2022-06-17 at 11:49 +0200, Miro Hrončok wrote:
...snip...
> > 
> > Kevin, Adam, do could you please do some kind of compose validation?
> 
> I can validate a compose if Kevin can build one.

I'm not sure I have any easy way to do that. 

I suppose I could hack up the rawhide compose script to pull from the
side tag and not sync out? 

I know Mohan had a minimal compose thing in ODCS, but I am not sure at
all how functional it is. ;( 

I can try hacking something up tuesday (monday is a holiday), or we
could just merge it back and fix things until it works. 

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-18 Thread Miro Hrončok



On 18. 06. 22 2:33, Adam Williamson wrote:

On Sat, 2022-06-18 at 00:31 +0200, Miro Hrončok wrote:


Interesting bugzillas:

fedpkg: FTBFS in Fedora Rawhide with bodhi-client 6: Failed to establish a new
connection: [Errno -3] Temporary failure in name resolution
https://bugzilla.redhat.com/show_bug.cgi?id=2097858


If fedpkg will be rendered unusable by the merge, though, that seems
like a problem. All the other things look like ones we can reasonably
work through over time.


It won't. Worst case, I am going to disable the bodhi testes temporarily in the
spirit of "it's already broken with 3.10".


I fixed it.
https://koji.fedoraproject.org/koji/taskinfo?taskID=88378058


You rock :)

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-17 Thread Adam Williamson
On Sat, 2022-06-18 at 00:31 +0200, Miro Hrončok wrote:
> > > 
> > > Interesting bugzillas:
> > > 
> > > fedpkg: FTBFS in Fedora Rawhide with bodhi-client 6: Failed to establish 
> > > a new
> > > connection: [Errno -3] Temporary failure in name resolution
> > > https://bugzilla.redhat.com/show_bug.cgi?id=2097858
> > 
> > If fedpkg will be rendered unusable by the merge, though, that seems
> > like a problem. All the other things look like ones we can reasonably
> > work through over time.
> 
> It won't. Worst case, I am going to disable the bodhi testes temporarily in 
> the 
> spirit of "it's already broken with 3.10".

I fixed it.
https://koji.fedoraproject.org/koji/taskinfo?taskID=88378058
-- 
Adam Williamson
Fedora QA
IRC: adamw | Twitter: adamw_ha
https://www.happyassassin.net

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-17 Thread Miro Hrončok

On 17. 06. 22 23:21, Adam Williamson wrote:

On Fri, 2022-06-17 at 11:49 +0200, Miro Hrončok wrote:

On 10. 06. 22 11:33, Tomas Hrnciar wrote:

Hello, in order to deliver Python 3.11, we are running a coordinated rebuild in
a side tag.

https://fedoraproject.org/wiki/Changes/Python3.1
1


We anticipate starting this rebuild on Monday, 2022-06-13 if no more blockers
are discovered.

If you see a "Rebuilt for Python 3.11" (or similar) commit in your package,
please don't rebuild it in regular rawhide. If you need to, please let us know,
so we can coordinate.

If you'd like to build the package, you should be able to build it in the side
tag via:
      on branch rawhide:
      $ fedpkg build --target=f37-python
      $ koji wait-repo f37-python --build 
Note that it will take a while before all the essential packages are rebuilt,
so don't expect all your dependencies to be available right away. When in
trouble, ask here or on IRC (#fedora-python on Libera.Chat).Ping me (thrnciar)
or Miro (mhroncok) if you need to talk to us.

Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3
7
-python=-build_id=0


Please avoid any potentially disturbingor major changesin Python packages until
the rebuild is over.

Thanks. Let us know if you have any questions.


Hey folks,

Around 3350 packages have been successfully rebuilt.
Around 600 packages remain to be built (see the list bellow).
Around 200 packages have already failed to build and 400 has missing deps.


I think we will be ready to merge the side tag very soon.


Kevin, Adam, do could you please do some kind of compose validation?


I can validate a compose if Kevin can build one.


Interesting bugzillas:

fedpkg: FTBFS in Fedora Rawhide with bodhi-client 6: Failed to establish a new
connection: [Errno -3] Temporary failure in name resolution
https://bugzilla.redhat.com/show_bug.cgi?id=2097858


If fedpkg will be rendered unusable by the merge, though, that seems
like a problem. All the other things look like ones we can reasonably
work through over time.


It won't. Worst case, I am going to disable the bodhi testes temporarily in the 
spirit of "it's already broken with 3.10".


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-17 Thread Adam Williamson
On Fri, 2022-06-17 at 11:49 +0200, Miro Hrončok wrote:
> On 10. 06. 22 11:33, Tomas Hrnciar wrote:
> > Hello, in order to deliver Python 3.11, we are running a coordinated 
> > rebuild in 
> > a side tag.
> > 
> > https://fedoraproject.org/wiki/Changes/Python3.1 
> > 1 
> > 
> > 
> > We anticipate starting this rebuild on Monday, 2022-06-13 if no more 
> > blockers 
> > are discovered.
> > 
> > If you see a "Rebuilt for Python 3.11" (or similar) commit in your package, 
> > please don't rebuild it in regular rawhide. If you need to, please let us 
> > know, 
> > so we can coordinate.
> > 
> > If you'd like to build the package, you should be able to build it in the 
> > side 
> > tag via:
> >      on branch rawhide:
> >      $ fedpkg build --target=f37-python
> >      $ koji wait-repo f37-python --build 
> > Note that it will take a while before all the essential packages are 
> > rebuilt, 
> > so don't expect all your dependencies to be available right away. When in 
> > trouble, ask here or on IRC (#fedora-python on Libera.Chat).Ping me 
> > (thrnciar) 
> > or Miro (mhroncok) if you need to talk to us.
> > 
> > Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3 
> > 7
> >  
> > -python=-build_id=0
> >  
> > 
> > 
> > Please avoid any potentially disturbingor major changesin Python packages 
> > until 
> > the rebuild is over.
> > 
> > Thanks. Let us know if you have any questions.
> 
> Hey folks,
> 
> Around 3350 packages have been successfully rebuilt.
> Around 600 packages remain to be built (see the list bellow).
> Around 200 packages have already failed to build and 400 has missing deps.
> 
> 
> I think we will be ready to merge the side tag very soon.
> 
> 
> Kevin, Adam, do could you please do some kind of compose validation?

I can validate a compose if Kevin can build one.
> 
> Interesting bugzillas:
> 
> fedpkg: FTBFS in Fedora Rawhide with bodhi-client 6: Failed to establish a 
> new 
> connection: [Errno -3] Temporary failure in name resolution
> https://bugzilla.redhat.com/show_bug.cgi?id=2097858

If fedpkg will be rendered unusable by the merge, though, that seems
like a problem. All the other things look like ones we can reasonably
work through over time.
-- 
Adam Williamson
Fedora QA
IRC: adamw | Twitter: adamw_ha
https://www.happyassassin.net

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-17 Thread Miro Hrončok

On 10. 06. 22 11:33, Tomas Hrnciar wrote:
Hello, in order to deliver Python 3.11, we are running a coordinated rebuild in 
a side tag.


https://fedoraproject.org/wiki/Changes/Python3.1 
1 



We anticipate starting this rebuild on Monday, 2022-06-13 if no more blockers 
are discovered.


If you see a "Rebuilt for Python 3.11" (or similar) commit in your package, 
please don't rebuild it in regular rawhide. If you need to, please let us know, 
so we can coordinate.


If you'd like to build the package, you should be able to build it in the side 
tag via:

     on branch rawhide:
     $ fedpkg build --target=f37-python
     $ koji wait-repo f37-python --build 
Note that it will take a while before all the essential packages are rebuilt, 
so don't expect all your dependencies to be available right away. When in 
trouble, ask here or on IRC (#fedora-python on Libera.Chat).Ping me (thrnciar) 
or Miro (mhroncok) if you need to talk to us.


Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3 
7 
-python=-build_id=0 



Please avoid any potentially disturbingor major changesin Python packages until 
the rebuild is over.


Thanks. Let us know if you have any questions.


Hey folks,

Around 3350 packages have been successfully rebuilt.
Around 600 packages remain to be built (see the list bellow).
Around 200 packages have already failed to build and 400 has missing deps.


I think we will be ready to merge the side tag very soon.


Kevin, Adam, do could you please do some kind of compose validation?




Interesting bugzillas:

fedpkg: FTBFS in Fedora Rawhide with bodhi-client 6: Failed to establish a new 
connection: [Errno -3] Temporary failure in name resolution

https://bugzilla.redhat.com/show_bug.cgi?id=2097858

F37FailsToInstall: python3-zope-component
nothing provides python3.11dist(zope-hookable) >= 4.2 needed by 
python3-zope-component

https://bugzilla.redhat.com/show_bug.cgi?id=2090769





Interesting blockers:
 - transitive runtime-requires are considered here
 - transitive build-requires are *not* considered here

The 30 most commonly needed components are:
   42 python-proto-plus
   29 python-joblib
   27 python-threadpoolctl
   25 python-scikit-learn
   20 python-arrow
   16 python-openstacksdk
   14 python-paste
   13 python-osc-lib
   12 python-webtest
   11 pyproj
   10 python-xarray
9 python-os-client-config
9 python-fsspec
9 python-cloudpickle
8 fedmsg
8 uhd
7 python-plaster-pastedeploy
7 python-pyramid
7 python-jsonpickle
7 python-pyside2
7 sip
7 python-pytest-flake8
7 python-pywt
6 python-kombu
6 gnuradio
6 python-scikit-image
5 python-neutronclient
5 OpenColorIO
5 python-billiard
5 python-peewee

The 20 most commonly last-blocking components are:
   38 python-proto-plus
6 python-arrow
5 python-pytest-flake8
5 python-xarray
4 sip
4 python-jsonpickle
4 python-webtest
3 OpenColorIO
3 python-peewee
3 m2crypto
3 python-libcst
3 python-behave
3 pyproj
3 python-agate
3 python-autopep8
3 python-ipyparallel
3 python-joblib
3 python-pcodedmp
3 python-paste
2 python-pyside2

The 10 most commonly last-blocking small combinations of components are:
   12 python-joblib, python-scikit-learn, python-threadpoolctl
5 python-openstacksdk, python-osc-lib
4 fedmsg, python-arrow
4 gnuradio, uhd
4 python-pywt, python-scikit-image
3 python-autobahn, python-txaio
3 python-paste, python-plaster-pastedeploy, python-pyramid, python-webtest
3 python-neutronclient, python-openstackclient, python-openstacksdk, 
python-os-client-config, python-osc-lib

2 fedmsg, python-arrow, python-fedmsg-meta-fedora-infrastructure
2 python-billiard, python-celery, python-kombu

Complete list of missing rebuilds:

APLpy
arbor
atomic-reactor
awscli
azure-cli
blender
bodhi-server
bout++
buildbot
buildstream
calibre
cantera
certbot
cfn-lint
cjdns
cobbler
collectd
conda
copr-backend
cozy
cura
datagrepper
datanommer
datanommer-commands
deluge
d-feet
dlib
dnsviz
domoticz
dtc
espresso
fail2ban
fbthrift
fedmsg
fedpkg
flatbuffers
folly
fontdump
freecad
gajim
gfal2-python
gitg
gitlint
gnome-passwordsafe
gnuradio
gpaw
gplugin
gr-air-modes
gr-funcube
gr-hpsdr
gr-iqbal
gr-osmosdr
gr-rds
HepMC3
home-assistant-cli
httpie
ilua
ipsilon
jpype
jrnl
kicad
kiwi-boxed-plugin
libarcus
libkdtree++
libpfm
libproxy
librealsense
libsavitar
liquidctl
litecli
lldb
luxcorerender
mailman3
matrix-synapse
mirrormanager2
mlpack
module-build
module-build-service
monkeytype
muse
mycli
m2crypto
nextpnr
NiaAML-GUI
nordugrid-arc
nyx
odcs
opae
OpenColorIO

Re: [HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-17 Thread Miro Hrončok

On 10. 06. 22 11:33, Tomas Hrnciar wrote:
Hello, in order to deliver Python 3.11, we are running a coordinated rebuild in 
a side tag.


https://fedoraproject.org/wiki/Changes/Python3.1 
1 



We anticipate starting this rebuild on Monday, 2022-06-13 if no more blockers 
are discovered.


If you see a "Rebuilt for Python 3.11" (or similar) commit in your package, 
please don't rebuild it in regular rawhide. If you need to, please let us know, 
so we can coordinate.


If you'd like to build the package, you should be able to build it in the side 
tag via:

     on branch rawhide:
     $ fedpkg build --target=f37-python
     $ koji wait-repo f37-python --build 
Note that it will take a while before all the essential packages are rebuilt, 
so don't expect all your dependencies to be available right away. When in 
trouble, ask here or on IRC (#fedora-python on Libera.Chat).Ping me (thrnciar) 
or Miro (mhroncok) if you need to talk to us.


Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3 
7 
-python=-build_id=0 



Please avoid any potentially disturbingor major changesin Python packages until 
the rebuild is over.


Thanks. Let us know if you have any questions.


Hey folks,

Around 3350 packages have been successfully rebuilt.
Around 600 packages remain to be built (see the list bellow).
Around 200 packages have already failed to build and 400 has missing deps.


I think we will be ready to merge the side tag very soon.


Kevin, Adam, do could you please do some kind of compose validation?




Interesting bugzillas:

fedpkg: FTBFS in Fedora Rawhide with bodhi-client 6: Failed to establish a new 
connection: [Errno -3] Temporary failure in name resolution

https://bugzilla.redhat.com/show_bug.cgi?id=2097858

F37FailsToInstall: python3-zope-component
nothing provides python3.11dist(zope-hookable) >= 4.2 needed by 
python3-zope-component

https://bugzilla.redhat.com/show_bug.cgi?id=2090769





Interesting blockers:
 - transitive runtime-requires are considered here
 - transitive build-requires are *not* considered here

The 30 most commonly needed components are:
   42 python-proto-plus
   29 python-joblib
   27 python-threadpoolctl
   25 python-scikit-learn
   20 python-arrow
   16 python-openstacksdk
   14 python-paste
   13 python-osc-lib
   12 python-webtest
   11 pyproj
   10 python-xarray
9 python-os-client-config
9 python-fsspec
9 python-cloudpickle
8 fedmsg
8 uhd
7 python-plaster-pastedeploy
7 python-pyramid
7 python-jsonpickle
7 python-pyside2
7 sip
7 python-pytest-flake8
7 python-pywt
6 python-kombu
6 gnuradio
6 python-scikit-image
5 python-neutronclient
5 OpenColorIO
5 python-billiard
5 python-peewee

The 20 most commonly last-blocking components are:
   38 python-proto-plus
6 python-arrow
5 python-pytest-flake8
5 python-xarray
4 sip
4 python-jsonpickle
4 python-webtest
3 OpenColorIO
3 python-peewee
3 m2crypto
3 python-libcst
3 python-behave
3 pyproj
3 python-agate
3 python-autopep8
3 python-ipyparallel
3 python-joblib
3 python-pcodedmp
3 python-paste
2 python-pyside2

The 10 most commonly last-blocking small combinations of components are:
   12 python-joblib, python-scikit-learn, python-threadpoolctl
5 python-openstacksdk, python-osc-lib
4 fedmsg, python-arrow
4 gnuradio, uhd
4 python-pywt, python-scikit-image
3 python-autobahn, python-txaio
3 python-paste, python-plaster-pastedeploy, python-pyramid, python-webtest
3 python-neutronclient, python-openstackclient, python-openstacksdk, 
python-os-client-config, python-osc-lib

2 fedmsg, python-arrow, python-fedmsg-meta-fedora-infrastructure
2 python-billiard, python-celery, python-kombu

Complete list of missing rebuilds:

APLpy
arbor
atomic-reactor
awscli
azure-cli
blender
bodhi-server
bout++
buildbot
buildstream
calibre
cantera
certbot
cfn-lint
cjdns
cobbler
collectd
conda
copr-backend
cozy
cura
datagrepper
datanommer
datanommer-commands
deluge
d-feet
dlib
dnsviz
domoticz
dtc
espresso
fail2ban
fbthrift
fedmsg
fedpkg
flatbuffers
folly
fontdump
freecad
gajim
gfal2-python
gitg
gitlint
gnome-passwordsafe
gnuradio
gpaw
gplugin
gr-air-modes
gr-funcube
gr-hpsdr
gr-iqbal
gr-osmosdr
gr-rds
HepMC3
home-assistant-cli
httpie
ilua
ipsilon
jpype
jrnl
kicad
kiwi-boxed-plugin
libarcus
libkdtree++
libpfm
libproxy
librealsense
libsavitar
liquidctl
litecli
lldb
luxcorerender
mailman3
matrix-synapse
mirrormanager2
mlpack
module-build
module-build-service
monkeytype
muse
mycli
m2crypto
nextpnr
NiaAML-GUI
nordugrid-arc
nyx
odcs
opae
OpenColorIO

[HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-10 Thread Tomas Hrnciar
Hello, in order to deliver Python 3.11, we are running a coordinated
rebuild in a side tag.

https://fedoraproject.org/wiki/Changes/Python3.1
1


We anticipate starting this rebuild on Monday, 2022-06-13 if no more
blockers are discovered.

If you see a "Rebuilt for Python 3.11" (or similar) commit in your package,
please don't rebuild it in regular rawhide. If you need to, please let us
know, so we can coordinate.

If you'd like to build the package, you should be able to build it in the
side tag via:

on branch rawhide:
$ fedpkg build --target=f37-python
$ koji wait-repo f37-python --build 

Note that it will take a while before all the essential packages are
rebuilt, so don't expect all your dependencies to be available right away.
When in trouble, ask here or on IRC (#fedora-python on Libera.Chat). Ping
me (thrnciar) or Miro (mhroncok) if you need to talk to us.

Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3

7

-python=-build_id=0


Please avoid any potentially disturbing or major changes in Python packages
until the rebuild is over.

Thanks. Let us know if you have any questions.
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-10 Thread Tomas Hrnciar
Hello, in order to deliver Python 3.11, we are running a coordinated
rebuild in a side tag.

https://fedoraproject.org/wiki/Changes/Python3.1
1


We anticipate starting this rebuild on Monday, 2022-06-13 if no more
blockers are discovered.

If you see a "Rebuilt for Python 3.11" (or similar) commit in your package,
please don't rebuild it in regular rawhide. If you need to, please let us
know, so we can coordinate.

If you'd like to build the package, you should be able to build it in the
side tag via:

on branch rawhide:
$ fedpkg build --target=f37-python
$ koji wait-repo f37-python --build 

Note that it will take a while before all the essential packages are
rebuilt, so don't expect all your dependencies to be available right away.
When in trouble, ask here or on IRC (#fedora-python on Libera.Chat). Ping
me (thrnciar) or Miro (mhroncok) if you need to talk to us.

Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3

7

-python=-build_id=0


Please avoid any potentially disturbing or major changes in Python packages
until the rebuild is over.

Thanks. Let us know if you have any questions.
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[HEADS UP] Fedora 37 Python 3.11 rebuilds to start in a side tag early next week

2022-06-10 Thread Tomas Hrnciar
Hello, in order to deliver Python 3.11, we are running a coordinated
rebuild in a side tag.

https://fedoraproject.org/wiki/Changes/Python3.1
1


We anticipate starting this rebuild on Monday, 2022-06-13 if no more
blockers are discovered.

If you see a "Rebuilt for Python 3.11" (or similar) commit in your package,
please don't rebuild it in regular rawhide. If you need to, please let us
know, so we can coordinate.

If you'd like to build the package, you should be able to build it in the
side tag via:

on branch rawhide:
$ fedpkg build --target=f37-python
$ koji wait-repo f37-python --build 

Note that it will take a while before all the essential packages are
rebuilt, so don't expect all your dependencies to be available right away.
When in trouble, ask here or on IRC (#fedora-python on Libera.Chat). Ping
me (thrnciar) or Miro (mhroncok) if you need to talk to us.

Builds: https://koji.fedoraproject.org/koji/builds?latest=0=f3

7

-python=-build_id=0


Please avoid any potentially disturbing or major changes in Python packages
until the rebuild is over.

Thanks. Let us know if you have any questions.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure