#1057360 python-pyscss: PCRE support missing due to incomplete migration

#1057360#5
Date:
2023-12-03 23:15:02 UTC
From:
To:
Hi,

The packaged python-pyscss/1.4.0-3 claimed to migrate from PCRE to PCRE2. However,
the project has not supported PCRE2 yet [1]. The current migration [2] effectively
disabled the PCRE support as shown in build logs.

As a result, we should not claim to have migrated from old PCRE to PCRE2, and we
should enable PCRE2 support in the future once upstream has made the switch.

Thanks,
Boyuan Yang


[1] https://github.com/Kronuz/pyScss/issues/429
[2] https://salsa.debian.org/python-team/packages/python-pyscss/-/commit/d6c61232d3e33097f73889ed6a3245d35bea17a2

#1057360#10
Date:
2023-12-04 00:17:09 UTC
From:
To:
Hi Boyuan (2023.12.03_23:15:02_+0000)

It's not clear to me what the next steps you're asking for entail.

Can you provide patches?

Stefano

#1057360#15
Date:
2023-12-04 16:09:24 UTC
From:
To:
Hi,

在 2023-12-04星期一的 00:17 +0000,Stefano Rivera写道:

I believe it is mostly for documentation purpose so that this TODO is not forgotten in
future package updates.

Thanks,
Boyuan Yang