mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-25 08:02:21 +00:00
Fine tunes
This commit is contained in:
parent
a7da4207ae
commit
7f64ffa12a
@ -648,6 +648,8 @@ pagure
|
||||
host
|
||||
Hostname of alternative instance like src.fedoraproject.org.
|
||||
|
||||
This source returns tags and supports `list options`_.
|
||||
|
||||
Manually updating
|
||||
-----------------
|
||||
::
|
||||
|
@ -13,10 +13,7 @@ PAGURE_URL = 'https://%s/api/0/%s/git/tags'
|
||||
|
||||
logger = structlog.get_logger(logger_name=__name__)
|
||||
|
||||
async def get_version(name, conf, **kwargs):
|
||||
return await get_version_real(name, conf, **kwargs)
|
||||
|
||||
async def get_version_real(
|
||||
async def get_version(
|
||||
name: str, conf: Entry, *,
|
||||
cache: AsyncCache, keymanager: KeyManager,
|
||||
**kwargs,
|
||||
|
Loading…
Reference in New Issue
Block a user