Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clojureman/python-escpos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: python-escpos/python-escpos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 13 files changed
  • 6 contributors

Commits on Mar 6, 2025

  1. Bump jinja2 from 3.1.5 to 3.1.6 in /examples/docker-flask (python-esc…

    …pos#679)
    
    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.5...3.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    7ec59c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. exclude .venv from flake8

    patkan committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    9b695d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Bump actions/setup-python from 5.4.0 to 5.5.0 (python-escpos#681)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.4.0...v5.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    3dfbf15 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Bump actions/setup-python from 5.5.0 to 5.6.0 (python-escpos#682)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.5.0...v5.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 5.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    b85d5b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. Add justify to text alignment of software_columns() Fixes python-escp…

    …os#689 (python-escpos#690)
    
    * Add method: justify
    
    * Add justify test
    
    * Add another justify test
    
    * Please the linter
    
    * Allow single-item text_list in _rearrange_into_cols()
    
    * Add parameter checks to software_columns
    
    * Test for specific errors
    belono authored Aug 10, 2025
    Configuration menu
    Copy the full SHA
    ebd6f88 View commit details
    Browse the repository at this point in the history
  2. Switch to python 3.13 (python-escpos#693)

    Co-authored-by: Patrick Kanzler <[email protected]>
    belono and patkan authored Aug 10, 2025
    Configuration menu
    Copy the full SHA
    00d3a13 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2025

  1. Bump actions/checkout from 4 to 5 (python-escpos#694)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    c702204 View commit details
    Browse the repository at this point in the history
  2. ref(package) replace appdirs with platformdirs in configuration and r…

    …equirements files (python-escpos#697)
    
    * ref(package) replace appdirs with platformdirs in configuration and requirements files
    
    * ref: remove types-appdirs from dependencies in tox.ini
    hasansezertasan authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    1a780e8 View commit details
    Browse the repository at this point in the history
  3. Make logging.basicConfig conditional (python-escpos#670)

    Co-authored-by: Patrick Kanzler <[email protected]>
    GjjvdBurg and patkan authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    11d46fd View commit details
    Browse the repository at this point in the history
Loading