conda-forge / libtheora-feedstock

A conda-smithy repository for libtheora.
BSD 3-Clause "New" or "Revised" License
0 stars 10 forks source link

BUG: Pinning to zlib 1.2 is preventing future compat #21

Closed larsoner closed 3 months ago

larsoner commented 3 months ago

Can it be lifted? For example trying to use python==3.12.4 requires:

└─ python 3.12.4**  is not installable because it requires
   ├─ libexpat >=2.6.2,<3.0a0 , which conflicts with any installable versions previously reported;
   ├─ libzlib >=1.3.1,<2.0a0

but this package has:

│     │     │  └─ libtheora >=1.1.1,<1.2.0a0 , which requires
│     │     │     └─ zlib 1.2.* , which can be installed;

from

https://github.com/conda-forge/libtheora-feedstock/blob/987543a1ff53f5b0babed210b3e4f7c11eb0b0a2/recipe/meta.yaml#L32

@seanyen you added those pins... any idea if they can be relaxed?

I don't know anything about libtheora but could try to dig upstream a bit if it could help