Commit Graph

731 Commits

Author SHA1 Message Date
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
lilydjwg
430ce48e6f release version 1.6 2020-04-08 17:25:59 +08:00
lilydjwg
eba37c47a4 tests: update gitlab token 2020-04-02 21:28:37 +08:00
lilydjwg
89fe2988cc pypi: fix sorting with use_pre_release=True 2020-04-02 20:12:33 +08:00
lilydjwg
de6fc3b5ba update .travis.yml to match latest syntax 2020-02-29 00:57:24 +08:00
lilydjwg
249e6b8f9b fix wrong version 2020-02-29 00:38:00 +08:00
lilydjwg
09f65b2dc3 add a test for cmd with % 2020-02-28 16:02:16 +08:00
lilydjwg
04101c11e0 bump version to dev 2020-02-28 15:55:18 +08:00
lilydjwg
31f618e586 no interpolation should be done for the ini file 2020-02-28 15:53:56 +08:00
lilydjwg
374ef20ad5 tornado<5 is no longer supported
because it doesn't support Python 3.9
2020-02-18 16:16:44 +08:00
依云
47c434ae3e
Merge pull request #125 from kyrias/vcs-list-options
vcs: Add support for list options when using use_max_tag
2020-02-18 16:11:40 +08:00
Johannes Löthberg
add890fbea vcs: Add support for list options when using use_max_tag
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2020-02-18 03:06:57 +01:00
lilydjwg
fe2ff0aa74 make it clearer that github releases are not those tags
closes #123.
2019-12-09 12:52:05 +08:00
依云
9c9e7f89d9
Merge pull request #122 from yan12125/fix-debian-ubuntu-tests
Fix Debian & Ubuntu tests
2019-12-07 14:24:30 +08:00
Chih-Hsuan Yen
d9daa17a50
Fix Debian & Ubuntu tests 2019-12-07 11:23:44 +08:00
依云
912e3cb758
Merge pull request #121 from yan12125/fix-gitlab-tests
Fix gitlab tests
2019-11-29 23:20:14 +08:00
Chih-Hsuan Yen
b6d26e68fb
Fix gitlab tests
The repo https://gitlab.com/gitlab-org/gitlab-test gets a new tag
v1.1.1, which is for testing a new GitLab feature [1][2].

[1] https://gitlab.com/gitlab-org/gitlab/merge_requests/17773
[2] https://gitlab.com/gitlab-org/gitlab-test/merge_requests/40
2019-11-29 22:42:08 +08:00
依云
a9639eee98
Merge pull request #120 from yan12125/pacman-fixes-and-updates
Pacman fixes and updates
2019-11-20 00:12:15 +08:00
Chih-Hsuan Yen
7055ad555e
Update for upcoming ipw2100-fw 1.3-10
It's rebuilt during the last [core] mass rebuilds [1].

[1] https://lists.archlinux.org/pipermail/arch-dev-public/2019-November/029721.html
2019-11-18 16:58:44 +08:00
Chih-Hsuan Yen
3546821471
pacman: fix two issues
* Correct cache key
* Return only one version when a package is available in two or more
  repos (e.g., stable and testing)
2019-11-18 16:56:53 +08:00
依云
1cb902d691
Merge pull request #118 from marsam/master
tests: add needs_net marker to ubuntupkg tests
2019-11-05 13:57:47 +08:00