jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/565772 )
Change subject: [isbn] Always use the newest release of python-stdnum ......................................................................
[isbn] Always use the newest release of python-stdnum
Due to stale of database always use the newest package version
Bug: T132919 Change-Id: I7af5972f36b8baaa1f6ec3e1c203ef2797f210de --- M requirements.txt M setup.py 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
diff --git a/requirements.txt b/requirements.txt index c205c71..efe1414 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ unicodecsv ; python_version < '3'
# cosmetic_changes and scripts/isbn -python-stdnum +python-stdnum >= 1.13
# GUI Pillow < 7.0.0 ; python_version < '3' diff --git a/setup.py b/setup.py index aadfda7..55623a7 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ extra_deps = { # Core library dependencies 'eventstreams': ['sseclient!=0.0.23,!=0.0.24,>=0.0.18'], - 'isbn': ['python-stdnum'], + 'isbn': ['python-stdnum>=1.13'], 'Graphviz': ['pydot>=1.2'], 'Google': ['google>=1.7'], 'mwparserfromhell': ['mwparserfromhell>=0.3.3'],
pywikibot-commits@lists.wikimedia.org