14
0
forked from pool/python-parted

- Update to 3.12.0:

* Adjust how PED_PARTITION types are added to _ped
  * Add support for PARTITION_LINUX_HOME
  * Add units, devices, and partitions convenience dicts
  * Update version number and required libparted version
  * Correct PARTITION_* constant initialization
  * setup.py: port to setuptools
- Add patch more-features-exposed.patch:
  * msdos and GPT seem to expose more features, include them when checking.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parted?expand=0&rev=13
This commit is contained in:
2022-05-30 09:55:56 +00:00
committed by Git OBS Bridge
parent fbb22f7e25
commit 5e7ec9dff0
5 changed files with 38 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon May 30 09:50:41 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.12.0:
* Adjust how PED_PARTITION types are added to _ped
* Add support for PARTITION_LINUX_HOME
* Add units, devices, and partitions convenience dicts
* Update version number and required libparted version
* Correct PARTITION_* constant initialization
* setup.py: port to setuptools
- Add patch more-features-exposed.patch:
* msdos and GPT seem to expose more features, include them when checking.
-------------------------------------------------------------------
Tue Jan 11 10:09:22 UTC 2022 - Dirk Müller <dmueller@suse.com>