Commit Graph

194 Commits

Author SHA1 Message Date
依云
375fb4f14f add support for crates.io 2016-07-22 14:24:07 +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
lilydjwg
8850babe71 add README for the lib directory 2016-04-04 18:39:31 +08:00
依云
9df0bb5433 [github] strip the final 'Z' of the date and update the test 2016-03-14 15:20:04 +08:00
依云
3c97b5c693 [github] uniform indentation 2016-03-14 15:13:31 +08:00
依云
89acf137a0 [github] more accurate version string 2016-03-14 15:12:41 +08:00
lilydjwg
65ed4ada17 bump version 2016-02-29 17:55:28 +08:00
lilydjwg
316dcd18be [aur]: update to AUR API version 5 2016-02-29 17:53:51 +08:00
lilydjwg
7209189753 Merge pull request #38 from felixonmars/git-tag
Remove unnecessary chdir, and avoid the need to create the dir when there is no need to parse PKGBUILD
2016-01-01 12:02:12 +08:00
Felix Yan
c90e8fc07b Remove unnecessary chdir, and avoid the need to create the dir when
there is no need to parse PKGBUILD
2015-12-31 20:28:47 +08:00
lilydjwg
f7e8f3be7b Merge pull request #37 from felixonmars/git-tag
Add use_max_tag and ignored_tags support to vcs source (git only)
2015-12-31 12:01:48 +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
e3aae23225 [tests] bye, slow GitCafe! 2015-12-24 21:36:09 +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
4b375866b6 Forcefully upgrade pytest on Travis 2015-12-23 21:50:42 +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
lilydjwg
b34861f9cd Merge pull request #35 from felixonmars/master
Add support for Packagist (Composer)
2015-12-03 11:39:36 +08:00
Felix Yan
f02e6e2c31 Add support for Packagist (Composer) 2015-12-03 11:25:10 +08:00
lilydjwg
ac7ed64118 tests: gitlab-test has updated, let's check loosely 2015-11-29 22:48:51 +08:00
lilydjwg
3fd661ef74 fix links for README 2015-11-29 22:39:46 +08:00
lilydjwg
83c99f1edf minor update for scripts/gen_contents 2015-11-29 22:37:30 +08:00
lilydjwg
a977a508d2 add scripts/gen_contents 2015-11-29 22:31:29 +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
fbbc7cb1e4 bump version for PyPI
also adjust test_gitcafe retry times
2015-11-11 14:28:25 +08:00
lilydjwg
af14b39833 update for releasing to PyPI 2015-11-11 14:21:58 +08:00
lilydjwg
986773c814 bump version to 0.4 2015-11-11 14:21:17 +08:00
lilydjwg
2e6749021f Merge pull request #34 from felixonmars/master
Don't install tests directory
2015-11-08 01:21:57 +08:00
Felix Yan
8cfcb5897a Don't install tests directory 2015-11-08 00:50:52 +08:00
lilydjwg
9df22e807e Merge pull request #33 from felixonmars/master
Fix a small typo in README
2015-11-07 22:01:37 +08:00
Felix Yan
6c661bb2e0 Fix a small typo in README 2015-11-07 21:38:35 +08:00
依云
697ba410d5 Merge pull request #32 from felixonmars/flaky
Make test_gitcafe flaky
2015-11-05 23:46:49 +08:00
Felix Yan
a9fb82b03c Actually pytest-runner need not to be in tests_require 2015-11-05 23:33:13 +08:00
Felix Yan
b8987edaff Skip github tests if NVCHECKER_GITHUB_TOKEN not present 2015-11-05 23:23:21 +08:00
Felix Yan
03765db683 Make test_gitcafe flaky 2015-11-05 23:16:30 +08:00
lilydjwg
694d8d6bea travis: still fixing env... 2015-11-05 23:09:31 +08:00
lilydjwg
e6ece60c7d travis: fix env setting 2015-11-05 23:02:25 +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
依云
29b0fe7e2d Merge pull request #31 from felixonmars/tests
Add more tests
2015-11-05 22:02:19 +08:00
Felix Yan
ce9819f49d Add testcases for VCS source 2015-11-05 20:59:07 +08:00
Felix Yan
5bde44a3c2 Add testcases for pacman 2015-11-05 20:47:46 +08:00
Felix Yan
7065df1b32 Add a testcase for GitCafe 2015-11-05 20:41:53 +08:00
lilydjwg
132bbdc559 travis: add NVCHECKER_GITHUB_TOKEN env 2015-11-05 19:45:19 +08:00
lilydjwg
1d48d813e3 Merge remote-tracking branch 'origin/pr/27' 2015-11-05 19:43:39 +08:00
lilydjwg
52c09f1e4a archpkg: be a little nicer :-) 2015-11-05 19:33:09 +08:00
Felix Yan
07d75c4c5d Add use_max_tag support for GitHub source 2015-11-05 12:18:50 +08:00