lilydjwg
c66ca7f2bc
fix nvtake name=version corrupted the oldver file
...
fixes #272 .
2024-05-24 15:05:24 +08:00
lilydjwg
2800f392d9
Merge remote-tracking branch 'origin/master'
2024-05-19 15:19:55 +08:00
依云
3cf403fc51
Merge pull request #270 from yan12125/pypi-list-options
...
pypi: support list options
2024-05-19 15:18:08 +08:00
lilydjwg
6af59aa2ae
test_ubuntupkg: update and make it more resilient
2024-05-19 12:16:02 +08:00
Chih-Hsuan Yen
8397cbbce0
pypi: support list options
2024-05-19 12:10:40 +08:00
lilydjwg
d49d07437b
aur: datetime.utcfromtimestamp is deprecated
2024-05-11 15:58:26 +08:00
lilydjwg
5db6a89fc3
test_ubuntupkg: update and make it more resilient
2024-05-11 14:15:37 +08:00
lilydjwg
9f6706e0e7
tests: fix dep on httpbin
2024-05-11 14:15:37 +08:00
lilydjwg
2a63ddef7a
fix nicelogger for Python 3.12
2024-04-28 17:14:57 +08:00
lilydjwg
fdac4af358
Revert "update nicelogger"
...
This reverts commit 0f441b0bf2
.
nicelogger seems to have local changes and is dependent by nvchecker/tools.py
2024-04-28 17:12:14 +08:00
lilydjwg
0f441b0bf2
update nicelogger
2024-04-28 16:32:38 +08:00
lilydjwg
0890c7e966
make exception from "_process_result" a "no-result" log
...
so that it follows the doc and tests.
2024-04-26 21:25:56 +08:00
lilydjwg
7e2583be56
emit an error log when an exception is set
...
also fixes #269 , but maybe more
2024-04-26 20:27:45 +08:00
lilydjwg
d13cbeea38
emit a warning if "include_regex" matched no versions
...
fixes #269 .
2024-04-26 20:13:45 +08:00
lilydjwg
5140fa2542
Merge remote-tracking branch 'origin/pr/268'
2024-04-24 10:03:54 +08:00
lilydjwg
c367b49703
logging: filter out taskName that is added by Python 3.12
...
fixes #267 .
2024-04-24 10:02:14 +08:00
Daniel Peukert
62fdca8fbf
feat: implement version url support for go
2024-04-23 23:27:06 +02:00
lilydjwg
f1ff604b4c
httpx: use "proxy" argument instead of deprecated "proxies"
2024-04-19 12:48:53 +08:00
lilydjwg
61b3705f35
new dev version
2024-04-19 12:46:47 +08:00
lilydjwg
bd2b2f9494
only save new version records with a full run
...
and keep others only when `--entry` specified on cmdline.
Fixes #263 .
2024-04-19 11:54:03 +08:00
依云
0355af5e4c
Merge pull request #264 from marsam/fix-exception-statement
...
fix: correct try/except statement
2024-04-19 09:56:46 +08:00
Mario Rodas
67ccc10f17
fix: correct try/except statement
...
Otherwise, it fails because Python can't find the `jq` exception.
2024-04-18 04:20:00 +00:00
lilydjwg
2f6f803c1a
version 2.14
2024-04-17 16:49:00 +08:00
lilydjwg
be8967b1d2
tests: missing assert statements
2024-04-17 16:49:00 +08:00
依云
7960541a34
Merge pull request #262 from yan12125/fix-tests
...
tests: update Debian package versions again
2024-04-08 15:06:18 +08:00
Chih-Hsuan Yen
c306b44711
tests: update Debian package versions again
2024-04-08 14:31:24 +08:00
rocka
47ce6fc2e4
feat: add jq source ( #261 )
...
feat: add jq source to parse json
2024-03-31 16:10:09 +08:00
依云
511922e6fb
Merge pull request #260 from yan12125/fix-tests
...
tests: update Debian package versions
2024-03-24 11:52:00 +08:00
Chih-Hsuan Yen
beceadddee
tests: update Debian package versions
2024-03-24 11:45:49 +08:00
lilydjwg
de1a3c6fc2
record rich results in verfile and get rid of Result & VersData types
...
Use RichResult to replace Result; Result was RichResult plus entry name.
2024-03-14 18:30:15 +08:00
David Arnold
f29bdee6a3
feat: return full results from result processing
2024-03-14 10:40:25 +01:00
David Arnold
9dd7fb1736
fix : #255
...
this ensures the newver file keeps untouched records
2024-03-11 21:26:04 +08:00
David Arnold
03819388e8
feat: log up-to-date when single entry
2024-03-11 21:26:04 +08:00
lilydjwg
471b66ff4c
tests: use pytest-rerunfailures instead of flaky
...
flaky is no longer compatible with pytest 8.0 and seems unmaintained.
https://github.com/pytest-dev/pytest/issues/12066
2024-03-09 20:23:25 +08:00
lilydjwg
4ec12d30fd
mercurial: tests: update asyncio mark
2024-03-09 19:59:01 +08:00
lilydjwg
1005bd5f01
mercurial: update tests
2024-03-09 19:19:06 +08:00
lilydjwg
4ad3bdb95d
go: style: unify indentation etc
2024-03-09 18:48:47 +08:00
lilydjwg
35a19f30ae
mercurial: minor update
2024-03-09 18:45:19 +08:00
lilydjwg
5227df6f5b
Merge remote-tracking branch 'origin/pr/170'
2024-03-09 18:44:04 +08:00
lilydjwg
e19f033f15
Merge remote-tracking branch 'origin/master'
2024-03-09 18:41:47 +08:00
yingziwu
0e0eb2c363
feat: add go pkg support ( #259 )
2024-03-09 18:41:20 +08:00
lilydjwg
a7e6512e70
use LiteralString (although mypy hasn't supported it yet)
...
https://github.com/python/mypy/issues/12554
2024-03-09 18:37:05 +08:00
lilydjwg
c53952c75c
httpheader: fix GetVersionError usage
2024-03-09 18:28:44 +08:00
lilydjwg
9784e64307
still fix
2024-03-08 20:49:37 +08:00
lilydjwg
5d908b34a6
fixes
2024-03-08 20:39:13 +08:00
lilydjwg
1d19082673
Merge remote-tracking branch 'origin/pr/254'
2024-03-08 20:34:16 +08:00
lilydjwg
370711c878
fix linter warnings
2024-03-08 20:33:31 +08:00
David Arnold
03c2e25bbd
feat: implement more metadata for git{,ea,hub,lab}
2024-03-04 13:10:14 +01:00
David Arnold
3691fa9a51
feat: add richer results
2024-03-04 13:10:13 +01:00
David Arnold
f8a73a5a92
docs: document changes don't mention the old keys
...
while the old way of declaring the keys is still available it is no longer documented
this should encourage new users to use the new, netrc-compatible way
2024-03-04 12:54:13 +01:00