lilydjwg / nvchecker

New version checker for software releases
MIT License
425 stars 68 forks source link

pypi: support list options #270

Closed yan12125 closed 3 months ago

yan12125 commented 3 months ago

From time to time, I need to ignore broken versions on PyPI. ignored or exclude_regex is part of list options, hence the patch.

In the new test, I use include_regex, which should make the test more resilient to future changes.

While I'm at it, I also cherry-picked a CI fix from the test-ci branch.

lilydjwg commented 3 months ago

Thanks!