Thomas Kluyver
Thomas Kluyver
What major changes do we want for Flit 4.0? - [ ] Remove support for old-style metadata, where a project is described in the `[tool.flit]` subtables instead of the now-standard...
I'm not 100% sold on this: the removal would break things that might otherwise work, and it's a tiny bit of complexity by itself. But any project still specifying `flit.buildapi`...
If you have `keyring` installed, and no password in your `.pypirc` file, flit will prompt you for your password the first time you upload, and then store it with keyring...
And specify a version range - this should ensure building from source still works (with flit_core 3.x) when 4.x is out with changes.
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
**Describe the bug** We've come across a case where `H5Ocopy` causes a segfault when copying an object with attributes. We originally came across this via h5py, but I can replicate...
`H5Eset_auto()` sets the behaviour for the current thread. For h5py, it would be useful to have a similar function which affects either all threads, or the default for new threads....
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...