File python-build.changes of Package python-build

-------------------------------------------------------------------
Wed Oct  9 07:21:21 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

- Update to 1.2.2
  * Add editable to ``builder.get_requries_for_build``'s static types
  * Include artifact attestations in our release
  * Fix typing compatibility with typed ``pyproject-hooks``
  * Mark more tests with ``network``
  * Add more intersphinx links to docs
  * Make ``uv`` optional for tests

-------------------------------------------------------------------
Sat Jun 29 12:49:33 UTC 2024 - Dirk Müller <dmueller@suse.com>

- update to 1.2.1:
  * Avoid error when terminal width is undetectable on Python <
    3.11
  * Add --installer option, supporting pip and uv. Added uv
    extra.
  * Improve console output and provide -v for dependency
    installation
  * Avoid compiling unused bytecode when using pip
  * Dropped support for Python 3.7
  * Fixed invoking outer pip from user site packages
  * Corrected the minimum pip version required to use an outer
    pip
  * Use external pip if available instead of installing, speeds
    up environment setup with virtualenv slightly and venv
    significantly.
  * Stopped injecting wheel as a build dependency automatically,
    in the case of missing pyproject.toml -- by :user:`webknjaz`.
  * Use importlib_metadata on Python <3.10.2 for bugfixes not
    present in those CPython standard libraries (not required
    when bootstrapping) -- by :user:`GianlucaFicarelli`.

-------------------------------------------------------------------
Wed Sep 20 07:50:56 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

- Update to 1.0.3:
  * Avoid CPython 3.8.17, 3.9.17, 3.10.12, and 3.11.4 tarfile symlink bug
    triggered by adding data_filter in 1.0.0.
  * Removed the toml library fallback; toml can no longer be used as a
    substitute for tomli
  * Added runner parameter to util.project_wheel_metadata
  * Modified ProjectBuilder constructor signature, added alternative
    ProjectBuilder.from_env constructor, redefined env.IsolatedEnv interface,
    and exposed env.DefaultIsolatedEnv, replacing env.IsolatedEnvBuilder.
  * virtualenv is no longer imported when using -n, for faster builds
  * The SDist now contains the repository contents, including tests.
    Flit-core 3.8+ required.
  * The minimum version of importlib-metadata has been increased to 4.6 and
    Python 3.10 due to a bug in the standard library version with URL
    requirements in extras.
  * Tests now contain a network marker
  * Config-settings are now passed to get_requires* hooks, fixing a long
    standing bug.
  * Test on Python 3.12 betas/RCs
  * Filter out malicious files when extracting tar archives when Python
    supports it
  * Specify encoding, fixing issues when PYTHONWARNDEFAULTENCODING is set.
- Drop patches 589-colorized-pip23.patch, 609-filter-out-malicious.patch:
  * Included upstream.
- Add runtests.py which chdirs before running tests, but after the macros
  have polluted the current working directory, avoiding test failures.

-------------------------------------------------------------------
Sat May  6 16:59:52 UTC 2023 - Matej Cepl <mcepl@suse.com>

- Renamed patches support-pip-23.patch and
  support-tarfile-data-filter.patch to 589-colorized-pip23.patch
  and 609-filter-out-malicious.patch, respectively.

-------------------------------------------------------------------
Tue May  2 10:52:23 UTC 2023 - Ben Greiner <code@bnavigator.de>

- Remove support-tarfile-data-filter.patch: better documentation
  required, preferable supported through upstream
  * gh#pypa/build#609
  * ignore the DeprecationWarning instead

-------------------------------------------------------------------
Tue May  2 08:04:24 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

- Add patch support-pip-23.patch:
  * pip 23 also colorizes output, confusing the test.
- Add patch support-tarfile-data-filter.patch:
  * Set tarfile.data_filter if available.

-------------------------------------------------------------------
Fri Apr 21 12:22:56 UTC 2023 - Dirk Müller <dmueller@suse.com>

- add sle15_python_module_pythons (jsc#PED-68)

-------------------------------------------------------------------
Thu Apr 13 22:40:22 UTC 2023 - Matej Cepl <mcepl@suse.com>

- Make calling of %{sle15modernpython} optional.

-------------------------------------------------------------------
Tue Mar 21 19:16:14 UTC 2023 - Ben Greiner <code@bnavigator.de>

- Update to 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)
- Avoid namespace clashes with build/ directory
  * gh#openSUSE/python-rpm-macros#157
- Drop build-pr550-packaging22.patch

-------------------------------------------------------------------
Sun Jan  1 18:26:09 UTC 2023 - Ben Greiner <code@bnavigator.de>

- Add build-pr550-packaging22.patch
  * gh#pypa/build#550: tests: fix for PEP 685 in packaging 22
- Be more specific in requirements

-------------------------------------------------------------------
Mon Nov  7 20:52:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

- Update to v0.9.0
  * Hide a Python 3.11.0 unavoidable warning with venv (PR #527)
  * Fix infinite recursion error in check_dependency with circular dependencies (PR #512, Fixes #511)
  * Only import colorama on Windows (PR #494, Fixes #493)
  * Flush output more often to reduce interleaved output (PR #494)
  * Small API cleanup, like better __all__ and srcdir being read only. (PR #477)
  * Only use importlib_metadata when needed (PR #401)
  * Clarify in printout when build dependencies are being installed (PR #514)

-------------------------------------------------------------------
Wed Jul 13 11:24:00 UTC 2022 - Ben Greiner <code@bnavigator.de>

- Update to v0.8.0
  * Accept `os.PathLike[str]` in addition to `str` for paths in
    public API (PR #392, Fixes #372)
  * Add schema validation for `build-system` table to check
    conformity with PEP 517 and PEP 518 (PR #365, Fixes #364)
  * Better support for Python 3.11 (sysconfig schemes PR #434, PR
    #463, tomllib PR #443, warnings PR #420)
  * Improved error printouts (PR #442)
  * Avoid importing packaging unless needed (PR #395, Fixes #393)
  * Failure to create a virtual environment in the `build.env`
    module now raises `build.FailedProcessError` (PR #442)
- Rework test suite: provide wheels for testing

-------------------------------------------------------------------
Sat Oct 16 12:24:15 UTC 2021 - Ben Greiner <code@bnavigator.de>

- Update to v0.7.0
  Full changelog at
  https://pypa-build.readthedocs.io/en/stable/changelog.html
  * Dropped support for Python 2 and 3.5
- Avoid possible bootstrap build depcycles with _multibuild
- Drop remove-unused-import.patch

-------------------------------------------------------------------
Thu Dec 17 14:52:54 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

- Add remove-unused-import.patch to work with importlib_metadata

-------------------------------------------------------------------
Fri Nov 13 11:14:24 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

- Update to v0.1.0

-------------------------------------------------------------------
Tue Sep 29 02:55:22 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>

- Initial spec for v0.0.4
openSUSE Build Service is sponsored by