15
0

Accepting request 1245048 from home:glaubitz:branches:devel:languages:python

- Update to 1.15.2
  * Patch SNYK-JS-CROSSSPAWN-8303230 issue brought it through old glob package
  * Release wheels on pypi
  * ModuleNotFoundError: No module named 'setuptools.command.test' as of latest
    setuptools package release
  * [Python]Compatible with setuptools>=72
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install
  * Update name for dist directory in %files section

OBS-URL: https://build.opensuse.org/request/show/1245048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsbeautifier?expand=0&rev=25
This commit is contained in:
2025-02-14 14:03:07 +00:00
committed by Git OBS Bridge
parent 0230645cef
commit a7f2bcff82
4 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Feb 11 09:50:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.15.2
* Patch SNYK-JS-CROSSSPAWN-8303230 issue brought it through old glob package
* Release wheels on pypi
* ModuleNotFoundError: No module named 'setuptools.command.test' as of latest
setuptools package release
* [Python]Compatible with setuptools>=72
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
* Update name for dist directory in %files section
-------------------------------------------------------------------
Mon Mar 18 20:32:10 UTC 2024 - Dirk Müller <dmueller@suse.com>