Skip to content

Tags: lilydjwg/nvchecker

Tags

v2.15.1

Toggle v2.15.1's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.15.1

* fixed PyPI invalid version causes error

v2.15

Toggle v2.15's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.15

* fixed nvtake name=version corrupted the oldver file
* added list option support for "pypi" source
* added url support for "go" source
* adjusted some error logging/handling logic
* adapted logging to Python 3.12
* other minor changes

v2.14.1

Toggle v2.14.1's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.14.1

only save new version records with a full run and keep others only when
`--entry` specified on cmdline.

v2.14

Toggle v2.14's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.14

* added support for recording rich results; as a result the version
  record files can't be read by older nvchecker.
* added a "go" pkg source
* added a "jq" source to parse arbitrary json url; this requires the jq
  Python library.
* added support for netrc
* added support for custom github host
* added support for using prefix and from_pattern/to_pattern at the same time
* updated github source's rate limit handling
* changed to emit an "up-to-date" info log when only one entry is checked
* fixed the newver record file loses other entries when --entry is used
* changed some internal functions related to result processing
* changed tests to use pytest-rerunfailures instead of flaky

v2.13.1

Toggle v2.13.1's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.13.1

* nvtake: reverted auto cleanup feature as it removed failed entries too

v2.13

Toggle v2.13's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.13

* removed support for Python 3.7
* added "url" info for supported sources
* added support for GitHub prereleases
* added support for watching update of a specified tag for the container source
* added --tries and --failures to nvchecker-notify
* changed to resolve symlinks on file write
* changed nvtake to clean up old records from oldver file

v2.12

Toggle v2.12's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.12

* added alpmfiles source for checking local pacman files database
* use tomllib instead of tomli on Python 3.11+
* other minor updates

v2.11

Toggle v2.11's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.11

* changed to PEP 517 build system
* changed from deprecated appdirs to platformdirs
* fixed regex source for better caching
* other minor changes

v2.10

Toggle v2.10's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.10

* alpm: added support searching multile repos
* gitea: fixed default branch being hardcoded as "master"
* fixed an exception in Worker.run took down the whole process
* tests updates

v2.9

Toggle v2.9's commit message

Verified

This tag was signed with the committer’s verified signature.
lilydjwg 依云
version 2.9

* added support for using awesomeversion to compare versions
* htmlparser: the xpath can point to an HTML element too
* vsmarketplace: use better filterType
* fixed the whole process exits when result processing raises an exception
* fixed typos in various places