Skip to content

Tags: pypa/build

Tags

1.2.2.post1

Verified

This tag was signed with the committer’s verified signature.
henryiii Henry Schreiner
1.2.2.post1

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

* ci: add Python 3.13 by @henryiii in #815
* docs: mention conda-forge name in README by @henryiii in #816
* docs: add a missing ` in README by @SigureMo in #817
* tests: fix under pyproject-hooks 1.2 by @layday in #824
* ci: add PyPI attestations by @henryiii in #821
* chore: 1.2.2.post1 by @henryiii in #820

1.2.2

Verified

This tag was signed with the committer’s verified signature.
henryiii Henry Schreiner
build 1.2.2

- Add editable to ``builder.get_requries_for_build``'s static types
  (PR :pr:`764`, fixes issue :issue:`763`)
- Include artifact attestations in our release
  (PR :pr:`782`)
- Fix typing compatibility with typed ``pyproject-hooks``
  (PR :pr:`788`)
- Mark more tests with ``network``
  (PR :pr:`808`)
- Add more intersphinx links to docs
  (PR :pr:`804`)
- Make ``uv`` optional for tests
  (PR :pr:`807` and :pr:`813`)

1.2.1

Verified

This tag was signed with the committer’s verified signature.
henryiii Henry Schreiner
1.2.1 (2024-03-28)

- Avoid error when terminal width is undetectable on Python < 3.11
  (PR #761)

1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare for 1.2.0 (#758)

* chore: prepare for 1.2.0

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

* Update CHANGELOG.rst

---------

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

1.1.1

Verified

This tag was signed with the committer’s verified signature.
henryiii Henry Schreiner
Version 1.1.1

- Fixed invoking outer pip from user site packages
  (PR #746, fixes issue #745)
- Corrected the minimum pip version required to use an outer pip
  (PR #746, fixes issue #745)

v1.1.0

Verified

This tag was signed with the committer’s verified signature.
henryiii Henry Schreiner
Version 1.1.0

- Use external pip if available instead of installing, speeds up environment
  setup with virtualenv slightly and venv significantly.
  (PR #736)
- Stopped injecting `wheel` as a build dependency automatically, in the
  case of missing `pyproject.toml` -- by @webknjaz.
  (PR #716)
- Use `importlib_metadata` on Python <3.10.2 for bugfixes not present in
  those CPython standard libraries (not required when bootstrapping) -- by
  @GianlucaFicarelli.
  (PR #693, fixes issue #692)

1.0.3

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: bump to 1.0.3

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

1.0.1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: release 1.0.1

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

1.0.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
style: ignore W005, since we are build

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

0.10.0

Verified

This tag was signed with the committer’s verified signature.
FFY00 Filipe Laíns 🇵🇸
build 0.10.0

Replace pep517 dependency with pyproject_hooks, into which pep517 has been renamed (PR #539, Fixes #529)
Change build backend from setuptools to flit (PR #470, Fixes #394)
Dropped support for Python 3.6 (PR #532)