SHA256
1
0
forked from pool/python-build

10 Commits

Author SHA256 Message Date
e73b444157 Accepting request 1183987 from devel:languages:python
- 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`.

- Update to v0.9.0
- Drop remove-unused-import.patch
- Add remove-unused-import.patch to work with importlib_metadata

OBS-URL: https://build.opensuse.org/request/show/1183987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=11
2024-07-01 09:19:19 +00:00
2e6907dc34 Accepting request 1112478 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1112478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=10
2023-09-22 19:47:07 +00:00
a890a85289 Accepting request 1085246 from devel:languages:python
- Renamed patches support-pip-23.patch and
  support-tarfile-data-filter.patch to 589-colorized-pip23.patch
  (gh#pypa/build#589) and 609-filter-out-malicious.patch
  (gh#pypa/build#609), respectively.
- 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.

OBS-URL: https://build.opensuse.org/request/show/1085246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=9
2023-05-19 09:55:08 +00:00
2e67cc6b19 Accepting request 1081973 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=8
2023-04-22 20:01:43 +00:00
5d15d7652f Accepting request 1073633 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1073633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=7
2023-03-31 19:14:04 +00:00
9b06afa371 Accepting request 1046084 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1046084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=6
2023-01-03 14:04:14 +00:00
a530c6c864 Accepting request 1034384 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1034384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=5
2022-11-09 11:56:03 +00:00
883ff6c1b2 Accepting request 989018 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/989018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=4
2022-07-14 14:34:17 +00:00
b2b17bc213 Accepting request 925705 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/925705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=3
2021-10-16 20:47:31 +00:00
9bb48f9266 Accepting request 856769 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/856769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=2
2020-12-21 11:35:06 +00:00

Diff Content Not Available