projectfluent/python-fluent

Release fluent.pygments 1.1? or 2.0?

GetPsyched opened this issue · 7 comments

The fluent.pygments hasn't got an update in over 2.5 years. It's still version 1.0 in PyPI as well as here, even though there has been an update to it after that release.

Is there a reason for this?

Hey, any updates on this?

eemeli commented

The changes to fluent.pygments since its 1.0 release have been entirely stylistic, as it's just a thin wrapper on top of fluent.syntax. So there hasn't been any need to release a new update since then.

Oh, that makes sense.

One more thing, is fluent.pygments used within fluent.syntax or fluent.runtime?

eemeli commented

No; fluent.pygments depends on fluent.runtime, though.

Okay, thanks!

No; fluent.pygments depends on fluent.runtime, though.

But setup.cfg says it depends on fluent.syntax?

install_requires =
pygments
fluent.syntax

eemeli commented

Oh, drat, sorry, yes, it depends on fluent.syntax and not fluent.runtime. Which is what I meant to write earlier, but clearly didn't.