Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mgorny/build

Tags

1.2.2.post1

Toggle 1.2.2.post1's commit message

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 pypa#815
* docs: mention conda-forge name in README by @henryiii in pypa#816
* docs: add a missing ` in README by @SigureMo in pypa#817
* tests: fix under pyproject-hooks 1.2 by @layday in pypa#824
* ci: add PyPI attestations by @henryiii in pypa#821
* chore: 1.2.2.post1 by @henryiii in pypa#820

1.2.2

Toggle 1.2.2's commit message

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

Toggle 1.2.1's commit message

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 pypa#761)

1.2.0

Toggle 1.2.0's commit message

Verified

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

* chore: prepare for 1.2.0

Signed-off-by: Henry Schreiner <[email protected]>

* Update CHANGELOG.rst

---------

Signed-off-by: Henry Schreiner <[email protected]>

1.1.1

Toggle 1.1.1's commit message

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 pypa#746, fixes issue pypa#745)
- Corrected the minimum pip version required to use an outer pip
  (PR pypa#746, fixes issue pypa#745)

v1.1.0

Toggle v1.1.0's commit message

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 pypa#736)
- Stopped injecting `wheel` as a build dependency automatically, in the
  case of missing `pyproject.toml` -- by @webknjaz.
  (PR pypa#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 pypa#693, fixes issue pypa#692)

1.0.3

Toggle 1.0.3's commit message

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 <[email protected]>

1.0.1

Toggle 1.0.1's commit message

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 <[email protected]>

1.0.0

Toggle 1.0.0's commit message

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 <[email protected]>

0.10.0

Toggle 0.10.0's commit message

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 pypa#539, Fixes pypa#529)
Change build backend from setuptools to flit (PR pypa#470, Fixes pypa#394)
Dropped support for Python 3.6 (PR pypa#532)