依云
750999f397
Merge pull request #201 from yuyichao/post
...
Support HTTP POST request in the htmlparser and regex source
2021-09-07 13:13:19 +08:00
Yichao Yu
c43d4e900f
Support HTTP POST request in the htmlparser and regex source
...
Example:
source = "regex"
regex = "spcm_linux_libs_v[0-9a-zA-Z]*"
url = "https://spectrum-instrumentation.com/spcm_downloads_downloads_ajax "
post_data = "series%5B%5D=273&families%5B%5D=475"
2021-09-07 00:40:23 -04:00
Yichao Yu
c65a5343ed
httpclient: Support arbitrary request body
...
The body will be supplied as a string. This is the only method I can find
that is supported by all the backends as well as the config file.
Make sure all the backends have the same default content types.
2021-09-05 16:23:26 -04:00
依云
4d6e87a975
Merge pull request #200 from yan12125/fix-regex
...
regex: make sure regex fails if nothing is found
2021-08-31 20:18:52 +08:00
Chih-Hsuan Yen
9acae25c0f
regex: make sure regex fails if nothing is found
...
This is a regression since 2019 [1].
Before that commit, max() raises ValuError if re.findall returns an
empty list. After that commit, regex fails silently if nothing is found.
[1] 7897317294 (diff-fd40f1295f9ddece86df8d2c385ddb02bd4e2a10cd20bd9a95306d3d35a9b601)
2021-08-31 20:07:06 +08:00
依云
f443fa8e96
Merge pull request #199 from yan12125/update-tests
...
Update tests
2021-08-22 23:20:31 +08:00
Chih-Hsuan Yen
b8afc43430
Update tests
...
* Use a seemingly never updated container for testing container
registries other than docker.io
* Update versions for openvsx and vsmarketplace
2021-08-22 22:43:33 +08:00
依云
20183a83e5
Merge pull request #198 from yan12125/relax-test-anitya
...
anitya: relax the test - shutter is updated often these days
2021-08-07 15:13:18 +08:00
Chih-Hsuan Yen
44b9f1856f
anitya: relax the test - shutter is updated often these days
2021-08-07 14:37:18 +08:00
lilydjwg
02515fc82d
cleanup dependencies and update setup.py
...
closes #197
2021-07-29 13:13:00 +08:00
lilydjwg
b70de0a628
version 2.4
2021-07-28 19:13:08 +08:00
lilydjwg
4643652eaf
update keyfile.toml.enc
...
[skip ci]
2021-07-27 16:06:39 +08:00
lilydjwg
ad24b841cf
github actions: run apt update
2021-07-25 19:49:00 +08:00
lilydjwg
494c4ddf67
alpm: make repo
option optional
2021-07-25 19:38:26 +08:00
lilydjwg
11aea624e6
update docs about parse_version
...
[skip ci]
2021-07-18 21:20:20 +08:00
lilydjwg
ddd99bd59f
tweaks for mypy
2021-07-18 17:24:03 +08:00
lilydjwg
9a42ed9503
alpm: make sure we get the repo config
2021-07-18 17:14:18 +08:00
lilydjwg
606b3f65fb
vendor packaging.version for our own use
...
because LegacyVersion is deprecated.
closes #180 .
2021-07-18 17:12:06 +08:00
lilydjwg
151b03801f
update tests
2021-07-14 22:45:13 +08:00
Th3Whit3Wolf
25d7a7498d
Add Visual Studio Code Marketplace
2021-07-14 22:45:13 +08:00
Th3Whit3Wolf
ad2dc19415
Add OpenVSX source
2021-07-14 13:05:45 +01:00
lilydjwg
46d724b465
update sparkle
2021-07-01 19:47:47 +08:00
lilydjwg
f8dd1a4212
docs: add an inline sample config
...
also fix the code block display
2021-07-01 19:38:17 +08:00
依云
0f44759b35
Merge pull request #193 from murlakatamenka/improve-docs
...
Docs: add sample keyfile.toml
2021-07-01 19:27:23 +08:00
Sergey A
822eb76a1c
Docs: add sample keyfile.toml
2021-07-01 10:46:14 +03:00
lilydjwg
92e422c726
add doc for the cratesio source
...
closes #192
[skip ci]
2021-07-01 15:04:56 +08:00
lilydjwg
6fd3ba95ba
apt: handle multiple verions correctly
...
closes #191
2021-06-25 15:22:40 +08:00
lilydjwg
4c4b770c27
docs: clarify behavior when from_pattern
is not matched
...
[skip ci]
2021-06-24 11:18:35 +08:00
lilydjwg
ffaca8c949
option to not verify HTTPS certificate
...
fixes #190 .
2021-06-23 16:08:47 +08:00
lilydjwg
3eee6480ab
docs: remove trailling space
...
[skip ci]
2021-06-11 16:19:49 +08:00
Maud LAURENT
9deb55806d
Add optional token for regex and httpheader. Add htmlparser source ( #182 )
...
add an httptoken option; add htmlparser with xpath source
Co-authored-by: Maud LAURENT <maud.laurent@eurecia.com>
Co-authored-by: lilydjwg <lilydjwg@gmail.com>
2021-06-11 16:18:39 +08:00
lilydjwg
4033c0b9ba
fix a typo in the docs
...
[skip ci]
2021-06-08 15:11:20 +08:00
lilydjwg
3c2abb01f0
update docs for combiner
...
[skip ci]
2021-06-08 15:07:44 +08:00
lilydjwg
ae506ba9cf
add a combiner source and the underlying mechanism to wait for other entries' results
2021-06-08 14:55:57 +08:00
lilydjwg
d83d8d5367
aur: avoid the asyncio.wait warning
2021-06-06 12:26:53 +08:00
lilydjwg
943847da74
container: fix test
2021-06-06 12:26:44 +08:00
lilydjwg
68fcfe3924
container: add pagination
...
fixes #189
2021-06-06 12:13:07 +08:00
依云
6f7633a93c
Merge pull request #188 from yan12125/fix-test-pacman
...
Fix test_pacman in some scenarios
2021-06-03 12:38:14 +08:00
Chih-Hsuan Yen
1064f3d948
Update test_anitya.py
...
Shutter is now actively developed :)
2021-06-03 12:33:07 +08:00
Chih-Hsuan Yen
61bc0c5562
Fix test_pacman in some scenarios
...
For example, on reproducible.archlinux.org, apparently pacman databases
are not synced before building synced before building packages, and thus
packages cannot be found. From https://reproducible.archlinux.org/api/v0/builds/110565/log ,
=================================== FAILURES ===================================
_________________________________ test_pacman __________________________________
get_version = <function get_version.<locals>.__call__ at 0x7f2fa5ed1310>
async def test_pacman(get_version):
> assert await get_version("ipw2100-fw", {
"source": "pacman",
}) == "1.3-10"
tests/test_pacman.py:11:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/conftest.py:46: in __call__
newvers = await run(entries)
tests/conftest.py:40: in run
return await main.run(result_coro, runner_coro)
nvchecker/__main__.py:92: in run
return await result_fu
nvchecker/core.py:361: in process_result
r1 = _process_result(r)
nvchecker/core.py:322: in _process_result
logger.error(version.msg, **kw)
/usr/lib/python3.9/site-packages/structlog/_log_levels.py:118: in meth
return self._proxy_to_logger(name, event, **kw)
/usr/lib/python3.9/site-packages/structlog/_base.py:198: in _proxy_to_logger
args, kw = self._process_event(method_name, event, event_kw)
/usr/lib/python3.9/site-packages/structlog/_base.py:155: in _process_event
event_dict = proc(self._logger, method_name, event_dict)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
logger = <PrintLogger(file=<_io.TextIOWrapper name="<_io.FileIO name=6 mode='rb+' closefd=True>" mode='r+' encoding='utf-8'>)>
method_name = 'error'
event_dict = {'cmd': "LANG=C pacman -Si ipw2100-fw | grep -F Version | awk '{print $3}' | head -n 1", 'error': "warning: database f...r: package 'ipw2100-fw' was not found", 'event': 'command exited without output', 'logger_name': 'nvchecker.core', ...}
def proc(logger, method_name, event_dict):
if method_name in ('warning', 'error'):
if 'exc_info' in event_dict:
raise event_dict['exc_info']
if not event_dict['event'].startswith(('rate limited', 'no-result')):
> raise RuntimeError(event_dict['event'])
E RuntimeError: command exited without output
tests/conftest.py:85: RuntimeError
----------------------------- Captured stdout call -----------------------------
running cmd
__________________________ test_pacman_strip_release ___________________________
get_version = <function get_version.<locals>.__call__ at 0x7f2fa5ed1310>
async def test_pacman_strip_release(get_version):
> assert await get_version("ipw2100-fw", {
"source": "pacman",
"strip_release": 1,
}) == "1.3"
tests/test_pacman.py:16:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/conftest.py:46: in __call__
newvers = await run(entries)
tests/conftest.py:40: in run
return await main.run(result_coro, runner_coro)
nvchecker/__main__.py:92: in run
return await result_fu
nvchecker/core.py:361: in process_result
r1 = _process_result(r)
nvchecker/core.py:322: in _process_result
logger.error(version.msg, **kw)
/usr/lib/python3.9/site-packages/structlog/_log_levels.py:118: in meth
return self._proxy_to_logger(name, event, **kw)
/usr/lib/python3.9/site-packages/structlog/_base.py:198: in _proxy_to_logger
args, kw = self._process_event(method_name, event, event_kw)
/usr/lib/python3.9/site-packages/structlog/_base.py:155: in _process_event
event_dict = proc(self._logger, method_name, event_dict)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
logger = <PrintLogger(file=<_io.TextIOWrapper name="<_io.FileIO name=6 mode='rb+' closefd=True>" mode='r+' encoding='utf-8'>)>
method_name = 'error'
event_dict = {'cmd': "LANG=C pacman -Si ipw2100-fw | grep -F Version | awk '{print $3}' | head -n 1", 'error': "warning: database f...r: package 'ipw2100-fw' was not found", 'event': 'command exited without output', 'logger_name': 'nvchecker.core', ...}
def proc(logger, method_name, event_dict):
if method_name in ('warning', 'error'):
if 'exc_info' in event_dict:
raise event_dict['exc_info']
if not event_dict['event'].startswith(('rate limited', 'no-result')):
> raise RuntimeError(event_dict['event'])
E RuntimeError: command exited without output
tests/conftest.py:85: RuntimeError
----------------------------- Captured stdout call -----------------------------
running cmd
2021-06-03 12:11:41 +08:00
lilydjwg
8db5c6a938
doc: we may need a newer rtd theme
2021-05-23 17:47:12 +08:00
lilydjwg
c65513b37d
doc: clarify options of the container source
...
See also: https://github.com/lilydjwg/nvchecker/issues/183
2021-05-23 17:38:19 +08:00
依云
9d2d47ed15
Merge pull request #181 from yan12125/update-tests
...
Update tests
2021-05-06 13:07:47 +08:00
Chih-Hsuan Yen
134a6885f1
Update tests
2021-05-06 12:44:55 +08:00
依云
d7c553ae94
Merge pull request #179 from marsam/fix-test_httpheader
...
tests: add needs_net marker to httpheader test
2021-03-21 11:19:20 +08:00
Mario Rodas
7366d82bfc
tests: add needs_net marker to httpheader test
2021-03-20 04:20:00 +00:00
lilydjwg
1b7736a549
bump version to 2.4dev and fix docs/*.py being included in dist tarball
2021-03-19 13:51:48 +08:00
lilydjwg
46da41147f
version 2.3
...
update docs for gitlab source.
2021-03-19 13:41:26 +08:00
lilydjwg
f8f261c476
gitlab: omit default branch if not specified, fix for blm
2021-03-18 13:19:05 +08:00
依云
968af3df0b
Merge pull request #178 from yan12125/test-sortversion
...
Use pytest for sortversion tests
2021-02-21 17:37:07 +08:00