Commit Graph

691 Commits

Author SHA1 Message Date
Felix Yan
465b9ee4dd
Add bash completion support for nvtake 2020-09-01 20:15:45 +08:00
Felix Yan
d238a219f3
Fix typos in README 2020-09-01 18:59:41 +08:00
依云
ade7d53a1a
Merge pull request #137 from felixonmars/pagure
Add support for Pagure
2020-09-01 18:28:42 +08:00
Felix Yan
7f64ffa12a
Fine tunes 2020-09-01 18:13:56 +08:00
Felix Yan
a7da4207ae
Add support for Pagure 2020-09-01 18:11:57 +08:00
lilydjwg
0cfaac774d update README
[ci skip]
2020-09-01 17:02:38 +08:00
lilydjwg
0d8b65a9c0 missing updates about the new "appdirs" dep 2020-08-31 17:50:11 +08:00
lilydjwg
25b3eb5261 fix not using keyfile in configuration file when --keyfile not given
fixes #136.
2020-08-31 17:38:53 +08:00
lilydjwg
bc1f9df8c6 use appdirs for the default configuration file
closes #97.
2020-08-31 17:34:11 +08:00
lilydjwg
2a2c67090c forgot to remove test_vcs.py 2020-08-30 18:34:51 +08:00
lilydjwg
307c0db0f8 remove vcs source from here and update README
It's cumbersome and prevent the project to be zip_safe. Move it to where
it's used (archlinuxcn/lilac) so that it can evolve with that project.
2020-08-30 18:22:58 +08:00
lilydjwg
a2a239bdc6 nvchecker_source/manual: convert to string
because it's often written as an int or float, especially when
converting from YAML.
2020-08-30 17:49:39 +08:00
lilydjwg
290240eafb README: fix badge
[ci-skip]
2020-08-27 23:53:29 +08:00
lilydjwg
b8d5bc151e merge nvcheckver2 (the 2.0 dev branch) into master 2020-08-27 23:30:03 +08:00
lilydjwg
5689bc0a3f update README and make new version master 2020-08-27 23:28:59 +08:00
lilydjwg
3d90c02273 fix README 2020-08-27 01:55:54 +08:00
lilydjwg
c2b4e51f56 README: update wording
[ci-skip]
2020-08-27 01:55:11 +08:00
lilydjwg
b54ebe6bcf some setup.py fixes for #135
* use `find_namespace_packages` to find recursively
* install the nvchecker-ini2toml script
2020-08-27 01:49:19 +08:00
lilydjwg
c8c7bc5d4e README: Python 3.7+ is required
[ci-skip]
2020-08-26 20:44:49 +08:00
lilydjwg
376e5ad499 update test_android_sdk 2020-08-26 20:38:55 +08:00
lilydjwg
275e502be3 update setup.py 2020-08-26 20:19:13 +08:00
lilydjwg
027b8f9b46 write versions to record files even it's up-to-date.
This matches the old behavior, and the record file means what we get,
not what are updated (that's what nvcmp does).
2020-08-26 20:18:08 +08:00
lilydjwg
6a6d5df682 port tools.py and change record files to use json format
because special characters like spaces broke the old format.
2020-08-26 20:06:13 +08:00
lilydjwg
4f515d75db fix type annotations
[ci skip]
2020-08-21 18:53:09 +08:00
lilydjwg
6c2e31193c fix README: toml has tables rather than sections 2020-08-21 18:24:43 +08:00
lilydjwg
7f8310e685 update README and some more fixes 2020-08-21 18:16:44 +08:00
lilydjwg
e59766f839 add the ini2toml script 2020-08-21 17:42:31 +08:00
lilydjwg
57626faecf fix aiohttp_httpclient 2020-08-20 19:29:00 +08:00
lilydjwg
58a7ae05ca hackage is flaky 2020-08-20 17:07:16 +08:00
lilydjwg
e6d0d158f0 drop tests for pypy because it doesn't support the annotations future import 2020-08-20 16:10:28 +08:00
lilydjwg
8ed445d238 aiohttp_httpclient: fix 2020-08-20 15:58:08 +08:00
lilydjwg
04a95de7af gitea.com is slow on travis, try harder 2020-08-20 15:50:36 +08:00
lilydjwg
649799389f bitbucket no longer supports hg 2020-08-20 15:42:50 +08:00
lilydjwg
e339827436 aiohttp: fix request arguments 2020-08-20 15:41:35 +08:00
lilydjwg
2d0d3cfcee bitbucket: minor cleanup 2020-08-20 15:39:21 +08:00
lilydjwg
f6ff697d21 dash doesn't have $RANDOM 2020-08-20 15:31:00 +08:00
lilydjwg
ce828df545 requires http2 for httpx 2020-08-20 15:30:43 +08:00
lilydjwg
eb6833475e partial updates to README 2020-08-20 15:23:05 +08:00
lilydjwg
e228e31b84 final tweak of keyfile 2020-08-20 15:18:43 +08:00
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