14
0

Accepting request 1041230 from home:yarunachalam:branches:devel:languages:python

- Update to version 3.34 
  * Remove the auth and authconfig commands (pbrezina)
  The parse method is expected to return a value (vponcova)
  tests: unittest isn't used in handle_unicode anymore (bcl)
  Add RHEL 9 handler (mkolman)
  Resolves: rhbz#1966730
  Add RHEL 9 version for commands that had a RHEL version in the past (mkolman)
  Add RHEL 9 version for BTRFS related commands (mkolman)

OBS-URL: https://build.opensuse.org/request/show/1041230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykickstart?expand=0&rev=7
This commit is contained in:
2022-12-09 00:21:35 +00:00
committed by Git OBS Bridge
parent bf90049292
commit e37c92236e
4 changed files with 22 additions and 16 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Dec 7 20:54:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 3.34
* Remove the auth and authconfig commands (pbrezina)
The parse method is expected to return a value (vponcova)
tests: unittest isn't used in handle_unicode anymore (bcl)
Add RHEL 9 handler (mkolman)
Resolves: rhbz#1966730
Add RHEL 9 version for commands that had a RHEL version in the past (mkolman)
Add RHEL 9 version for BTRFS related commands (mkolman)
-------------------------------------------------------------------
Sun Jan 31 00:07:23 UTC 2021 - Neal Gompa <ngompa13@gmail.com>