Commit Graph

662 Commits

Author SHA1 Message Date
Patrick Kanzler a8941b4a3e check out submodules 2020-09-28 21:15:33 +02:00
Patrick Kanzler 04e0a0ce47 Revert "tr< checkout v1"
This reverts commit 8ece137789.
2020-09-28 21:14:56 +02:00
Patrick Kanzler 8ece137789 tr< checkout v1 2020-09-28 21:12:44 +02:00
Patrick Kanzler d390449400 change documenatation action 2020-09-28 21:06:45 +02:00
Patrick Kanzler 8488fafd75 remove travis config
fixes #389
2020-09-28 20:59:51 +02:00
Patrick Kanzler 818c1313e8
Build documentation in Github action 2020-09-28 20:55:13 +02:00
Patrick Kanzler 24105226b2
Merge pull request #402 from Foaly/bugfix/https
Use https links.
2020-05-31 16:40:26 +02:00
Maximilian Wagenbach c57b9c35dc Use https links. 2020-05-31 16:21:42 +02:00
Patrick Kanzler 0a8477a888
Merge pull request #401 from Foaly/feature/cleanup
Removed a todo.
2020-05-26 21:34:34 +02:00
Patrick Kanzler e3cf088d69 improve output of authors script 2020-05-26 21:29:16 +02:00
Patrick Kanzler 323db98318 make gen authors more robust 2020-05-26 20:43:24 +02:00
Maximilian Wagenbach ee6eef6db3 I verified that this works. Both modes cut the paper 95% of the way through. 2020-05-26 01:38:57 +02:00
Patrick Kanzler ef34cca463 update changelog 2020-05-12 19:32:22 +02:00
Patrick Kanzler 4680fb16b1
Merge pull request #399 from python-escpos/omit-capabilities-env-on-travis
omit env for capabilities on travis
2020-05-12 19:00:06 +02:00
Patrick Kanzler 544bb4f904 omit env for capabilities on travis 2020-05-12 18:39:38 +02:00
Patrick Kanzler d330dd80fd
Merge pull request #398 from python-escpos/390-add-spellcheck-to-sphinx
add sphinxcontrib-spelling
2020-05-12 18:29:48 +02:00
Patrick Kanzler 570661b3c8 install libenchant1c2a on travis 2020-05-12 18:17:22 +02:00
Patrick Kanzler aa7f2773eb install spelling on travis 2020-05-12 00:06:07 +02:00
Patrick Kanzler ff39908674
Merge branch 'master' into 390-add-spellcheck-to-sphinx 2020-05-11 23:45:34 +02:00
Patrick Kanzler d960eea4a8
Merge pull request #397 from python-escpos/use-pkg-resources-for-capabilities-access
use pkg_resources
2020-05-11 23:44:53 +02:00
Patrick Kanzler f7962576b4 fix tox config 2020-05-11 23:44:10 +02:00
Patrick Kanzler f4e214ad17 add spellchecker with first conf, fix some errors 2020-05-11 23:39:56 +02:00
Patrick Kanzler 9e406efc86 add sphinxcontrib-spelling 2020-05-11 23:22:40 +02:00
Patrick Kanzler b9e3827867 use pkg_resources
This change uses if no path for e capabilities-file is supplied a
temporary file created by pkg_resources, which should be more robust
than directly accessing the file. (This failed sometimes, for example
in zipped distributions or uncommon structures)
2020-05-11 22:54:22 +02:00
Patrick Kanzler cbe412cfdb fix gitignore for vscode 2020-05-11 01:15:41 +02:00
Patrick Kanzler 42554d836c
Merge pull request #395 from MicroJoe/python-barcode
replace viivakoodi with python-barcode, center soft barcodes by default
2020-05-10 18:42:04 +02:00
Romain Porte 8ca682e3ac soft_barcode: add new center=True option 2020-05-10 14:08:50 +02:00
Romain Porte ab30ef4a8c test_function_softbarcode: use pytest fixture 2020-05-10 14:05:33 +02:00
Romain Porte 725f1254aa examples: software_barcode: fix too long code39 for 5890 printer 2020-05-10 14:04:25 +02:00
Romain Porte 1e313cefc6 test_function_barcode.py: remove unused imports 2020-05-10 14:03:43 +02:00
Romain Porte b0ea9aec41 barcodes: replace viivakoodi with python-barcode
python-barcode is yet another clone of the PyPI barcode library, but
which is still developped compared to viivakoodi.

Signed-off-by: Romain Porte <microjoe@microjoe.org>
2020-05-10 13:36:16 +02:00
Patrick Kanzler ab210b5996
Merge pull request #392 from MicroJoe/python3-only
drop Python 2.7 support
2020-05-10 13:10:04 +02:00
Patrick Kanzler f3e1db8da2
Merge branch 'master' into python3-only 2020-05-10 12:45:03 +02:00
Patrick Kanzler 1e7b43a92d
Merge pull request #394 from python-escpos/disable-codecov-status
disable codecov status
2020-05-10 12:44:50 +02:00
Patrick Kanzler 0e41709703 disable codecov status 2020-05-10 12:35:36 +02:00
Romain Porte cb30d7a881 drop Python 2.7 support
Python 2.7 EOL is arriving on 2020-01-01: https://pythonclock.org/

This will allow us to use Python 3 only libraries, like python-barcode,
which can maintain a reduced, simpler codebase, due to only one version
to support.

Closes #371.

Signed-off-by: Romain Porte <microjoe@microjoe.org>
2020-05-10 10:55:44 +02:00
Patrick Kanzler 142fc4af71 fix readthedocs badge 2020-05-09 03:05:58 +02:00
Patrick Kanzler 8f71372bb0 remove landscape io badge 2020-05-09 03:02:35 +02:00
Patrick Kanzler 6a60b6706e apply black to setup.py 2020-05-09 02:48:24 +02:00
Patrick Kanzler c14a414924 transition setup.py to setup.cfg 2020-05-09 02:45:34 +02:00
Patrick Kanzler faa9414da5 move marker down to other requires 2020-05-09 02:15:13 +02:00
Patrick Kanzler 2c4552a528 mark as requiring at least python 3.5 2020-05-09 02:14:23 +02:00
Patrick Kanzler 557991d80b
Merge pull request #388 from python-escpos/development
v3.0a7
2020-05-09 01:45:25 +02:00
Patrick Kanzler fe08fc1469 drop pypy 2020-05-09 01:35:00 +02:00
Patrick Kanzler 6c27222aeb use bionic on travis 2020-05-09 01:30:38 +02:00
Patrick Kanzler 6731057456 checkout submodules on github 2020-05-09 01:25:28 +02:00
Patrick Kanzler f0b1a89c48 fix syntax 2020-05-09 01:19:32 +02:00
Patrick Kanzler fd7bd0710e set path to capabilities file 2020-05-09 01:11:38 +02:00
Patrick Kanzler 7ea58625e6 use tox plugin for github 2020-05-09 01:08:16 +02:00
Patrick Kanzler baffd98a22 use focal on travis 2020-05-09 01:05:35 +02:00