Commit Graph

551 Commits

Author SHA1 Message Date
lilydjwg
95150fa8e9 port github source and tests (the last one!)
`include_tags_pattern` and `ignored_tags` removed, see #99
2020-08-20 15:18:28 +08:00
lilydjwg
61a67a4a5b port more tests 2020-08-18 16:45:20 +08:00
lilydjwg
7de923c1e1 remove ignored_tags from vcs and bitbucket sources
See #99.
2020-08-18 16:35:26 +08:00
lilydjwg
2f4629fb22 port gitlab source
also remove `ignored_tags` as per #99
2020-08-18 16:32:47 +08:00
lilydjwg
71015be582 port the gitea source 2020-08-18 16:22:14 +08:00
lilydjwg
c0d836ba65 github actions: try run directly on ubuntu to speed up and get latest Python packages via pip 2020-08-17 22:09:54 +08:00
lilydjwg
870fb99182 port more sources 2020-08-17 22:04:44 +08:00
lilydjwg
6737400a4c update NEW 2020-08-17 17:01:41 +08:00
lilydjwg
34f7de18c0 try run mypy with github actions 2020-08-17 16:56:54 +08:00
lilydjwg
894706819a update mypy.ini 2020-08-17 16:56:54 +08:00
lilydjwg
0f9099aae5 port more tests 2020-08-17 16:31:59 +08:00
lilydjwg
4887ec66d9 port more tests 2020-08-17 16:21:02 +08:00
lilydjwg
616cf2bc20 fix a typo causing proxy not used 2020-08-17 16:20:34 +08:00
lilydjwg
10f6b1561e start porting tests to new version 2020-08-17 15:11:14 +08:00
lilydjwg
1f7552bbf7 support setting keyfile on command line 2020-08-17 14:32:39 +08:00
lilydjwg
8520a62271 update httpclient implementations 2020-08-15 17:02:19 +08:00
lilydjwg
5e209cc9ad update typing 2020-08-14 21:23:31 +08:00
lilydjwg
19553c3564 create an api for modules 2020-08-14 20:04:05 +08:00
lilydjwg
72d1d27f89 port more sources, add cache.get_json 2020-08-14 18:25:48 +08:00
lilydjwg
961c1315ef better and simpler caching mechanism 2020-08-13 20:42:24 +08:00
lilydjwg
b76bfb5606 fixes 2020-08-13 20:03:07 +08:00
lilydjwg
435edf8589 support simpler source with only one get_version funcion
also caching is working now
2020-08-13 20:03:04 +08:00
lilydjwg
0232d0fb4f aur: optimize requests 2020-08-13 20:03:00 +08:00
lilydjwg
14b3863f11 version 2: MVP 2020-08-11 17:43:03 +08:00
lilydjwg
fbdde9bf58 Merge remote-tracking branch 'origin/pr/131' into master 2020-08-04 16:42:31 +08:00
techknowlogick
2b3e88be13
update readme 2020-08-03 12:15:42 -04:00
techknowlogick
4022a375d5
Update readme 2020-08-03 12:14:57 -04:00
Matti R
a35a35a784
Support Gitea as source 2020-08-02 21:33:29 -04:00
lilydjwg
d120f61b11 aur: minor cleanup 2020-08-01 13:28:57 +08:00
lilydjwg
273764c2a4 bump version to dev 2020-07-29 15:49:44 +08:00
lilydjwg
145af9f0e5 aiohttp: enable proxy environment handling 2020-07-29 15:49:06 +08:00
lilydjwg
f367d04287 travis: still need libgnutls28-dev 2020-07-25 15:21:07 +08:00
lilydjwg
ddc21adad5 travis: try ubuntu 18.04 again
because pypy3 + httpx is not happy with a ssl library lacking ALPN support
https://travis-ci.org/github/lilydjwg/nvchecker/jobs/711675911
2020-07-25 15:21:07 +08:00
lilydjwg
44687da8a6 update tests 2020-07-25 15:21:07 +08:00
lilydjwg
6101dde1e5 github: fix keyman may not be present 2020-07-25 15:21:07 +08:00
lilydjwg
fa42c573b6 release version 1.7 2020-07-02 20:57:29 +08:00
lilydjwg
1bcd02aad2 tests: session-scoped ioloop is needed for aiohttp support 2020-07-02 16:10:39 +08:00
lilydjwg
cbd7e13867 tornado: construct AsyncHTTPClient each time so that it uses the right ioloop
This is a better fix for #129.
2020-07-02 15:07:19 +08:00
lilydjwg
2fc1ec3355 remove code deprecated in tornado 5
Tornado<5 has already been dropped.
2020-07-02 00:47:59 +08:00
lilydjwg
36c995eef6 tests: set event_loop fixture to be session scoped
fixes https://github.com/lilydjwg/nvchecker/issues/129.
2020-07-02 00:45:55 +08:00
lilydjwg
e176078226 all nightly tests are allowed to fail 2020-06-14 14:05:11 +08:00
lilydjwg
7a2d3d226b GitHub: add use_latest_tag 2020-06-14 13:55:51 +08:00
lilydjwg
ac3e2beef9 bump to new dev version 2020-05-05 20:40:43 +08:00
依云
3dfbca494c
Merge pull request #127 from guizai/add-sparkle-source
Fix duplicated version and shortVersionString in sparkle
2020-05-05 17:29:40 +08:00
Guizai
e7634a625c fix: duplicated version and shortVersionString in sparkle 2020-05-05 16:37:02 +08:00
依云
4109091955
Merge pull request #126 from guizai/add-sparkle-source
Add sparkle source
2020-05-05 13:41:17 +08:00
Guizai
f0869aa1c1 feat: Add sparkle to sample source 2020-05-05 12:23:50 +08:00
Guizai
dd15f68033 feat: Add sparkle source 2020-05-05 12:20:36 +08:00
lilydjwg
bc2fcd148d fix: released wrong files to PyPI 2020-04-13 12:44:13 +08:00
lilydjwg
4fc62d3588 tests: update test_archpkg 2020-04-08 18:17:32 +08:00