growpart-rootgrow-1.0.5-lp152.2.6.1<>,(a+/=„N+dD ;PXT{~9(bY9ל`3O2P+@֎n*7qp vnvFk@ZxA!!F^4% Ar4"UĬsZ{=VJU,eCprdpsq%R&Sʾ4dvBZ|;g٦u M,%3~2th !L/c95}K*m](*^J"s%+U>?d & Bpt  h     $|   f ( 8 9 : dFGHILXdYh\|]^,bWcdefluvwlxy z@PTZCgrowpart-rootgrow1.0.5lp152.2.6.1Simple Wrapper for growpartA simple wrapper implementation for growparta+hci-cnode1-m0OopenSUSE Leap 15.2openSUSEGPL-3.0+http://bugs.opensuse.orgSystem/Managementhttps://github.com/SUSE-Enceladus/rootgrowlinuxnoarch5   *KAA큤A큤A큤a+a+a+a+a+a+a+` ATa+a+` *a+a+a+a+a+`Ga@a@a+a+a+b9ad958712734f90e2ef20178372f44d385981dae23997a4692c7a01a1dd552bfcac3fa26c30520f8d4335e0232d7645885c76972f34ea737680fb6a0355bbe67959e4cf906a53d4d85ac882ca4798badbdaaefbcc8fa8ecd40ab64e93b63a9f01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b43baa0d740cc2a24609528798f84a804ff0f5306b68bb650b5369680466e46c401ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b4e34d3b17ef5dd1e34865d1d3245f1a40158ec9bc19ea6d3547423a3fb96e9164ef66be00d5f310f9adbca45bc3bb94358e62df378c833ab9886d01deb6f78d0e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85521fe9c9ec626a5251a24542669962d8f5ecb6ca3393fc5390f776d49a3d7739405fbdf6ba7bf842f399b87b2365a3df06e5b6f8bbb7eb99d398bf82ebd01b912c14d1c6566c9f2c783fd4b6af273640c37e65b423273f533d285a7969e69aa4b00cdf51e03b1aa4e570460a47e89bbfa1cb5d01ff5e8484db7c3165eb5e5a309f9d03f3de9fe924025c67424f41b2f916ebc3063bfae039622a599715db1c802bbaba3f2d9e6614a8e5d641882d9cf98a90cfdf696974f7624be843c6ef4fd2f3fc0fb356a4de7ddecdbbd3e442fe0b6d0b757855e4b95f72f73aa54334c5ca3f3144b59ebb7bd623d8fcbda1620c6f8d60d8262e75c312f4fc51fd5236fb44d8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgrowpart-rootgrow-1.0.5-lp152.2.6.1.src.rpmgrowpart-rootgrow@@    /usr/bin/python3python(abi)python3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdutil-linux3.63.0.4-14.6.0-14.0-15.2-14.14.1a@`@` @` @` @^Y^Y^Y^Y]@]d@]@]@]c]Z@]Z@]S]S]R@]:@Sean Marlow Robert Schweikert Sean Marlow Sean Marlow Sean Marlow Robert Schweikert Robert Schweikert Marcus Schäfer Robert Schweikert Marcus Schäfer Marcus Schäfer Marcus Schäfer Marcus Schäfer Marcus Schäfer Marcus Schäfer Marcus Schäfer Marcus Schäfer Marcus Schäfer Marcus Schäfer Marcus Schäfer - Fix root partition ID lookup. Only consider trailing digits to be part of the paritition ID. (bsc#1188868) (bsc#1188904)- Change the logic to determine the partition ID of the root filesystem (bsc#1188179) + Previously the algorithm depended on the order of the output from lsblk using an index to keep track of the known partitions. The new implementation is order independent, it depends on the partition ID being numerical in nature and at the end of the device string.- Add coverage config. Omit version module from coverage check.- Fix string formatting for flake8 formatting.- Replace travis testing with GitHub actions. Add ci testing workflow action.- Switch implementation to use Popen for Python 3.4 compatibility (bsc#1165198)- Bump version: 1.0.2 → 1.0.3- Fixed unit tests and style This clobbers several fixes into one. Sorry about it but I started on already made changes done by other people. This commit includes several pep8 style fixes mostly on the indentation level. In addition it fixes the unit tests to really cover all code and to make the exception tests really effective.- Switch to use Popen instead of run The run() fuction in the subprocess module was implemented after Python 3.4. However, we need to support Python 3.4 for SLES 12- Bump version: 1.0.1 → 1.0.2- Package LICENSE file The LICENSE file is part of the source repo but was not packaged with the rpm package- Bump version: 1.0.0 → 1.0.1- Reference entry for maintenance Tracker bug for the submission set to: bsc#1154357- Fixed binary location in service unit file rootgrow is installed via the console_scripts entrypoint of pythons setuptools. Unfortunately that entrypoint does not have an easy way to target a console script to /usr/sbin which would be the correct location. As patching the situation in setuptools will cause a huge chain of after effects for a simple thing I decided to just go with /usr/bin and provide this simple one liner patch in the systemd service file- Bump version: 0.0.2 → 1.0.0- Name package growpart-rootgrow for compat reasons Avoid any change on the image description level. This requires the package to be named like the subpackage from the growpart build before- Bump version: 0.0.1 → 0.0.2- Update spec file requirement list- Refactor entire code and device handling Split code into more readable parts. Make use of util linux findmnt, lsblk and friends and stabilize the entire code base. Also cover code with unit tests- Initial project setup Created all infrastructure, testing, virtualenv and package data files to develop rootgrow as a python project. Also adapted the existing code to be flake8 clean. Some more restructuring and especially unit testing needs to be done prior to the first package buildhci-cnode1-m0 1628777467 1.0.5-lp152.2.6.1rootgrowrootgrowrootgrow-1.0.5-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.pycresizefs.cpython-36.pycrootgrow.cpython-36.pycversion.cpython-36.pycresizefs.pyrootgrow.pyversion.pyrootgrow.servicegrowpart-rootgrowLICENSE/usr/bin//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/rootgrow-1.0.5-py3.6.egg-info//usr/lib/python3.6/site-packages/rootgrow//usr/lib/python3.6/site-packages/rootgrow/__pycache__//usr/lib/systemd/system//usr/share/doc/packages//usr/share/doc/packages/growpart-rootgrow/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16814/openSUSE_Leap_15.2_Update/e21a2346fc77fea6758e541f241ffd32-growpart-rootgrow.openSUSE_Leap_15.2_Updatedrpmxz5noarch-suse-linuxPython script, ASCII text executabledirectoryASCII textemptypython 3.6 byte-compiledRRRRRRRRRsX -[2d utf-891b90dc9e2175c78d68c5ec1a279e5f547a034d14ca2f562ca98f3df3b2ec964? 7zXZ !t/]"k%!E?k!J˚6] ;;Cև9l!ZX}/5jP L6p΀"pe̷?JaԈ].ĞI|7mCe[Jߋ1^7ģRRW0 ‚.7cX:`+=}r}3rn_ V(Qc ދzj6}K<\Ul706ֶzK G /ط!!j>xgMMwH:ԈY-w$Al P>K-vVwfB)$Co |MsYޱ뉷AM%BûK'>i71+Fl wcb^;K*b(&0ȄMvA |=cE,Ećc*w"=PW$~xnwC6Hŵ!{R"&O{Ѧn{ƦM>>5EN:wyWv:rsBFL?uqfT9t Yp42zk*:5P=-J"r+.߈9'G>G-4V!Ra6p}K@2p 1qJ\ 4W" u4(/8mb{yoXb/bS<99kfZm#Bh@eR-EaHyӨoRC~[>LܐXxg3|UtqF]wȣqex8v$B;TnǗA-{hnVk;o~KyrNb(jˬ>̧Bj..i,Y0oqrF{Q[ĚxdW; æ7IE +j_%8sK)˃$̲'M/=* 4dTOZO>[JhnjUِB{XOIl:q6&dM3yw_Ui˹mAҞ|A:12Ol<כ̀uiK̵"hPҸ3 3oƕ YZ