-
Notifications
You must be signed in to change notification settings - Fork 311
Comparing changes
Open a pull request
base repository: python-escpos/python-escpos
base: v3.0
head repository: python-escpos/python-escpos
compare: v3.1
- 17 commits
- 60 files changed
- 5 contributors
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 33d1761 - Browse repository at this point
Copy the full SHA 33d1761View commit details
Commits on Nov 30, 2023
-
Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 (#596)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@1.3.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8274833 - Browse repository at this point
Copy the full SHA 8274833View commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a1699a - Browse repository at this point
Copy the full SHA 9a1699aView commit details -
update to newest python-barcode (#595)
* update to newest python-barcode
Configuration menu - View commit details
-
Copy full SHA for ac23c08 - Browse repository at this point
Copy the full SHA ac23c08View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86a715c - Browse repository at this point
Copy the full SHA 86a715cView commit details -
allow qr to set all arguments to image (#600)
* allow qr to set all arguments to image * increase coverage
Configuration menu - View commit details
-
Copy full SHA for 5914c7c - Browse repository at this point
Copy the full SHA 5914c7cView commit details
Commits on Dec 5, 2023
-
Improve test coverage and fix issue in path loading (#602)
* reactivate skipped tests * remove unused internal interfaces * enable pytest in VS Code * simplify and fix path logic in loader * increase test coverage * test missing config * check for wrong printer names * Skipped appdir test
Configuration menu - View commit details
-
Copy full SHA for 815f247 - Browse repository at this point
Copy the full SHA 815f247View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9e49c9 - Browse repository at this point
Copy the full SHA a9e49c9View commit details -
Bump actions/setup-python from 4.7.1 to 4.8.0 (#604)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v4.8.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c91eec5 - Browse repository at this point
Copy the full SHA c91eec5View commit details
Commits on Dec 7, 2023
-
Bump actions/setup-python from 4.8.0 to 5.0.0 (#605)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.8.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2b213d - Browse repository at this point
Copy the full SHA d2b213dView commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcc71ce - Browse repository at this point
Copy the full SHA dcc71ceView commit details
Commits on Dec 10, 2023
-
Refactor to using f-strings (#608)
* update authors * refactor to using f-strings
Configuration menu - View commit details
-
Copy full SHA for 91cbc26 - Browse repository at this point
Copy the full SHA 91cbc26View commit details
Commits on Dec 15, 2023
-
Bump github/codeql-action from 2 to 3 (#610)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06bdb56 - Browse repository at this point
Copy the full SHA 06bdb56View commit details
Commits on Dec 16, 2023
-
start removal of six and improve type annotation (#607)
* fix unfinished Python2 -> 3 translation * remove some six usage * annotate * fix regression in Six removal * mypy: self.enf is always defined * fix return type of cups.py * Usb idVendor/idProduct are integers * self.default_args is always defined * tweak usb_args, PEP589 is better * lp.py: reassure mypy * correctly cast call to CashDrawerError() * update CUPS test * add missing close() method in metaclass * document a bug in typeshed * query_status() returns bytes as seen in constants.py * remove more SIX usage * test examples too * remove type comment where type is annotated * adapt behavior of cups printer to match other implementations --------- Co-authored-by: Patrick Kanzler <dev@pkanzler.de> Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 66a2e78 - Browse repository at this point
Copy the full SHA 66a2e78View commit details -
* remove type comment where type is annotated * move function tests * remove six from tests * add none annotations * add more types * change mock (so that mypy understands it)
Configuration menu - View commit details
-
Copy full SHA for 0c824cf - Browse repository at this point
Copy the full SHA 0c824cfView commit details
Commits on Dec 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b66dafc - Browse repository at this point
Copy the full SHA b66dafcView commit details -
* update authors * update changelog * update spelling * update black
Configuration menu - View commit details
-
Copy full SHA for 0d22896 - Browse repository at this point
Copy the full SHA 0d22896View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0...v3.1