14
0
forked from pool/python-build

6 Commits

Author SHA256 Message Date
908eec3c1b Accepting request 1307679 from devel:languages:python
- update to 1.3.0:
  * Add --config-json
  * Drop Python 3.8
  * Test on Python 3.14, colorful help on 3.14+
  * Fix ModuleNotFoundError when pip is not installed
  * Disable use of pip install --python for debundled pip
  * Don't pass no-wheel to virtualenv if it would warn
  * Optimize our tests to run faster
  * Allow running our tests without virtualenv
  * Fix issues in our tests
  * Use SPDX identifiers for our license metadata
  * Use dependency-groups for our development
  * Mention conda and update uv mention in README/docs

OBS-URL: https://build.opensuse.org/request/show/1307679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=14
2025-09-29 19:11:56 +00:00
6af918d962 - update to 1.3.0:
* Add --config-json
  * Drop Python 3.8
  * Test on Python 3.14, colorful help on 3.14+
  * Fix ModuleNotFoundError when pip is not installed
  * Disable use of pip install --python for debundled pip
  * Don't pass no-wheel to virtualenv if it would warn
  * Optimize our tests to run faster
  * Allow running our tests without virtualenv
  * Fix issues in our tests
  * Use SPDX identifiers for our license metadata
  * Use dependency-groups for our development
  * Mention conda and update uv mention in README/docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=34
2025-09-29 08:15:15 +00:00
c9ed7a90ff Accepting request 1301251 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1301251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=13
2025-08-25 18:36:24 +00:00
712993114b - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=32
2025-08-25 11:30:45 +00:00
b244970513 Accepting request 1206482 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=12
2024-10-09 20:03:35 +00:00
ea717da1ee - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=30
2024-10-09 08:34:22 +00:00
4 changed files with 21 additions and 4 deletions

BIN
build-1.2.2.tar.gz (Stored with Git LFS)

Binary file not shown.

3
build-1.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd7a275d4b34e2b5b4c73fb57ae3c8239b54e4d09752eb540d4167c77bfa043d
size 50871

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Sep 29 08:14:37 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Add --config-json
* Drop Python 3.8
* Test on Python 3.14, colorful help on 3.14+
* Fix ModuleNotFoundError when pip is not installed
* Disable use of pip install --python for debundled pip
* Don't pass no-wheel to virtualenv if it would warn
* Optimize our tests to run faster
* Allow running our tests without virtualenv
* Fix issues in our tests
* Use SPDX identifiers for our license metadata
* Use dependency-groups for our development
* Mention conda and update uv mention in README/docs
-------------------------------------------------------------------
Mon Aug 25 11:29:44 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -33,7 +33,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-build%{psuffix}
Version: 1.2.2
Version: 1.3.0
Release: 0
Summary: Simple PEP517 package builder
License: MIT