lilydjwg
fad7cf631d
Merge remote-tracking branch 'origin/pr/212'
...
Conflicts:
setup.cfg
setup.py
2022-11-20 13:42:22 +08:00
lilydjwg
add6951eae
new dev version starts
2022-11-20 13:35:54 +08:00
lilydjwg
8ca78f7445
docs: update about default git branch.
...
[skip ci]
2022-11-08 20:57:10 +08:00
lilydjwg
324f2f5f59
bump version to 2.10
2022-10-30 13:57:00 +08:00
依云
115963ab93
Merge pull request #219 from yan12125/minor-fixes
...
Several minor fixes for docs and tests
2022-10-29 14:37:55 +08:00
Chih-Hsuan Yen
2fc6be9d4e
Update versions in test_{openvsx,vsmarketplace}
2022-10-29 14:22:23 +08:00
Chih-Hsuan Yen
3d3d8c6136
Fix test_{archpkg,pacman}
...
Apparently the ipw2100-fw package is dropped. I switched to another
package that is rarely updated.
2022-10-29 14:21:02 +08:00
Chih-Hsuan Yen
51ffbbdf61
Fix docs warnings
...
usage.rst:886: (WARNING/2) Title underline too short.
Check Visual Studio Code Marketplace
~~~~~~~~~~~~~~~
usage.rst:886: (WARNING/2) Title underline too short.
Check Visual Studio Code Marketplace
~~~~~~~~~~~~~~~
2022-10-29 14:20:07 +08:00
lilydjwg
4c4479d4ea
gitea: omit default branch if not specified, fix for blm
2022-08-25 16:46:06 +08:00
依云
a1d2a1325c
Merge pull request #218 from moodyhunter/master
...
alpm source: support checking packages from multiple repos
2022-08-25 16:32:03 +08:00
Moody Liu
dada15505c
doc: separate 'repo' and 'repos' for alpm source
2022-08-21 15:29:07 +01:00
Moody Liu
706952609e
update alpm documentation: repos
2022-08-21 14:54:34 +01:00
Moody Liu
7b2a464821
alpm: support searching in multiple repos
2022-08-21 14:51:06 +01:00
lilydjwg
13cca483e1
update test_android_sdk.py
2022-08-12 13:52:04 +08:00
lilydjwg
9ee53041b6
catch exceptions from Worker.run
2022-08-12 13:40:33 +08:00
lilydjwg
8b8f2d1d8a
nvchecker-notify: try Notify 0.8
...
fixes #217 .
2022-07-16 15:48:59 +08:00
lilydjwg
268bd9125e
begin a new version
2022-07-16 15:47:52 +08:00
lilydjwg
2325d2ac74
bump version to 2.9
2022-06-27 20:33:39 +08:00
Vanilla
2de30c0acd
vsmarketplace: use better filterType
...
fixes #216 .
2022-06-18 16:27:17 +08:00
lilydjwg
914c6414e8
fix tests trying to raise exc_info=True
2022-06-12 14:22:14 +08:00
lilydjwg
8b32c26d1e
htmlparser: handle xpath pointing to element instead of text()
2022-06-12 12:31:11 +08:00
lilydjwg
e683476fb2
avoid the whole process taken down by a single _process_result
2022-06-12 12:22:07 +08:00
lilydjwg
88cbdd925c
fix mypy
2022-06-05 14:41:57 +08:00
lilydjwg
ffe84cae08
add support for using awesomeversion to compare versions
2022-06-05 14:31:54 +08:00
lilydjwg
d706961669
update tests
2022-04-21 17:23:20 +08:00
lilydjwg
f2aa4cad20
fix typos
2022-04-21 17:16:34 +08:00
lilydjwg
48f82e819b
bump version to 2.9dev
2022-04-21 17:16:23 +08:00
lilydjwg
257b0f63fe
packaging issue fixed
...
It was setuptools-scm that caused a lot of unintended files to be
packaged. That package was required by twine but it's no longer needed
now.
2022-04-11 19:17:39 +08:00
lilydjwg
5605f62269
bump version to 2.8
2022-04-11 18:40:15 +08:00
lilydjwg
69a5d82d25
tests: fix some warnings
2022-04-07 14:06:03 +08:00
lilydjwg
2e042d7576
fix httpx and aiohttp issues
...
It seems that we no longer need to close the sessions.
2022-04-07 13:44:38 +08:00
lilydjwg
2ea44d3694
make mypy happy
2022-04-02 12:07:20 +08:00
Chih-Hsuan Yen
1235d77e72
Pin werkzeug for httpbin compatibility
2022-04-02 12:03:45 +08:00
Chih-Hsuan Yen
c15e9b7576
android-sdk improvements
...
* Returns all matched versions to support list options
* Don't hard-code the host OS
* Document the default of `channel`
2022-04-02 11:53:27 +08:00
Dusk Banks
2598b0fd19
tests: pytest-asyncio asyncio_mode
-> strict
...
the `asyncio_mode` of `legacy` (current default) is deprecated.
`asyncio_mode` will be `strict` by default in the future.
2022-03-03 09:56:33 -08:00
Dusk Banks
9005c96d10
introduce tox support
2022-03-03 09:56:33 -08:00
lilydjwg
c6ed37ada1
nvcmp: optionally exit with 4 if there are differences
...
closes #196 .
2022-02-28 14:09:12 +08:00
Dusk Banks
a62866a2d3
tests: spell test_htmlparser correctly
2022-02-22 21:51:47 -08:00
Dusk Banks
15020dfcd6
switch from setup.py to PEP 517 & setup.cfg
2022-02-22 21:51:47 -08:00
Dusk Banks
8b929322cb
defensively fix reStructuredText syntax
...
a ` : ` (space, colon, space) like that can be confused for a definition
list classifier, especially in a definition list, so prefer to
backslash-escape the colon.
see the "reStructedText Markup Specification",
section "Syntax Details" > "Body Elements" > "Definition Lists".
2022-02-22 21:51:47 -08:00
lilydjwg
f4e9ab80b9
Merge remote-tracking branch 'origin/pr/211'
2022-02-23 11:11:51 +08:00
lilydjwg
ff1c980456
bump to version 2.8dev
2022-02-23 11:11:29 +08:00
Pekka Ristola
e03023bd6c
add CRAN support
2022-02-22 19:06:15 +02:00
Guizai
7739f5c8c0
fix: source sparkle ( #210 )
...
fix: source sparkle
2022-02-22 20:13:18 +08:00
lilydjwg
3dff0466d1
bump version to 2.7
2022-02-18 19:36:44 +08:00
lilydjwg
d8c26fa666
minor update
2022-02-13 14:36:13 +08:00
Tom Rathborne
ea01b6d9ee
Add all option to cmp ( #209 )
...
Add --all option to nvcmp to get all packages, even with no version change
2022-02-13 14:34:32 +08:00
依云
b61fbe5a37
Merge pull request #208 from trathborne/Add-JSON-output-to-cmp
...
Split comparison process from output and provide JSON output
2022-02-10 16:59:53 +08:00
Tom Rathborne
6d8f00036d
Handle sort=none better
2022-02-10 09:45:43 +01:00
Tom Rathborne
9ea6f37712
Merge branch 'lilydjwg:master' into Add-JSON-output-to-cmp
2022-02-09 16:11:41 +01:00