Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 23:56 +0200, Miro Hrončok wrote: > On 30. 09. 24 19:22, Adam Williamson wrote: > > pkg_resources is > > entirely removed in recent Python (3.12 or 3.13, I forget which). > > pkg_resources is part of setuptools. It is deprecated, but still there. Oh, my bad, I thought it was

Fedora eln compose report: 20241001.n.0 changes

2024-09-30 Thread Fedora ELN Report
OLD: Fedora-eln-20240930.n.0 NEW: Fedora-eln-20241001.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:1 Upgraded packages: 3 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:98.72 MiB Size of

Retiring gimp-save-for-web and gimp-layer-via-copy-cut

2024-09-30 Thread Luya Tshimbalanga
With the arrival of GIMP 3 on Fedora 41, it is time to retire the long dead upstream GIMP plugins due to their dependency to Python 2.7. gimp-layer-via-copy-cut: https://src.fedoraproject.org/rpms/gimp-layer-via-copy-cut gimp-save-for-web: https://src.fedoraproject.org/rpms/gimp-save-for-web

Orphaning csound

2024-09-30 Thread Hans Ulrich Niedermann
I have orphaned the csound package, hopefully preventing csound from getting into F41. The csound package has been non-trivially FTBFS for some time now and every time I fix ne issue at least one other issue come up just to put me off of working on it. As I see it, csound requires a nontrivial am

Re: Rebuilding tesseract dependents in F42 for soversion change

2024-09-30 Thread Sandro Mani
On 30.09.24 23:35, Neal Gompa wrote: On Wed, Sep 25, 2024 at 2:49 PM Michel Lind wrote: Dear all, This PR: https://src.fedoraproject.org/rpms/tesseract/pull-request/6 was recently merged and built: https://bodhi.fedoraproject.org/updates/FEDORA-2024-41b92bf172 It backports a PR that's merge

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Miro Hrončok
On 30. 09. 24 19:22, Adam Williamson wrote: pkg_resources is entirely removed in recent Python (3.12 or 3.13, I forget which). pkg_resources is part of setuptools. It is deprecated, but still there. -- Miro Hrončok -- Phone: +420777974800 Fedora Matrix: mhroncok -- ___

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 12:56 -0400, Daniel Walsh wrote: > > > > Honestly I feel like I would've written this so the bit that runs in > > the container is just a different thing from the bit that runs outside > > of the container? But I guess that's getting rather beyond the scope of > > "package th

Re: Rebuilding tesseract dependents in F42 for soversion change

