summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add method to pretty print checker nameHEADmasterElan Ruusamäe2021-02-251-1/+3
* Move distro constant, specific to anitya checkerElan Ruusamäe2021-02-241-5/+6
* Check for stable versions, override with --pre-releaseElan Ruusamäe2021-02-241-4/+14
* Merge branch 'use-classes'Elan Ruusamäe2021-02-241-57/+75
|\
| * Reuse existing checker in the loopElan Ruusamäe2021-02-241-12/+12
| * Move name mismatch check to RPMSpec classElan Ruusamäe2021-02-241-6/+8
| * Refactor moving Anitya checker into standalone classElan Ruusamäe2021-02-241-49/+57
| * Rename getSpecHeader -> get_spec_header to match Py coding styleElan Ruusamäe2021-02-241-3/+3
| * Apply PEP-8 formattingElan Ruusamäe2021-02-241-4/+13
| * Cleanup unused import "sys"Elan Ruusamäe2021-02-241-1/+0
|/
* - port to puyhon3 / rpm.org rpm, rel 4.9auto/th/pldnotify-4.9-1Jan Rękorajski2021-02-222-61/+63
* Update copyright yearsrpm5Elan Ruusamäe2021-01-281-1/+1
* Use jq to parse jsonElan Ruusamäe2021-01-281-2/+7
* Update invocation usageElan Ruusamäe2021-01-281-1/+1
* 2 was treated as part of url. Fix that.Arkadiusz Miśkiewicz2021-01-271-1/+1
* Use github rss for detecting new versions.Arkadiusz Miśkiewicz2018-11-121-1/+46
* Or just redirect error as getline reading is problematic with quotation.Arkadiusz Miśkiewicz2018-11-121-11/+2
* Handle multiline replies.Arkadiusz Miśkiewicz2018-11-121-3/+6
* Silence curl errors for release-monitoring.org.Arkadiusz Miśkiewicz2018-11-121-2/+8
* Change ftp://ftp.debian to http://ftp.debian as ftp is turned off for some time.Arkadiusz Miśkiewicz2018-07-111-0/+3
* Handle files.pythonhosted.org urls.Arkadiusz Miśkiewicz2017-11-281-0/+6
* Handle urls like in python-fasterners.spec. rt#brakArkadiusz Miśkiewicz2017-11-011-1/+6
* Fallback to old source parsing method if other methods didn't find new versio...Arkadiusz Miśkiewicz2017-10-281-3/+1
* install .py version as wellauto/th/pldnotify-4.8-2Elan Ruusamäe2016-10-021-5/+10
* requires python-requestsElan Ruusamäe2016-10-021-0/+1
* awk: update yearElan Ruusamäe2016-10-021-2/+2
* anitya: improve display showing matchesElan Ruusamäe2016-10-021-3/+5
* Mangle links like https://github.com/tmux/tmux/releases/download/... to https...Arkadiusz Miśkiewicz2016-05-071-0/+4
* anitya: print alternatives if mapping not foundElan Ruusamäe2015-12-151-1/+25
* do not skip name and version macrosElan Ruusamäe2015-12-141-2/+2
* handle macro retrieve errorElan Ruusamäe2015-12-141-2/+5
* check multiple spec files specified via commandlineElan Ruusamäe2015-12-121-10/+23
* Merge branch 'py'Elan Ruusamäe2015-12-122-0/+129
|\
| * fix name check if specfile is abspathElan Ruusamäe2015-12-111-1/+3
| * add support for checking multiple checkersElan Ruusamäe2015-12-091-23/+43
| * requires python-rpmElan Ruusamäe2015-11-041-0/+1
| * move checker to a classElan Ruusamäe2015-11-031-11/+22
| * add version comparisionElan Ruusamäe2015-11-031-0/+17
| * check version from anityaElan Ruusamäe2015-11-031-0/+17
| * add specparser to parse out macrosElan Ruusamäe2015-11-031-6/+38
| * skeleton for python version of pldnotifyElan Ruusamäe2015-11-031-0/+29
* | fix rmo check if sourceurl contains garbage (like rpm macros)Elan Ruusamäe2015-11-101-1/+1
|/
* rmo: strip v-prefixElan Ruusamäe2015-11-031-0/+3
* cleanup hudson update checkElan Ruusamäe2015-11-021-9/+0
* update deps from pldnotify.awk commentsElan Ruusamäe2015-11-021-0/+8
* version 4.8; separated from rpm-build-tools repoauto/th/pldnotify-4.8-1Elan Ruusamäe2015-11-022-1/+35
* Use 45s timeout (the same as already used for wget).Arkadiusz Miśkiewicz2015-11-021-2/+2
* rmo_check: handle missing packagesElan Ruusamäe2015-11-011-2/+2
* pldnotify: first check releases from release-monitoring.orgElan Ruusamäe2015-11-011-0/+14
* Use both, perl and non perl method when extracting links.Arkadiusz Miśkiewicz2015-05-221-3/+0