Commit graph

139 commits

Author SHA1 Message Date
lilydjwg
8cc902909e update doc for AUR use_last_modified config 2018-09-30 19:51:55 +08:00
Chih-Hsuan Yen
1d16726c90
Add missing_ok, which suppresses no-result warnings 2018-09-21 12:17:21 +08:00
lilydjwg
0c459c1c03 Update README.rst about installation and running 2018-08-01 16:10:04 +08:00
lilydjwg
b3897a1235 update README on JSON logging 2018-05-09 14:34:32 +08:00
lilydjwg
3d69ad4ad6 update README for keyfile 2018-05-06 00:01:27 +08:00
lilydjwg
1be2f5fe80 github: add docs about new include_tags_pattern option 2018-05-04 11:01:23 +08:00
lilydjwg
a5510113aa update README and setup.py 2018-04-11 16:45:19 +08:00
Felix Yan
e1ca67442f
Fix a typo in README 2018-01-15 00:47:16 +08:00
lilydjwg
e3d7a6c29a v1.0, yay! 2017-12-08 15:32:21 +08:00
Yen Chi Hsuan
5df11f7b1a Improve android_sdk version extractor
* Add README
* Update author info
* Cache repo manifests
2017-11-05 01:29:12 +08:00
Yen Chi Hsuan
05b604530c Refine docs of substitution options and add a test for option priority 2017-10-12 22:48:06 +08:00
Yen Chi Hsuan
78fef9d34d Fix README 2017-10-11 01:58:21 +08:00
Yen Chi Hsuan
b834f9a81c Add a link for the new section 2017-10-11 01:57:35 +08:00
Yen Chi Hsuan
ffa6eb7b8f Add documents and tests for substitution commands 2017-10-11 01:50:44 +08:00
lilydjwg
933df7da4c update README for anitya, change version to dev
closes #57
2017-07-25 15:36:40 +08:00
Felix Yan
0202eaa404
Fix a typo: seperated -> separated 2017-07-10 15:49:36 +08:00
lilydjwg
dfefcd4db9 max_concurrent setting 2017-07-08 15:05:17 +08:00
lilydjwg
fdcd84ea2a update dependencies in README 2017-07-08 14:58:46 +08:00
lilydjwg
f6e836c16a use HTTPS for links 2017-07-06 16:21:05 +08:00
lilydjwg
ad583dd59a remove Google Code sources 2017-07-06 16:21:05 +08:00
Felix Yan
9085dceeb3 Add ubuntupkg source 2017-07-06 13:27:44 +08:00
Felix Yan
1448d9edcd
Add global proxy setting to README 2017-07-06 12:49:36 +08:00
Felix Yan
84df2716b5 AsyncIO rewrite 2017-07-06 12:24:45 +08:00
lilydjwg
c423bdee0a update Contents 2017-07-04 10:47:56 +08:00
Felix Yan
2b5f2d190d
Add Debian package source 2017-07-04 01:14:55 +08:00
Gabriel Kihlman
aa10e20dcc Update documentation with newly added proxy settings for github and cpan 2017-02-09 13:48:38 +01:00
lilydjwg
bd61be6981 compare oldver and newver using == instead of version comparison
closes #45 and archlinuxcn/repo#351
2017-02-06 15:54:21 +08:00
lilydjwg
aa418aba20 remove support for GitCafe, which has died
closes #42
2016-09-01 20:40:51 +08:00
Jiachen Yang
b9f5a1e476 add pyalpm.vercmp as an alternative to parse_version
`pkg_resources.parse_version` has different results from
`pyalpm.vercmp`. This allows to use `pyalpm.vercmp` as the sorting key.

This closes #40.
2016-04-24 16:05:52 +08:00
Felix Yan
aaf375f0bd Add use_max_tag and ignored_tags support to vcs source (git only) 2015-12-29 12:15:19 +08:00
lilydjwg
7e5d4aa83a fix rst syntax 2015-12-23 22:00:07 +08:00
lilydjwg
70832eb6c8 README: update phrasing 2015-12-23 21:59:53 +08:00
Felix Yan
e723053c41 Add ignored_tags support
Ignore certain tags while sorting. This option must be used together with
use_max_tag. This can be useful to avoid some known badly versioned tags,
so the newer tags won't be "overriden" by the old broken ones.
2015-12-23 21:50:38 +08:00
Felix Yan
f02e6e2c31 Add support for Packagist (Composer) 2015-12-03 11:25:10 +08:00
lilydjwg
3fd661ef74 fix links for README 2015-11-29 22:39:46 +08:00
lilydjwg
b6df5d6f2d add "Contents" to README 2015-11-29 22:30:33 +08:00
lilydjwg
d22ca1dde0 README: use svg image for PyPI 2015-11-11 14:31:25 +08:00
lilydjwg
af14b39833 update for releasing to PyPI 2015-11-11 14:21:58 +08:00
Felix Yan
6c661bb2e0 Fix a small typo in README 2015-11-07 21:38:35 +08:00
lilydjwg
4d46b494f4 fix typo 2015-11-05 22:55:48 +08:00
lilydjwg
8b34569e01 update for GitLab support 2015-11-05 22:53:22 +08:00
Felix Yan
19d78411a5 Add GitLab support 2015-11-05 22:47:35 +08:00
依云
ed39e35c4a Merge pull request #29 from felixonmars/bitbucket-tags
Add use_max_tag support for bitbucket source
2015-11-05 22:31:40 +08:00
Felix Yan
07d75c4c5d Add use_max_tag support for GitHub source 2015-11-05 12:18:50 +08:00
Felix Yan
d28d869add Add use_max_tag support for bitbucket source 2015-11-05 12:18:15 +08:00
lilydjwg
d2049aa3ce update README 2015-11-04 20:13:32 +08:00
lilydjwg
512399cef5 add support for GitHub releases
Original author is isamazingfate, in this pull request:
https://github.com/lilydjwg/nvchecker/pull/15

This closes #15.
2015-11-04 20:10:13 +08:00
lilydjwg
15b800d5a8 more fix for README.rst 2015-11-04 19:43:10 +08:00
lilydjwg
7852ea4d7e fix README.rst 2015-11-04 19:36:28 +08:00
Felix Yan
5fc778c6e5 Add testcases 2015-11-04 19:18:03 +08:00