summaryrefslogtreecommitdiffstats
path: root/opkg.py
AgeCommit message (Expand)Author
2020-03-31Opkg.py : Support for tilde in version compare0.4.3Maarten van Megen
2019-12-02opkg-utils: Switch to python3Haris Okanovic
2019-12-02opkg.py/get_file_list(): Add xz supportHaris Okanovic
2019-12-02opkg.py/get_file_list_dir(): Decode subprocess string, python3 supportHaris Okanovic
2019-10-18add SPDX license identifiersYann CARDAILLAC
2018-12-26opkg-make-index: add sha256sum supportAlejandro del Castillo
2017-10-06opkg.py/opkg-make-index: Add option to include all fieldsJeffrey Pautler
2017-10-06opkg.py: Remove reformatting of description fieldJeffrey Pautler
2017-10-03opkg.py: Fix run-time error in call to ArFileJeffrey Pautler
2017-07-10opkg.py/__init__: Compatible for ipk which outer is tar朱穆穆
2016-12-30Added support to generate index file with multiple version per packagedesmond
2016-10-07opkg-make-index: print summary on it's own line0.3.4Alejandro del Castillo
2016-06-01opkg.py/write_packages_file: call __str__ instead of __repr__Alejandro del Castillo
2016-06-01migrate to python 3Alejandro del Castillo
2014-05-06opkg.py: Allow filename to be a relative pathPaul Barker
2012-10-24opkg.py/opkg-build: fix creation of tar archivesSteffen Sledz
2012-07-19opkg.py: Add check_output defintion so it works on python 2.6Richard Purdie
2012-04-26opkg.py: get_file_list_dir: fix empty output from find if package disappersMartin Jansa
2012-04-26opkg-make-index: generate complete filelistMartin Jansa
2012-04-26opkg.py: improve test so it prints temporary control file with long descripti...Martin Jansa
2012-04-26opkg.py: use textwrap for description writingMartin Jansa
2012-04-26opkg.py: fix write_package when called from main testMartin Jansa
2012-04-26opkg.py: computeFileMD5 only when we have fn, otherwise fails to read None fileMartin Jansa
2012-04-26opkg.py: cast lines from controlfile as stringMartin Jansa
2012-04-26opkg-make-index: don't use stdout for Packages output and use __str__ instead...Martin Jansa
2012-04-26opkg.py: catch TypeError when reading control file, to show which one is failingMartin Jansa
2012-04-26opkg.py: use string funtcions directly on string variableMartin Jansa
2012-04-262to3: exception handling fixesMartin Jansa
2012-04-262to3: dictionary fixesMartin Jansa
2012-04-262to3: print fixesMartin Jansa
2012-04-262to3: use subprocess instead of commandsMartin Jansa
2012-04-26opkg.py, arfile.py: report which file has wrong format and use the same testMartin Jansa
2012-04-26opkg.py: use hashlib instead of old md5 moduleMartin Jansa
2012-04-26opkg.py: Add knowledge about License field in ipk headersKhem Raj
2008-08-12[opkg-util] adding Size support when creating PackagesTick Chen
2008-08-07[opkg-utils] Print the "Tags" field. Patch from OE and authored by John LeeHolger 'Zecke' Freyther
2008-07-28make ipk as default opk as an optionTick Chen
2008-07-28opkg-util make .opk as the default file extension Tick Chen
2008-07-18[opkg-utils] Add opkg-utils to the repository courtsey Richard Purdie of o-ha...Holger 'Zecke' Freyther