Re: Self introduction: Romain Geissler (1A)
> Le 8 déc. 2024 à 18:27, Dominik 'Rathann' Mierzejewski > a écrit : > > Hello, Romain. > > Welcome to Fedora! Thanks for your contributions so far. We're looking > forward to many more in the future. Thanks ! > Are there any particular packages you are interested in? I have started our RHEL 9 to 10 migration last month, and the top level packages in EPEL 10 we missed were these ones: - fedpkg (since we have our own internal proprietary package we need to build as well) - pylint & gcovr (related to our big usage of C/C++) - mstmp - parallel - python3-flask - python3-pika - python3-pygraphviz - python3-kafka (we had other missing packages which have already been created by their respective owners already). However these top level package are usually well maintained and already have enough bandwidth to work on it on Fedora side, for me my added value would be more on the different missing dependent packages, with less people involved. With more details, In order to build a beta version of our big container image containing the most common build tools we need, and used by hundreds of teams/thousands of developers daily, I have been able to use (dirty) workarounds for now while waiting for more official builds. Sometimes I shamelessly stole the fedora 40 rpm package, other times I had built the rpm for RHEL 9 locally and pushed it in our own private rpm repositories. Here is the full list of "workaround" package we use at this moment: awscli2-2.17.6-1.fc40.noarch.rpm 11-Nov-2024 14:26 12.77 MB bodhi-client-8.2.0-1.fc40.noarch.rpm 30-Nov-2024 06:38 89.01 KB fedpkg-1.45-5.fc40.noarch.rpm 11-Nov-2024 14:26 115.10 KB gcovr-7.2-1.fc40.noarch.rpm 11-Nov-2024 14:16 353.69 KB koji-1.35.1-2.fc40.noarch.rpm 30-Nov-2024 06:38 263.67 KB libgsasl-1.10.0-8.fc40.aarch64.rpm 11-Nov-2024 14:01 159.78 KB libgsasl-1.10.0-8.fc40.x86_64.rpm 11-Nov-2024 14:02 158.37 KB libntlm-1.6-9.fc40.aarch64.rpm 11-Nov-2024 14:04 91.50 KB libntlm-1.6-9.fc40.x86_64.rpm 11-Nov-2024 14:04 91.40 KB msmtp-1.8.25-3.fc40.aarch64.rpm 11-Nov-2024 13:51 215.70 KB msmtp-1.8.25-3.fc40.x86_64.rpm 11-Nov-2024 13:50 216.38 KB parallel-20240922-2.fc40.noarch.rpm 11-Nov-2024 13:50 433.97 KB pylint-3.3.2-1.el10.noarch.rpm 04-Dec-2024 00:57 30.68 KB python3-bcrypt-4.0.1-9.fc40.aarch64.rpm 11-Nov-2024 14:26 220.87 KB python3-bcrypt-4.0.1-9.fc40.x86_64.rpm 11-Nov-2024 14:26 231.37 KB python3-blinker-1.9.0-1.el10.noarch.rpm 05-Dec-2024 15:02 26.69 KB python3-cccolutils-1.5-27.fc40.aarch64.rpm 11-Nov-2024 15:26 20.85 KB python3-cccolutils-1.5-27.fc40.x86_64.rpm 11-Nov-2024 15:26 20.62 KB python3-dotenv+cli-1.0.1-4.el10.noarch.rpm 05-Dec-2024 15:14 9.18 KB python3-dotenv-1.0.1-4.el10.noarch.rpm 05-Dec-2024 15:14 45.98 KB python3-flask+async-3.1.0-2.el10.noarch.rpm 05-Dec-2024 15:18 9.31 KB python3-flask-3.1.0-2.el10.noarch.rpm 05-Dec-2024 15:18 196.76 KB python3-kafka-2.0.2-14.fc40.noarch.rpm 02-Dec-2024 19:02 548.21 KB python3-koji-1.35.1-2.fc40.noarch.rpm 30-Nov-2024 06:39 425.26 KB python3-mccabe-0.7.0-12.el10.noarch.rpm 04-Dec-2024 00:37 22.38 KB python3-openidc-client-0.6.0-22.20220119git0e2ed81.fc40.noarch.rpm 11-Nov-2024 15:17 27.07 KB python3-paramiko-3.5.0-1.fc40.noarch.rpm 11-Nov-2024 13:50 402.70 KB python3-pika-1.3.2-1.fc40.noarch.rpm 11-Nov-2024 13:50 318.05 KB python3-pybeam-0.8-2.fc40.noarch.rpm 11-Nov-2024 15:40 30.75 KB python3-pycurl-7.45.2-10.fc40.aarch64.rpm 11-Nov-2024 15:26 150.69 KB python3-pycurl-7.45.2-10.fc40.x86_64.rpm 11-Nov-2024 15:26 150.12 KB python3-pygraphviz-1.11-7.fc40.aarch64.rpm 11-Nov-2024 14:16 155.86 KB python3-pygraphviz-1.11-7.fc40.x86_64.rpm 11-Nov-2024 14:17 154.76 KB python3-pylint-3.3.2-1.el10.noarch.rpm 04-Dec-2024 00:57 971.46 KB python3-pytest-cov-4.0.0-10.fc40.noarch.rpm 11-Nov-2024 13:50 54.01 KB python3-rpkg-1.67-4.fc40.noarch.rpm
Self introduction: Romain Geissler (1A)
Hi, My name is Romain Geissler, and usually my accounts are suffixed by the "1A" string which in the travel/airline industry is the code designating my employer: Amadeus. I am new in this journey of maintenance of Fedora/EPEL packages, but recently I have been involved a bit in creating bugzillas for the different packages we do install in our container images in my company. Right now we do use (mainly) UBI/RHEL 9 based containers and I wish to push our workloads to use more recent UBI/RHEL 10 containers (even though I know it’s still in beta phase right now). Then quickly enough, creating bugzillas was not enough, I had to submit couple of very basic pull requests to fix some FTBS or ignore some missing test or documentation dependencies on EPEL side. This activity has been noticed, I was suggested that maybe I should go one step further and ask to enter the packager group, so here I am. About my background, I have been working for Amadeus for more than a decade, initially focused on developing our own proprietary C++ applicative framework. Over time my focus moved more into providing Amadeus developers tools to be able to build/test/deploy their own code, both locally and inside CI/CD. Most of the things we work on are Linux based, we used to have a diversity of distros in use but now we try to rationalize all this and converge to RHEL-based containers or bare metal machines, thus our need for EPEL packages. We do have obviously a contract with Red Hat, so I am from time to time in contact with upstream developers paid by Red Hat for the most important tools we use (podman & other container tools, gnu/llvm toolchain), who usually happen to be Fedora/EPEL packagers too. I am also part of the Amadeus "lobbyists" trying to push our company to contribute more to open source, after having been a consumer of open source for couple of decades, it’s time for us to invest part of our money into giving back. ;) Cheers, Romain -- ___ 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, report it: https://pagure.io/fedora-infrastructure/new_issue
Re: Heads-up: Updating python-aiohttp to 3.11.12 in F43/Rawhide and possibly F42/Branched
Hi Ben, I am not maintainer/co-maintainer for any of these packages so I cannot give you any consent. On my side I had submitted the pytho-yarl & python-uvloop upgrades in anticipation of their branching in EPEL 10, as I would need these dependencies (and python-aiohttp) in RHEL 10. So would it be ok to include EPEL 10 in addition to Fedora 42/43 in your request ? Thanks, Romain -- ___ 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, report it: https://pagure.io/fedora-infrastructure/new_issue