14
0

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

- Update to 1.10
  * Add Python 3.11 and 3.12 to tests.
  * Switch from distutils to setuptools.
  * Remove unsupported Python 2.7 and 3.6 from tests.
  * Replace assertEquals with assertEqual.
  * Replace assert_ with assertIn or assertTrue.
  * Update to python 3.13
- Limit Python files matched in %files section
- 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

OBS-URL: https://build.opensuse.org/request/show/1251763
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mygpoclient?expand=0&rev=14
This commit is contained in:
2025-03-10 12:29:19 +00:00
committed by Git OBS Bridge
parent 471e564814
commit 561ab4a36f
4 changed files with 28 additions and 9 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 10 10:49:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.10
* Add Python 3.11 and 3.12 to tests.
* Switch from distutils to setuptools.
* Remove unsupported Python 2.7 and 3.6 from tests.
* Replace assertEquals with assertEqual.
* Replace assert_ with assertIn or assertTrue.
* Update to python 3.13
- Limit Python files matched in %files section
- 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
-------------------------------------------------------------------
Sat Mar 9 11:13:17 UTC 2024 - ecsos <ecsos@opensuse.org>