lilydjwg
19be32164f
fix that aiohttp uses 'read()' on response, but tornado doesn't
2017-07-08 15:48:03 +08:00
lilydjwg
3226a76cfe
fix __config__ without oldver and newver
2017-07-08 15:18:34 +08:00
lilydjwg
dfefcd4db9
max_concurrent setting
2017-07-08 15:05:17 +08:00
lilydjwg
7c534aec18
fix tests
2017-07-08 14:59:14 +08:00
lilydjwg
fdcd84ea2a
update dependencies in README
2017-07-08 14:58:46 +08:00
lilydjwg
85cad99662
tests for both tornado and aiohttp
2017-07-08 14:55:34 +08:00
lilydjwg
139afdaa59
support both tornado and aiohttp
...
also fix throttling with aiohttp
2017-07-08 14:42:18 +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
依云
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