15
0
forked from pool/python-gql

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

- Update to 3.5.3
  * Bump graphql-core to v3.2.6 (#547)
- 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
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1281284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gql?expand=0&rev=4
This commit is contained in:
2025-05-30 08:26:44 +00:00
committed by Git OBS Bridge
parent f478b8c9a4
commit f9be97c93a
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 30 07:37:19 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.5.3
* Bump graphql-core to v3.2.6 (#547)
- 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
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Sun Mar 9 14:41:10 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>