Commit Graph

10 Commits

Author SHA256 Message Date
Ana Guerrero
2a2a89d68f Accepting request 1218846 from devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/1218846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyproject-hooks?expand=0&rev=4
2024-10-29 13:32:21 +00:00
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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-hooks?expand=0&rev=9
2024-10-28 16:58:32 +00:00
Ana Guerrero
bbbd237e46 Accepting request 1184122 from devel:languages:python
- skip test that fails with setuptools 70.1
  (gh#pypa/pyproject-hooks#203)

- 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.

OBS-URL: https://build.opensuse.org/request/show/1184122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyproject-hooks?expand=0&rev=3
2024-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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-hooks?expand=0&rev=7
2024-06-30 19:02:50 +00:00
d134669573 - skip test that fails with setuptools 70.1
(gh#pypa/pyproject-hooks#203)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-hooks?expand=0&rev=6
2024-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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-hooks?expand=0&rev=5
2024-06-29 13:03:21 +00:00
Dominique Leuenberger
05dbeaee7c Accepting request 1081625 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyproject-hooks?expand=0&rev=2
2023-04-22 19:57:49 +00:00
871acc08c7 Accepting request 1081562 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-hooks?expand=0&rev=3
2023-04-21 13:23:03 +00:00
Dominique Leuenberger
4cf9a0acc7 Accepting request 1043960 from devel:languages:python
Package required by newer version of python-pdm

OBS-URL: https://build.opensuse.org/request/show/1043960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyproject-hooks?expand=0&rev=1
2022-12-20 19:21:27 +00:00
89ebe693cf Accepting request 1040708 from home:Simmphonie:branches:devel:languages:python
Initial release 1.0.0

This is a low-level library for calling build-backends in pyproject.toml-based project. It provides the basic functionality to help write tooling that generates distribution files from Python projects.

OBS-URL: https://build.opensuse.org/request/show/1040708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-hooks?expand=0&rev=1
2022-12-06 18:01:55 +00:00