2024-09-30 Thread Neal Gompa
On Wed, Sep 25, 2024 at 2:49 PM Michel Lind wrote: > > Dear all, > > This PR: https://src.fedoraproject.org/rpms/tesseract/pull-request/6 > was recently merged and built: > https://bodhi.fedoraproject.org/updates/FEDORA-2024-41b92bf172 > > It backports a PR that's merged upstream to change the Te

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 12:41 -0400, Daniel Walsh wrote: > > We want to make sure that the ramalama executable finds the python > libraries ,which is why we are sticking the library into first place in > the path.  (It is a little hacky and we could probably work around it > using environment var

pari 2.17.0 soname bump

2024-09-30 Thread Jerry James
pari 2.17.0 has been released, and bumps the soname. In a week I will build the new version and the following consumers in Rawhide: - L-function - clisp - giac - python-cysignals - python-pari-jupyter If the maintainers of any of the above packages plan to do a build soon, please get in touch so

Fedora rawhide compose report: 20240930.n.0 changes

2024-09-30 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20240927.n.0 NEW: Fedora-Rawhide-20240930.n.0 = SUMMARY = Added images:2 Dropped images: 8 Added packages: 33 Dropped packages:29 Upgraded packages: 258 Downgraded packages: 1 Size of added packages: 744.79 MiB Size of dropped packages

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
On 9/30/24 12:52, Adam Williamson wrote: On Mon, 2024-09-30 at 12:41 -0400, Daniel Walsh wrote: why all this? Why not just have it set up as a perfectly normal Python lib+script project and let all the infrastructure Python-world has been building for decades handle installing it on various plat

Fedora 41 compose report: 20240930.n.0 changes

2024-09-30 Thread Fedora Branched Report
OLD: Fedora-41-20240929.n.0 NEW: Fedora-41-20240930.n.0 = SUMMARY = Added images:1 Dropped images: 1 Added packages: 1 Dropped packages:6 Upgraded packages: 17 Downgraded packages: 0 Size of added packages: 131.85 KiB Size of dropped packages:500.46 KiB

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 12:41 -0400, Daniel Walsh wrote: > > > > why all this? Why not just have it set up as a perfectly normal Python > > lib+script project and let all the infrastructure Python-world has been > > building for decades handle installing it on various platforms? Is > > there somethi

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
On 9/30/24 12:33, Adam Williamson wrote: On Mon, 2024-09-30 at 09:24 -0700, Adam Williamson wrote: On Mon, 2024-09-30 at 11:18 -0400, Daniel Walsh wrote: RamaLama is an open source competitor to Ollama. The goal is to make the use of AI Models as simple as Podman or Docker. But able to support

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
On 9/30/24 12:24, Adam Williamson wrote: On Mon, 2024-09-30 at 11:18 -0400, Daniel Walsh wrote: RamaLama is an open source competitor to Ollama. The goal is to make the use of AI Models as simple as Podman or Docker. But able to support any AI Model registry.  HuggingFace, Ollama as well as OCI

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 09:24 -0700, Adam Williamson wrote: > On Mon, 2024-09-30 at 11:18 -0400, Daniel Walsh wrote: > > RamaLama is an open source competitor to Ollama. The goal is to make the > > use of AI Models as simple as Podman or Docker. But able to support any > > AI Model registry.  Huggi

Re: Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Adam Williamson
On Mon, 2024-09-30 at 11:18 -0400, Daniel Walsh wrote: > RamaLama is an open source competitor to Ollama. The goal is to make the > use of AI Models as simple as Podman or Docker. But able to support any > AI Model registry.  HuggingFace, Ollama as well as OCI Registries > (quay.io, docker hug,

Fedora Copr Outage - 2024-10-03 11:00 UTC

2024-09-30 Thread Jiri Kyjovsky
Hi, There will be an outage starting at: ``` $ date --date '2024-10-03 11:00 UTC' ``` The outage will last approximately 3 hours. The copr-backend storage (copr build results) will stay mostly online during this outage but some downtime is expected. Reason for outage: We're updating copr packag

Looking for help with packaging RamaLama for Fedora.

2024-09-30 Thread Daniel Walsh
RamaLama is an open source competitor to Ollama. The goal is to make the use of AI Models as simple as Podman or Docker. But able to support any AI Model registry.  HuggingFace, Ollama as well as OCI Registries (quay.io, docker hug, artifactory ...) It uses either Podman or Docker under the ho

Re: problem with python-docopt and python-docopt-ng

2024-09-30 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Sep 30, 2024 at 10:24:03AM -0400, Neal Gompa wrote: > On Mon, Sep 30, 2024 at 10:20 AM Zbigniew Jędrzejewski-Szmek > wrote: > > $ fedrq wr -F name -s python3-docopt-ng > > kiwi > > kiwi-boxed-plugin > > > > Dunno, those package that require python3-docopt are not very widely > > installed

Re: problem with python-docopt and python-docopt-ng

2024-09-30 Thread Neal Gompa
On Mon, Sep 30, 2024 at 10:20 AM Zbigniew Jędrzejewski-Szmek wrote: > > Hi, > > we have two packages python-docopt and python-docopt-ng and they > declare Conflicts. This is reasonable: they don't actually conflict at > the file level, but because they both provide the docopt module, it > could be

problem with python-docopt and python-docopt-ng

2024-09-30 Thread Zbigniew Jędrzejewski-Szmek
Hi, we have two packages python-docopt and python-docopt-ng and they declare Conflicts. This is reasonable: they don't actually conflict at the file level, but because they both provide the docopt module, it could be unclear which one is loaded. Unfortunately some dependent packages switched to th

Re: Unorphan dovecot-fts-xapian

2024-09-30 Thread Clemens Lang
Hi Ed, > On 27. Sep 2024, at 18:49, Ed Marshall wrote: > > Oh look, that's my copr. No complaints here! :) > > (I'd have taken it myself, but didn't know if I'd have time to commit to it > if it broke.) That’s why you were on Cc. Actually, now that you replied already… would you mind doing a

Zlib-ng rebase from 2.1.* to 2.2.* version

2024-09-30 Thread Lukas Javorsky
Hi, As part of the Zlib-ng Fedora Change [1] we're rebasing the Zlib-ng to a new major release 2.2.*. This release brings quite a lot of new optimizations to the zlib-ng which could be seen in the Fedora Change notes. After the first reviews, I started to doubt if the change was even necessary f

Mock v5.9 bugfix release

2024-09-30 Thread Pavel Raiskup
On pátek 27. září 2024 17:29:45, SELČ Pavel Raiskup wrote: > On čtvrtek 26. září 2024 15:35:27, SELČ Pavel Raiskup wrote: > > Hello maintainers! > > > > I'm glad to announce the release of Mock v5.7, the chroot build > > environment manager for building RPMs! > > > > This update introduces a new

Re: Some perl modules not added to Anitya?

2024-09-30 Thread Michal Konecny
No problem, glad that the process is now clear to you. :-) On 27. 09. 24 16:52, Chris Adams wrote: Once upon a time, Michal Konecny said: release-monitoring.org never added packages from Fedora automatically. If they are there somebody else must have already add them. There was an idea to int