Hello.
Since Python 2.0 (1994), Python provided a useful tool pathfix.py that we use in Python RPM macros for fixing shebangs of Python modules and some RPM packages use it as well directly in their specfiles for similar purposes. The script will no longer be part of CPython source code and python3-devel RPM package. Because we think it's useful, we have decided to create a new upstream project for it (https://github.com/fedora-python/pathfix) on Github and include it in the python3-rpm-macros package. The change means the script will move from /usr/bin/pathfix.py to /usr/lib/rpm/redhat/pathfix.py.
For users of %py_shebang_fix and %py3_shebang_fix no action is needed. The macros will soon use the new location of the tool.
If you use the tool directly in your specfile a change is needed before Python 3.12 become the main one in Fedora 38. We have a list of affected packages and will open PRs for them soon.
Packages requiring /usr/bin/pathfix.py:
$ repoquery -q --repo=rawhide{,-source} --whatrequires /usr/bin/pathfix.py Mayavi-0:4.8.1-1.fc38.src PySolFC-0:2.18.0-1.fc38.src TeXmacs-0:2.1.2-2.fc38.src autodownloader-0:0.5.0-6.fc37.src cp2k-0:9.1-3.fc37.src dblatex-0:0.3.12-7.fc37.src diskimage-builder-0:3.20.1-2.fc37.src dnsperf-0:2.9.0-3.fc37.src gimp-layer-via-copy-cut-0:1.6-22.fc37.src gimp-resynthesizer-0:2.0.3-9.20190428gitadfa25a.fc37.src global-0:6.6.5-7.fc38.src gtkpod-0:2.1.5-22.fc38.src guitarix-0:0.44.1-1.fc37.src kernel-tools-0:6.1.0-0.rc2.git0.1.fc38.src koan-0:3.0.1-4.fc37.src mediawiki-0:1.38.2-1.fc38.src monsterz-0:0.7.1-31.fc37.src new-session-manager-0:1.3.2-7.fc37.src noggin-0:1.6.1-4.fc38.src nut-0:2.8.0-5.fc38.src nx-libs-0:3.5.99.26-5.fc37.src octave-miscellaneous-0:1.3.0-10.fc37.src pcsc-lite-0:1.9.9-1.fc38.src percona-xtrabackup-0:8.0.25_17-1.fc35.src pynag-0:1.1.2-11.fc37.src python-confluent-kafka-0:1.6.1-1.fc38.src python-cram-0:0.7-13.fc37.src python-pyside2-1:5.15.2.1-7.fc37.src rabbitvcs-0:0.18-8.fc37.src roca-detect-0:1.2.12-21.fc37.src scipy-0:1.8.1-6.fc37.src swift-lang-0:5.7-3.fc38.src syslog-ng-0:3.37.1-1.fc38.src systemtap-0:4.8~pre16650659g6a096a7d-1.fc38.src wine-mono-0:7.3.0-2.fc37.src
specfiles containing "pathfix.py":
ceph.spec blktrace.spec aws.spec avogadro2-libs.spec cobbler.spec crawl.spec partio.spec dblatex.spec dnsperf.spec diskimage-builder.spec dlib.spec cp2k.spec fio.spec future.spec fedora-review.spec fedora-easy-karma.spec GConf2.spec gimp-layer-via-copy-cut.spec gimp-resynthesizer.spec llvm10.spec global.spec gnome-weather.spec clang10.spec gtkpod.spec netbox.spec htop.spec guitarix.spec gtk2.spec kernel-tools.spec kernel.spec monsterz.spec intel-cm-compiler.spec koan.spec libabigail.spec libevdev.spec libevent.spec libinput.spec libsbml.spec libtdb.spec Mayavi.spec mesos.spec mftrace.spec micropython.spec mercurial.spec mediawiki.spec nodejs.spec llvm-test-suite.spec llvm11.0.spec nx-libs.spec octave-miscellaneous.spec offlineimap.spec openclonk.spec openscap.spec nut.spec pcsc-lite.spec percona-xtrabackup.spec clang11.spec petsc.spec noggin.spec policycoreutils.spec pyhoca-cli.spec pynag.spec python3.10.spec python3.8.spec python3.6.spec python3.7.spec python2.7.spec python-biopython.spec python-cram.spec python-confluent-kafka.spec python-bluepy.spec PySolFC.spec python3.9.spec pyhoca-gui.spec python-nbconvert.spec python-nb2plots.spec python-nitrate.spec python-os-testr.spec python-igor.spec python-exabgp.spec python-pyside2.spec python-reportlab.spec python-rpm-macros.spec python-scss.spec pytz.spec rocminfo.spec roca-detect.spec rabbitvcs.spec python-zbase32.spec python-mistune08.spec llvm9.0.spec llvm7.0.spec libtalloc.spec scipy.spec solarwolf.spec TeXmacs.spec llvm8.0.spec swift-lang.spec python3.11.spec llvm11.spec telepathy-logger.spec syslog-ng.spec systemtap.spec scons.spec tuna.spec vips.spec wavextract.spec xpra.spec andriller.spec tuptime.spec clang12.spec llvm12.spec new-session-manager.spec workrave.spec wine-mono.spec wabt.spec vdrift.spec inksmoto.spec inkscape.spec autojump.spec autodownloader.spec apbs.spec
Have a nice day.
Lumír
On Wed Oct 26, 2022 at 12:41 +0200, Lumír Balhar wrote:
Since Python 2.0 (1994), Python provided a useful tool pathfix.py that we use in Python RPM macros for fixing shebangs of Python modules and some RPM packages use it as well directly in their specfiles for similar purposes. The script will no longer be part of CPython source code and python3-devel RPM package. Because we think it's useful, we have decided to create a new upstream project for it (https://github.com/fedora-python/pathfix) on Github and include it in the python3-rpm-macros package. The change means the script will move from /usr/bin/pathfix.py to /usr/lib/rpm/redhat/pathfix.py.
Why does it need to be moved to python-rpm-macros and a private location? Can it be put in a separate package and kept in its existing location in /usr/bin? Just installing the script straight into /usr/bin (i.e. don't make it a proper Python distribution) and running the current unittest-based tests shouldn't pose too much of a bootstrap problem.
-- Best,
Maxwell G (@gotmax23) Pronouns: He/Him/His
On 26. 10. 22 18:41, Maxwell G wrote:
On Wed Oct 26, 2022 at 12:41 +0200, Lumír Balhar wrote:
Since Python 2.0 (1994), Python provided a useful tool pathfix.py that we use in Python RPM macros for fixing shebangs of Python modules and some RPM packages use it as well directly in their specfiles for similar purposes. The script will no longer be part of CPython source code and python3-devel RPM package. Because we think it's useful, we have decided to create a new upstream project for it (https://github.com/fedora-python/pathfix) on Github and include it in the python3-rpm-macros package. The change means the script will move from /usr/bin/pathfix.py to /usr/lib/rpm/redhat/pathfix.py.
Why does it need to be moved to python-rpm-macros and a private location? Can it be put in a separate package and kept in its existing location in /usr/bin? Just installing the script straight into /usr/bin (i.e. don't make it a proper Python distribution) and running the current unittest-based tests shouldn't pose too much of a bootstrap problem.
We don't want to maintain this script for our users forever, we just want to maintain the macro.
But if there is a huge pushback, we can introduce a compatibility shim in the original location that emits deprecation warnings.
On Wed, Oct 26, 2022 at 6:41 AM Lumír Balhar lbalhar@redhat.com wrote:
Hello.
Since Python 2.0 (1994), Python provided a useful tool pathfix.py that we use in Python RPM macros for fixing shebangs of Python modules and some RPM packages use it as well directly in their specfiles for similar purposes. The script will no longer be part of CPython source code and python3-devel RPM package. Because we think it's useful, we have decided to create a new upstream project for it (https://github.com/fedora-python/pathfix) on Github and include it in the python3-rpm-macros package. The change means the script will move from /usr/bin/pathfix.py to /usr/lib/rpm/redhat/pathfix.py.
For users of %py_shebang_fix and %py3_shebang_fix no action is needed. The macros will soon use the new location of the tool.
If you use the tool directly in your specfile a change is needed before Python 3.12 become the main one in Fedora 38. We have a list of affected packages and will open PRs for them soon.
Packages requiring /usr/bin/pathfix.py:
$ repoquery -q --repo=rawhide{,-source} --whatrequires /usr/bin/pathfix.py Mayavi-0:4.8.1-1.fc38.src PySolFC-0:2.18.0-1.fc38.src TeXmacs-0:2.1.2-2.fc38.src autodownloader-0:0.5.0-6.fc37.src cp2k-0:9.1-3.fc37.src dblatex-0:0.3.12-7.fc37.src diskimage-builder-0:3.20.1-2.fc37.src dnsperf-0:2.9.0-3.fc37.src gimp-layer-via-copy-cut-0:1.6-22.fc37.src gimp-resynthesizer-0:2.0.3-9.20190428gitadfa25a.fc37.src global-0:6.6.5-7.fc38.src gtkpod-0:2.1.5-22.fc38.src guitarix-0:0.44.1-1.fc37.src kernel-tools-0:6.1.0-0.rc2.git0.1.fc38.src koan-0:3.0.1-4.fc37.src mediawiki-0:1.38.2-1.fc38.src monsterz-0:0.7.1-31.fc37.src new-session-manager-0:1.3.2-7.fc37.src noggin-0:1.6.1-4.fc38.src nut-0:2.8.0-5.fc38.src nx-libs-0:3.5.99.26-5.fc37.src octave-miscellaneous-0:1.3.0-10.fc37.src pcsc-lite-0:1.9.9-1.fc38.src percona-xtrabackup-0:8.0.25_17-1.fc35.src pynag-0:1.1.2-11.fc37.src python-confluent-kafka-0:1.6.1-1.fc38.src python-cram-0:0.7-13.fc37.src python-pyside2-1:5.15.2.1-7.fc37.src rabbitvcs-0:0.18-8.fc37.src roca-detect-0:1.2.12-21.fc37.src scipy-0:1.8.1-6.fc37.src swift-lang-0:5.7-3.fc38.src syslog-ng-0:3.37.1-1.fc38.src systemtap-0:4.8~pre16650659g6a096a7d-1.fc38.src wine-mono-0:7.3.0-2.fc37.src
specfiles containing "pathfix.py":
ceph.spec blktrace.spec aws.spec avogadro2-libs.spec cobbler.spec crawl.spec partio.spec dblatex.spec dnsperf.spec diskimage-builder.spec dlib.spec cp2k.spec fio.spec future.spec fedora-review.spec fedora-easy-karma.spec GConf2.spec gimp-layer-via-copy-cut.spec gimp-resynthesizer.spec llvm10.spec global.spec gnome-weather.spec clang10.spec gtkpod.spec netbox.spec htop.spec guitarix.spec gtk2.spec kernel-tools.spec kernel.spec monsterz.spec intel-cm-compiler.spec koan.spec libabigail.spec libevdev.spec libevent.spec libinput.spec libsbml.spec libtdb.spec Mayavi.spec mesos.spec mftrace.spec micropython.spec mercurial.spec mediawiki.spec nodejs.spec llvm-test-suite.spec llvm11.0.spec nx-libs.spec octave-miscellaneous.spec offlineimap.spec openclonk.spec openscap.spec nut.spec pcsc-lite.spec percona-xtrabackup.spec clang11.spec petsc.spec noggin.spec policycoreutils.spec pyhoca-cli.spec pynag.spec python3.10.spec python3.8.spec python3.6.spec python3.7.spec python2.7.spec python-biopython.spec python-cram.spec python-confluent-kafka.spec python-bluepy.spec PySolFC.spec python3.9.spec pyhoca-gui.spec python-nbconvert.spec python-nb2plots.spec python-nitrate.spec python-os-testr.spec python-igor.spec python-exabgp.spec python-pyside2.spec python-reportlab.spec python-rpm-macros.spec python-scss.spec pytz.spec rocminfo.spec roca-detect.spec rabbitvcs.spec python-zbase32.spec python-mistune08.spec llvm9.0.spec llvm7.0.spec libtalloc.spec scipy.spec solarwolf.spec TeXmacs.spec llvm8.0.spec swift-lang.spec python3.11.spec llvm11.spec telepathy-logger.spec syslog-ng.spec systemtap.spec scons.spec tuna.spec vips.spec wavextract.spec xpra.spec andriller.spec tuptime.spec clang12.spec llvm12.spec new-session-manager.spec workrave.spec wine-mono.spec wabt.spec vdrift.spec inksmoto.spec inkscape.spec autojump.spec autodownloader.spec apbs.spec
This list is not sorted, which makes it difficult to scan. Please also provide the maintainers-by-package list that is usually sent for changes that affect many packages.
Have a nice day.
Lumír
On 26. 10. 22 23:19, Elliott Sales de Andrade wrote:
This list is not sorted, which makes it difficult to scan. Please also provide the maintainers-by-package list that is usually sent for changes that affect many packages.
Maintainers by package: GConf2 alexl buc caillon caolanm mbarnes rhughes ssp walters Mayavi chedi orion PySolFC sergiomb shlomif TeXmacs jnovy orion andriller fab apbs rathann sagitter autodownloader jwrdegoede lbalhar limb pwalter autojump codeblock orion salimma ttomecek avogadro2-libs sagitter aws landgraf reznik rombobeorn blktrace andyp preichl sandeen ceph branto dmick kkeithle ktdreyer clang10 sergesanspaille tstellar clang11 sergesanspaille tstellar clang12 tstellar cobbler brejoc jimi kwizart ngompa orion shenson cp2k deji jussilehtola rathann tomspur crawl sagitter dblatex alexlan jchaloup mjg diskimage-builder amoralej apevec slagle dlib bizdelnick luya dnsperf pemensik pwouters thozza fedora-easy-karma kparal fedora-review leamas maxamillion ngompa pingou salimma fio preichl sandeen future sagitter gimp-layer-via-copy-cut design-sw luya gimp-resynthesizer luya global cheeselee landgraf gnome-weather kalev mclasen gtk2 alexl caillon caolanm mbarnes mclasen mkasik rhughes rstrode ssp gtkpod chkr limb guitarix tartina verdurin htop mjakubicek mstevens nonamedotc inkscape duffy jgu limb lkundrak inksmoto limb intel-cm-compiler frantisekz kernel acaringi airlied ajax bskeggs eparis glisse jcline jforbes jwboyer jwilson jwrdegoede kernel-maint lgoncalv linville myoung patrickt quintela sandeen steved kernel-tools acaringi jforbes jwboyer lgoncalv patrickt pbrobinson koan orion libabigail dodji mcermak sinnykumari libevdev bentiss whot libevent aegorenk jorton olysonek steved libinput bentiss dchen whot libsbml sagitter zbyszek libtalloc abbra asn gd iboukris jhrozek lslebodn pfilipen sgallagh simo libtdb abbra asn gd iboukris jhrozek lslebodn pfilipen sgallagh simo llvm-test-suite nikic sergesanspaille tstellar llvm10 petersen sergesanspaille llvm11 jistone petersen sergesanspaille tstellar llvm11.0 orphan tstellar llvm12 petersen sergesanspaille tstellar llvm7.0 jistone petersen sergesanspaille tstellar llvm8.0 frantisekz sergesanspaille tstellar llvm9.0 jistone petersen tstellar mediawiki mooninite orion mercurial kiilerix nbecker pstodulk mesos jromanes lloesche mftrace limb micropython churchyard monsterz limb netbox ignatenkobrain ngompa new-session-manager eeickmeyer nodejs mrunge piotrp sgallagh zvetlik noggin ngompa nut mhlavink orion nx-libs orion octave-miscellaneous sailer offlineimap cicku dodji sergesanspaille teuf openclonk martinkg sagitter openscap evgenyz isimluk jcerny matyc mmarhefk pvrabec vpolasek wsato partio luya slaanesh pcsc-lite kalev rrelyea percona-xtrabackup slaanesh slankes petsc sagitter policycoreutils dwalsh lvrabec mgrepl pcmoore plautrba vmojzis pyhoca-cli orion pyhoca-gui orion pynag tommi python-biopython alexlan lbazan rathann sagitter python-bluepy alciregi python-confluent-kafka jpena python-cram ktdreyer python-exabgp lhinds python-igor zbyszek python-mistune08 salimma python-nb2plots jjames python-nbconvert nonamedotc python-nitrate leospol mzeleny psss python-os-testr apevec chandankumar python-pyside2 hobbes1069 python-reportlab sagitter python-scss mrunge python-zbase32 anishpatil pytz limb rabbitvcs cicku limb nushio pwalter roca-detect sdgathman rocminfo mystro256 tstellar scipy cstratak jspaleta mmuzila nforro orion psimovec tomspur ttomecek scons fab moceap mskalick panovotn s4504kr sagitter solarwolf limb swift-lang tachoknight syslog-ng czanik jpo mrunge systemtap amerey fche jistone lberk mcermak mjw scox smakarov wcohen telepathy-logger rdieter rishi tuna jkacur jkastner tuptime frankcrawford vdrift limb rmattes vips agoode wabt rathann wavextract limb wine-mono mooninite workrave nonamedotc yselkowitz xpra jgu sagitter sergiomb
Packages by maintainer: abbra libtalloc libtdb acaringi kernel kernel-tools aegorenk libevent agoode vips airlied kernel ajax kernel alciregi python-bluepy alexl GConf2 gtk2 alexlan dblatex python-biopython amerey systemtap amoralej diskimage-builder andyp blktrace anishpatil python-zbase32 apevec diskimage-builder python-os-testr asn libtalloc libtdb bentiss libevdev libinput bizdelnick dlib branto ceph brejoc cobbler bskeggs kernel buc GConf2 caillon GConf2 gtk2 caolanm GConf2 gtk2 chandankumar python-os-testr chedi Mayavi cheeselee global chkr gtkpod churchyard micropython cicku offlineimap rabbitvcs codeblock autojump cstratak scipy czanik syslog-ng dchen libinput deji cp2k design-sw gimp-layer-via-copy-cut dmick ceph dodji libabigail offlineimap duffy inkscape dwalsh policycoreutils eeickmeyer new-session-manager eparis kernel evgenyz openscap fab andriller scons fche systemtap frankcrawford tuptime frantisekz intel-cm-compiler llvm8.0 gd libtalloc libtdb glisse kernel hobbes1069 python-pyside2 iboukris libtalloc libtdb ignatenkobrain netbox isimluk openscap jcerny openscap jchaloup dblatex jcline kernel jforbes kernel kernel-tools jgu inkscape xpra jhrozek libtalloc libtdb jimi cobbler jistone llvm11 llvm7.0 llvm9.0 systemtap jjames python-nb2plots jkacur tuna jkastner tuna jnovy TeXmacs jorton libevent jpena python-confluent-kafka jpo syslog-ng jromanes mesos jspaleta scipy jussilehtola cp2k jwboyer kernel kernel-tools jwilson kernel jwrdegoede autodownloader kernel kalev gnome-weather pcsc-lite kernel-maint kernel kiilerix mercurial kkeithle ceph kparal fedora-easy-karma ktdreyer ceph python-cram kwizart cobbler landgraf aws global lbalhar autodownloader lbazan python-biopython lberk systemtap leamas fedora-review leospol python-nitrate lgoncalv kernel kernel-tools lhinds python-exabgp limb autodownloader gtkpod inkscape inksmoto mftrace monsterz pytz rabbitvcs solarwolf vdrift wavextract linville kernel lkundrak inkscape lloesche mesos lslebodn libtalloc libtdb luya dlib gimp-layer-via-copy-cut gimp-resynthesizer partio lvrabec policycoreutils martinkg openclonk matyc openscap maxamillion fedora-review mbarnes GConf2 gtk2 mcermak libabigail systemtap mclasen gnome-weather gtk2 mgrepl policycoreutils mhlavink nut mjakubicek htop mjg dblatex mjw systemtap mkasik gtk2 mmarhefk openscap mmuzila scipy moceap scons mooninite mediawiki wine-mono mrunge nodejs python-scss syslog-ng mskalick scons mstevens htop myoung kernel mystro256 rocminfo mzeleny python-nitrate nbecker mercurial nforro scipy ngompa cobbler fedora-review netbox noggin nikic llvm-test-suite nonamedotc htop python-nbconvert workrave nushio rabbitvcs olysonek libevent orion Mayavi TeXmacs autojump cobbler koan mediawiki nut nx-libs pyhoca-cli pyhoca-gui scipy orphan llvm11.0 panovotn scons patrickt kernel kernel-tools pbrobinson kernel-tools pcmoore policycoreutils pemensik dnsperf petersen llvm10 llvm11 llvm12 llvm7.0 llvm9.0 pfilipen libtalloc libtdb pingou fedora-review piotrp nodejs plautrba policycoreutils preichl blktrace fio psimovec scipy psss python-nitrate pstodulk mercurial pvrabec openscap pwalter autodownloader rabbitvcs pwouters dnsperf quintela kernel rathann apbs cp2k python-biopython wabt rdieter telepathy-logger reznik aws rhughes GConf2 gtk2 rishi telepathy-logger rmattes vdrift rombobeorn aws rrelyea pcsc-lite rstrode gtk2 s4504kr scons sagitter apbs avogadro2-libs crawl future libsbml openclonk petsc python-biopython python-reportlab scons xpra sailer octave-miscellaneous salimma autojump fedora-review python-mistune08 sandeen blktrace fio kernel scox systemtap sdgathman roca-detect sergesanspaille clang10 clang11 llvm-test-suite llvm10 llvm11 llvm12 llvm7.0 llvm8.0 offlineimap sergiomb PySolFC xpra sgallagh libtalloc libtdb nodejs shenson cobbler shlomif PySolFC simo libtalloc libtdb sinnykumari libabigail slaanesh partio percona-xtrabackup slagle diskimage-builder slankes percona-xtrabackup smakarov systemtap ssp GConf2 gtk2 steved kernel libevent tachoknight swift-lang tartina guitarix teuf offlineimap thozza dnsperf tommi pynag tomspur cp2k scipy tstellar clang10 clang11 clang12 llvm-test-suite llvm11 llvm11.0 llvm12 llvm7.0 llvm8.0 llvm9.0 rocminfo ttomecek autojump scipy verdurin guitarix vmojzis policycoreutils vpolasek openscap walters GConf2 wcohen systemtap whot libevdev libinput wsato openscap yselkowitz workrave zbyszek libsbml python-igor zvetlik nodejs
On 27. 10. 22 11:51, Miro Hrončok wrote:
micropython churchyard
https://src.fedoraproject.org/rpms/micropython/pull-request/14
On Thu, 2022-10-27 at 11:57 +0200, Miro Hrončok wrote:
On 27. 10. 22 11:51, Miro Hrončok wrote:
micropython churchyard
https://src.fedoraproject.org/rpms/micropython/pull-request/14
Hi,
https://src.fedoraproject.org/rpms/xpra/pull-request/1 breaks builds on epel9
from https://src.fedoraproject.org/rpms/micropython/pull-request/14 %py3_shebang_fix is available on epel ?
Thank you
-- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok _______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-leave@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.fedoraproje... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Hi Sérgio.
On 1/14/23 21:11, Sérgio Basto wrote:
On Thu, 2022-10-27 at 11:57 +0200, Miro Hrončok wrote:
On 27. 10. 22 11:51, Miro Hrončok wrote:
micropython churchyard
https://src.fedoraproject.org/rpms/micropython/pull-request/14
Hi,
https://src.fedoraproject.org/rpms/xpra/pull-request/1 breaks builds on epel9
from https://src.fedoraproject.org/rpms/micropython/pull-request/14 %py3_shebang_fix is available on epel ?
Yes, I see the macro in python3-rpm-macros in Centos stream 9: https://gitlab.com/redhat/centos-stream/rpms/python-rpm-macros/-/blob/c9s/ma...
Have a nice day.
Lumír
Thank you
-- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok _______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-leave@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.fedoraproje... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
On Thu, Oct 27, 2022 at 5:51 AM Miro Hrončok mhroncok@redhat.com wrote:
On 26. 10. 22 23:19, Elliott Sales de Andrade wrote:
This list is not sorted, which makes it difficult to scan. Please also provide the maintainers-by-package list that is usually sent for changes that affect many packages.
Packages by maintainer:
It seems I don't have anything to worry about in my packages, but thanks for the list anyway.
python-devel@lists.fedoraproject.org