Commit Graph

326 Commits

Author SHA1 Message Date
lilydjwg
ad583dd59a remove Google Code sources 2017-07-06 16:21:05 +08:00
依云
a82c18c376 Merge pull request #55 from felixonmars/ubuntupkg
Add ubuntupkg source
2017-07-06 15:47:42 +08:00
Felix Yan
028cf52b2d
Mark ubuntupkg tests as flaky 2017-07-06 13:31:24 +08:00
Felix Yan
9085dceeb3 Add ubuntupkg source 2017-07-06 13:27:44 +08:00
依云
c10e88206b Merge pull request #54 from felixonmars/asyncio
Add global proxy setting to README
2017-07-06 12:51:54 +08:00
Felix Yan
1448d9edcd
Add global proxy setting to README 2017-07-06 12:49:36 +08:00
lilydjwg
3489e4e2d1 call fsync on saving 2017-07-06 12:44:27 +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
lilydjwg
92aedb3680 bump version to dev 2017-07-04 10:46:39 +08:00
lilydjwg
ca2dbd5949 Merge branch 'master' of github.com:lilydjwg/nvchecker 2017-07-04 10:45:55 +08:00
依云
02fbb63657 Merge pull request #52 from felixonmars/pytest
Use new pytest-runner command
2017-07-04 10:37:23 +08:00
依云
08975b3302 Merge pull request #51 from felixonmars/debianpkg
Add Debian package source
2017-07-04 10:36:58 +08:00
Felix Yan
967a4c2f7f
Use new pytest-runner command
`ptr` is considered deprecated and will be removed in a future version.
2017-07-04 01:18:42 +08:00
Felix Yan
2b5f2d190d
Add Debian package source 2017-07-04 01:14:55 +08:00
依云
780f75eaf7 Merge pull request #50 from felixonmars/patch-1
Update archpkg and pacman test cases to match new package version
2017-06-27 10:23:18 +08:00
Felix Yan
af982c19dd
Update archpkg and pacman test cases to match new package version 2017-06-27 01:32:48 +08:00
lilydjwg
e0765d6ce6 bump version 2017-06-26 22:52:28 +08:00
lilydjwg
018a2957ad update tokens for travis 2017-03-24 22:18:35 +08:00
依云
fcd2ff29e4 Merge pull request #47 from felixonmars/metacpan-update
CPAN: Use metacpan fastapi
2017-03-24 20:41:25 +08:00
Felix Yan
02809b703f
CPAN: Use metacpan fastapi
All docs in metacpan.org currently point to this new API endpoint. The
old API endpoint returns wrong data for e.g. TermReadKey (latest 2.37 vs
API 2.14), and the new API endpoint doesn't have this issue.
2017-03-24 16:50:56 +08:00
lilydjwg
8e2be647e0 add license declaration to each file 2017-02-28 15:27:24 +08:00
依云
1998238594 Merge pull request #46 from romab/more_proxy
Use proxy settings if set for github and cpan repos
2017-02-09 21:32:01 +08:00
Gabriel Kihlman
aa10e20dcc Update documentation with newly added proxy settings for github and cpan 2017-02-09 13:48:38 +01:00
Gabriel Kihlman
224e9f4b08 Use proxy settings if set for github and cpan repos 2017-02-09 11:31:05 +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
63a0161acf can't test against PyPy3 2017-02-04 16:38:58 +08:00
lilydjwg
d62d49a1d5 add MIT LICENSE 2017-02-04 16:36:48 +08:00
lilydjwg
22e1ca9ed1 travis: use more Python versions 2017-02-04 16:33:27 +08:00
lilydjwg
82ca0cff9c skip archpkg test on Travis-CI 2017-02-04 16:29:59 +08:00
lilydjwg
5c54947b42 bump version 2017-01-25 15:47:45 +08:00
lilydjwg
aa418aba20 remove support for GitCafe, which has died
closes #42
2016-09-01 20:40:51 +08:00
依云
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