You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The CLI can now be forced to colorize the output by setting the ``FORCE_COLOR`` environment variable (`PR #335`_)
45
45
- Added logging to ``build`` and ``build.env`` (`PR #333`_)
46
46
- Switch to a TOML v1 compliant parser (`PR #336`_, Fixes `#308`_)
@@ -126,7 +126,7 @@ Breaking Changes
126
126
----------------
127
127
128
128
- As a side-effect of `PR #260`_, projects not containing either a ``pyproject.toml`` or ``setup.py`` will be reported as invalid. This affects projects specifying only a ``setup.cfg``, such projects are recommended to add a ``pyproject.toml``. The new behavior is on par with what pip currently does, so if you are affected by this, your project should not be pip installable.
129
-
- The ``--skip-depencencies`` option has been renamed to ``--skip-dependency-check`` (`PR #297`_)
129
+
- The ``--skip-dependencies`` option has been renamed to ``--skip-dependency-check`` (`PR #297`_)
130
130
- The ``skip_dependencies`` argument of ``build.__main__.build_package`` has been renamed to ``skip_dependency_check`` (`PR #297`_)
131
131
- ``build.ConfigSettings`` has been renamed to ``build.ConfigSettingsType`` (`PR #298`_)
132
132
- ``build.ProjectBuilder.build_dependencies`` to ``build.ProjectBuilder.build_system_requires`` (`PR #284`_, Fixes `#182`_)
@@ -229,7 +229,7 @@ Breaking changes
229
229
- Added --version/-V option to the CLI
230
230
- Added support for Python 3.9
231
231
- Added py.typed marker
232
-
- Various miscelaneous fixes in the virtual environment creation
232
+
- Various miscellaneous fixes in the virtual environment creation
233
233
- Many general improvements in the documentation
234
234
- Documentation moved to the furo theme
235
235
- Updated the CoC to the PSF CoC, which PyPA has adopted
0 commit comments