Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-parted for openSUSE:Factory checked in at 2022-07-22 19:20:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parted (Old) and /work/SRC/openSUSE:Factory/.python-parted.new.21925 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parted" Fri Jul 22 19:20:39 2022 rev:6 rq:990552 version:3.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parted/python-parted.changes 2022-05-30 12:45:41.448529508 +0200 +++ /work/SRC/openSUSE:Factory/.python-parted.new.21925/python-parted.changes 2022-07-22 19:20:49.432619125 +0200 @@ -1,0 +2,5 @@ +Thu Jul 21 13:12:51 UTC 2022 - Steve Kowalik <[email protected]> + + - Rebase more-features-exposed.patch to catch another test failure. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ more-features-exposed.patch ++++++ --- /var/tmp/diff_new_pack.kuFGpC/_old 2022-07-22 19:20:49.836619819 +0200 +++ /var/tmp/diff_new_pack.kuFGpC/_new 2022-07-22 19:20:49.836619819 +0200 @@ -16,4 +16,17 @@ self.assertEqual(str(self.disktype['mac']), '_ped.DiskType instance --\n name: mac features: 6') self.assertEqual(str(self.disktype['bsd']), '_ped.DiskType instance --\n name: bsd features: 0') self.assertEqual(str(self.disktype['pc98']), '_ped.DiskType instance --\n name: pc98 features: 2') +Index: pyparted-3.12.0/tests/test_parted_partition.py +=================================================================== +--- pyparted-3.12.0.orig/tests/test_parted_partition.py ++++ pyparted-3.12.0/tests/test_parted_partition.py +@@ -217,7 +217,7 @@ class PartitionGetFlagsAsStringTestCase( + as comma separated list. + ''' + def runTest(self): +- self.assertEqual(self.part.getFlagsAsString(), 'boot, raid, type') ++ self.assertEqual(self.part.getFlagsAsString(), 'boot, raid') + + @unittest.skip("Unimplemented test case.") + class PartitionGetMaxGeometryTestCase(unittest.TestCase):
