Commit Graph

256 Commits

Author SHA1 Message Date
lilydjwg
f3653c79c8 update tests (3rd time) 2017-08-30 17:53:25 +08:00
lilydjwg
fd5879a4a2 update tests again 2017-08-30 17:36:55 +08:00
lilydjwg
fcd38b0bf7 update tests 2017-08-30 17:34:05 +08:00
lilydjwg
156e281a82 nvtake: add support for '--all'
fixes #60
2017-08-30 14:27:00 +08:00
lilydjwg
dfbc91f22e ignore when version records file does not exist 2017-08-30 14:26:25 +08:00
lilydjwg
e25f0bebce update sample_source.ini 2017-08-30 14:26:03 +08:00
lilydjwg
ac6616afd6 fix get_version returning None 2017-08-13 18:49:36 +08:00
lilydjwg
f98ef68949 replace linebreaks in version strings
linebreaks in version breaks nvchecker
2017-08-13 11:54:22 +08:00
依云
0912747416 Merge pull request #58 from felixonmars/improve-error
Improve error message for non-exist nvtake targets
2017-08-05 08:38:26 +08:00
Felix Yan
39d1895b2b
Improve error message for non-exist nvtake targets
`nvtake foo` was giving the following error:

```
Traceback (most recent call last):
  File "/usr/bin/nvtake", line 11, in <module>
    load_entry_point('nvchecker==0.5', 'console_scripts', 'nvtake')()
  File "/usr/lib/python3.6/site-packages/nvchecker/tools.py", line 34, in take
    oldvers[name] = newvers[name]
KeyError: 'foo'
```

This is unclear and too verbose. With the change it is now:

```
[C 08-05 02:51:46.767 tools:38] foo doesn't exist in 'newver' set.
```
2017-08-05 02:51:14 +08:00
lilydjwg
933df7da4c update README for anitya, change version to dev
closes #57
2017-07-25 15:36:40 +08:00
lilydjwg
2d2f7149aa add Anitya support 2017-07-25 15:27:49 +08:00
lilydjwg
c3503c34ac bump version 2017-07-11 14:08:01 +08:00
依云
0115089279 Merge pull request #56 from felixonmars/fix-typo
Fix a typo: seperated -> separated
2017-07-10 16:18:38 +08:00
Felix Yan
0202eaa404
Fix a typo: seperated -> separated 2017-07-10 15:49:36 +08:00
lilydjwg
b46cea9dda fix pkg_resources dep checking 2017-07-09 08:48:52 +08:00
lilydjwg
189847ffdc Revert "make AUR tests more flaky"
This reverts commit 61df628bd8.

It doesn't help :-(
2017-07-08 16:15:17 +08:00
lilydjwg
61df628bd8 make AUR tests more flaky 2017-07-08 16:11:16 +08:00
lilydjwg
c81a826c57 github wants the User-Agent header properly set 2017-07-08 16:06:33 +08:00
lilydjwg
1bb14397ed no need to return name now; we track this on the futures 2017-07-08 15:59:54 +08:00
lilydjwg
774c36f4fe fix bitbucket source 2017-07-08 15:52:30 +08:00
lilydjwg
f0f841db71 fix test_proxy skipping logic 2017-07-08 15:48:43 +08:00
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