pypa / build

A simple, correct Python build frontend
https://build.pypa.io
MIT License
725 stars 120 forks source link

Release 0.10.0 with flit build system #549

Closed nanonyme closed 1 year ago

nanonyme commented 1 year ago

Please tag a release of this project. It is now the final step of milestone for bootstrapping fully functional pyproject build system and installer.

henryiii commented 1 year ago

We need to support Packaging 22 first. Looks like a few of our tests are failing due to normalization issues - I think they need to be adapted for PEP 685.

nanonyme commented 1 year ago

Okay, cool. We just switched in our build system to use pypa/build last weekend but have dependency issue which prevents building pypa/wheel with pypa/build until this is fixed.

layday commented 1 year ago

https://github.com/pypa/build/pull/550

nanonyme commented 1 year ago

I guess no more release blockers as https://github.com/pypa/build/pull/539 is merged?

rossburton commented 1 year ago

I want to move our building to use pypa/build but I don't like shipping 0.9.0+patches. Any progress on a release?

henryiii commented 1 year ago

Friendly ping @FFY00. I can do the release if we get it set up.

FFY00 commented 1 year ago

Thank you for the ping, and sorry for the delay in getting this release out. I have pushed 0.10.0.

@henryiii I will open a new issue regarding setting up the release requirements for the other maintainers.

nanonyme commented 1 year ago

Thank you <3. We were now finally able to drop setuptools into a second-tier citizen in our dependency tree.

rossburton commented 1 year ago

Ditto. https://lore.kernel.org/openembedded-core/20230112112336.2254765-3-ross.burton@arm.com/T/#u integrates build as the primary building tool for all of our python.