4d144b7a68
- update to 1.2.0: * Improve interoperability with `importlib.metadata, fixing a regression in setuptools compatibility in 1.1 (#199). * Clean up the _in_process directory inside the package from sys.path` before imporing the backend (#193).
Dirk Mueller2024-10-28 16:58:32 +00:00
bbbd237e46
Accepting request 1184122 from devel:languages:python
Ana Guerrero2024-07-02 16:14:34 +00:00
f53a007d11
* More careful handling of the backend-path key from pyproject.toml. Previous versions would load the backend and then check that it was loaded from the specified path; the new version only loads it from the specified path. The BackendInvalid exception is now a synonym for :exc:BackendUnavailable, and code should move to using the latter name.
Dirk Mueller2024-06-30 19:02:50 +00:00
d134669573
- skip test that fails with setuptools 70.1 (gh#pypa/pyproject-hooks#203)
Dirk Mueller2024-06-30 19:02:03 +00:00
0477935ae0
- update to 1.1.0: * Add type annotations to the public API. * More careful handling of the backend-path key from pyproject.toml. Previous versions would load the backend and then check that it was loaded from the specified path; the new version only loads it from the specified path. The BackendInvalid exception is now a synonym for :exc:BackendUnavailable, and code should move to using the latter name.
Dirk Mueller2024-06-29 13:03:21 +00:00