Skip to content

Commit

Permalink
release 0.0.4
Browse files Browse the repository at this point in the history
- Packages are now built in isolation by default
- Added --no-isolation/-n flag to build in the current environment
- Add --config-setting/-C option to pass options to the backend
- Add IsolatedEnvironment class
- Fix creating the output directory if it doesn't exit
- Fix building with in-tree backends
- Fix broken entrypoint script (python-build)
- Add warning about incomplete verification when verifying extras
- Automatically detect typos in the build system table
- Minor documentation improvements

Signed-off-by: Filipe Laíns <lains@archlinux.org>
  • Loading branch information
FFY00 committed Sep 8, 2020
1 parent 2b51c73 commit 10bf02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = build
version = 0.0.3.1
version = 0.0.4
long_description = file: README.md
long_description_content_type = text/markdown
author = Filipe Laíns
Expand Down
2 changes: 1 addition & 1 deletion src/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
python-build - A simple, correct PEP517 package builder
'''
__version__ = '0.0.3.1'
__version__ = '0.0.4'

import contextlib
import difflib
Expand Down

0 comments on commit 10bf02e

Please sign in to comment.