15
0

- Update to 3.0.0:

* The dual_wheels, alt_python, and check_desc arguments/config options for
    the invocations.packaging.release module have been removed.
  * The invocations.travis module has been removed.
  * Drop Python 2 (and 3.5) support. We now support Python 3.6+ only.
- Refreshed invocations-no-bundled.patch.
- Dropped invocations-py3.patch, not required.
- Dropped python-invocations-no-mock.patch, merged upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invocations?expand=0&rev=28
This commit is contained in:
2023-01-03 05:05:49 +00:00
committed by Git OBS Bridge
parent 0d0f5fa9cd
commit ee8d49daaf
7 changed files with 52 additions and 137 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 3 05:02:34 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.0.0:
* The dual_wheels, alt_python, and check_desc arguments/config options for
the invocations.packaging.release module have been removed.
* The invocations.travis module has been removed.
* Drop Python 2 (and 3.5) support. We now support Python 3.6+ only.
- Refreshed invocations-no-bundled.patch.
- Dropped invocations-py3.patch, not required.
- Dropped python-invocations-no-mock.patch, merged upstream.
-------------------------------------------------------------------
Thu Sep 29 02:48:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>