15
0
forked from pool/python-glfw

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

- Update to 2.8.0
  * Update to GLFW 3.4
- Switch package to modern Python Stack on SLE-15
  * Use Python 3.11 on SLE-15 by default
  * Drop support for older Python versions
- 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
- Limit Python files matched in %files section

OBS-URL: https://build.opensuse.org/request/show/1238227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=30
This commit is contained in:
2025-01-16 12:11:51 +00:00
committed by Git OBS Bridge
parent b8a99c4234
commit 7197360490
4 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jan 16 11:15:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.8.0
* Update to GLFW 3.4
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
- 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
- Limit Python files matched in %files section
-------------------------------------------------------------------
Mon Mar 25 20:02:13 UTC 2024 - Dirk Müller <dmueller@suse.com>