aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/rpm
Commit message (Expand)AuthorAge
* gbp: Fix misc spelling in user visible output and commentsOtto Kekäläinen2024-01-12
* rpm/policy: Add missing dash before version in RPM changelog headerSamuel Henrique2023-02-24
* rpm: Fix flake8Pete Moore2022-08-24
* Ignore imports without type annotations for nowGuido Günther2022-05-27
* rpm.policy: Drop non breaking spaceGuido Günther2022-03-16
* rpm.changelog: Drop non breaking spaceGuido Günther2022-03-16
* Use collections.abc.Iterable instead of collections.IterableAnthony Sottile2021-10-21
* rpm: Open tempfile in text modeJochen Sprickerhof2021-01-31
* rpm: Stop decoding stringsJochen Sprickerhof2021-01-31
* Fix flake8's W605 (invalid escape sequence)Guido Günther2018-10-15
* 8bit GuidoGuido Günther2018-02-26
* rpm.SpecFile: support %autosetupMarkus Lehtonen2017-12-16
* rpm: conditionally check for librpm flagsGuido Günther2017-11-13
* Kill six.string_typesGuido Günther2017-10-20
* Kill six.integer_typesGuido Günther2017-10-20
* Kill six.iteritemsGuido Günther2017-10-20
* pkg: clear __init__.pyGuido Günther2017-08-03
* Move compressed tarball creation to PkgGitRepositoryGuido Günther2017-08-03
* rpm.policy: iteritems is no moreGuido Günther2017-08-02
* rpm: port to python3Guido Günther2017-08-02
* Fix doc stringGuido Günther2016-12-07
* import_srpm: Drop epoch tooGuido Günther2016-12-07
* gbp/rpm: flake8 cleanGuido Günther2016-12-07
* specfile: handle %patch -FTzafrir Cohen2016-12-07
* rpm: improve error message on specfile patch parser errorsGuido Günther2016-12-07
* Fix doc stringGuido Günther2016-12-05
* rpm: allow to filter out elements from the version dictGuido Günther2016-12-05
* commands: allow to fall back to error reason if stderr is emptyGuido Günther2016-11-04
* pep8/pyflakes cleanupsGuido Günther2016-09-12
* Fix simple spelling errors in comments and stringsOtto Kekäläinen2016-07-03
* rpm.changelog: Wrap str{f,p}time callsGuido Günther2016-06-30
* rpm-ch: Make pylint happyGuido Günther2016-06-30
* Introduce gbp-rpm-chMarkus Lehtonen2016-06-30
* rpm: add gbp.rpm.changelog moduleMarkus Lehtonen2016-06-30
* Update exception syntaxGuido Günther2015-10-27
* Check for six.integer_types instead of int and longGuido Günther2015-10-24
* Use six.iteritems()Guido Günther2015-10-24
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
* Sort test resultGuido Günther2015-05-28
* Use __next__() instead of next()Guido Günther2015-05-27
* gbp.rpm: use format_str for composing tag nameMarkus Lehtonen2015-04-02
* SrcRpmFile: Add stderr to error messagesGuido Günther2015-04-01
* Fix print function usage in examples tooGuido Günther2015-03-27
* Remove unused importGuido Günther2015-02-20
* rpm: suppress stderr when unpacking src.rpmMarkus Lehtonen2015-02-18
* linkeList: turn the bug printouts to debug levelGuido Günther2014-07-28
* Introduce rpm helpersMarkus Lehtonen2014-07-24