14
0

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

- Update to 2.8.0
  * Build Python 3.13 wheels by @nijel in (#357)
  * chore(ci): Modernize wheel builds by @nijel in (#362)
- 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
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1251838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=44
This commit is contained in:
2025-03-10 18:03:11 +00:00
committed by Git OBS Bridge
parent 16abe536f8
commit 323d9c2da8
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 10 15:10:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.8.0
* Build Python 3.13 wheels by @nijel in (#357)
* chore(ci): Modernize wheel builds by @nijel in (#362)
- 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
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Mon Sep 23 09:20:11 UTC 2024 - Dirk Müller <dmueller@suse.com>