From 9d571f7b8192866a91d40a1bde96edbb96cd67c3 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 23 Nov 2023 00:27:56 +0100 Subject: [PATCH 1/2] update to newest python-barcode --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bcebf471..f7717aa8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ include_package_data = true install_requires = Pillow>=2.0 qrcode>=4.0 - python-barcode>=0.9.1,<1 + python-barcode>=0.15.0,<1 setuptools six appdirs From 575af5666234ff6c5c55f506dbfcee0f8b97445a Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 3 Dec 2023 23:51:58 +0100 Subject: [PATCH 2/2] new python barcode everywhere --- CHANGELOG.rst | 3 ++- doc/requirements.txt | 2 +- tox.ini | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a3763b18..e3a386f1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,10 +7,11 @@ Changelog changes ^^^^^^^ - +- use version 0.15 and upwards of python-barcode contributors ^^^^^^^^^^^^ +- Patrick Kanzler 2023-11-17 - Version 3.0 - "Quietly Confident" diff --git a/doc/requirements.txt b/doc/requirements.txt index d36a547f..c25995b6 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -7,7 +7,7 @@ setuptools setuptools-scm docutils>=0.12 sphinxcontrib-spelling>=7.2.0 -python-barcode>=0.11.0,<1 +python-barcode>=0.15.0,<1 importlib-metadata importlib_resources sphinxcontrib.datatemplates diff --git a/tox.ini b/tox.ini index bafb326a..0d458a4a 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ deps = jaconv pytest-cov pytest-mock hypothesis>=6.83 - python-barcode + python-barcode>=0.15.0,<1 extras = all commands = pytest passenv = ESCPOS_CAPABILITIES_PICKLE_DIR, ESCPOS_CAPABILITIES_FILE, CI, TRAVIS, TRAVIS_*, APPVEYOR, APPVEYOR_*, CODECOV_* @@ -32,7 +32,7 @@ basepython = python changedir = doc deps = sphinx>=7.2.3 setuptools_scm - python-barcode + python-barcode>=0.15.0,<1 sphinx-argparse sphinxcontrib-spelling>=8.0.0 sphinxcontrib.datatemplates