14
0
forked from pool/python-wmctrl

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

- Update to version 0.5
  * Add missing dependency
  * Remove use of deprecated py.test in tests
  * commit some edits which has been living in my local copy for years
  * Modernized the packaging configuration
  * Added automatic release workflow
  * Added specification on what module to package
  * Bumped up the version
  * Fixed trigger for the publish action
  * Fixed content-type parameter
- 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
- Update Requires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1229320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wmctrl?expand=0&rev=8
This commit is contained in:
2024-12-09 12:29:42 +00:00
committed by Git OBS Bridge
parent d563cba836
commit 0452becd41
4 changed files with 33 additions and 8 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Dec 9 11:08:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.5
* Add missing dependency
* Remove use of deprecated py.test in tests
* commit some edits which has been living in my local copy for years
* Modernized the packaging configuration
* Added automatic release workflow
* Added specification on what module to package
* Bumped up the version
* Fixed trigger for the publish action
* Fixed content-type parameter
- 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
- Update Requires from pyproject.toml
-------------------------------------------------------------------
Thu Jan 26 01:23:32 UTC 2023 - John Vandenberg <jayvdb@gmail.com>