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: python-lz4/python-lz4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.2
Choose a base ref
...
head repository: python-lz4/python-lz4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.3
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    231b29c View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Merge pull request #268 from python-lz4/fixups

    Add .readthedocs.yml
    jonathanunderwood authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    58df083 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Use importlib.metadata over pkg_resources

    This is "The Modern Way" and is requoired for Python 3.12.
    https://docs.python.org/3.12/library/importlib.metadata.html
    
    As `importlib.metadata` was added in Python 3.8, and as we still support Python
    3.7, we add a fallback import for older versions.
    evansd committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    837d0d6 View commit details
    Browse the repository at this point in the history
  2. Add Python 3.12 to the build matrix

    This required updating to the latest version of `pypa/cibuildwheel`.
    evansd committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d41a676 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8844b1 View commit details
    Browse the repository at this point in the history
  4. Drop support for Python 3.7

    This reached end-of-life in June 2023:
    https://devguide.python.org/versions/#unsupported-versions
    
    And attempting to build the wheel fails with an error:
    ```
    docs: install_package_deps /project> python -I -m pip install sphinx-bootstrap-theme 'sphinx>=1.6.0'
      docs: install_package /project> python -I -m pip install --force-reinstall --no-deps /project/.tox/.tmp/package/3/lz4-0.1.dev1180+g91fe6ef-0.editable-cp37-cp37m-linux_x86_64.whl
      docs: commands[0] /project> make -C docs doctest html
      make: Entering directory `/project/docs'
      sphinx-build -b doctest -d _build/doctrees   . _build/doctest
      Running Sphinx v5.3.0
    
      Extension error:
      Could not import extension sphinx.builders.linkcheck (exception: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: urllib3/urllib3#2168)
    ```
    evansd committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7182e7d View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Merge pull request #275 from evansd/python3.12-wheels

    Build wheels for Python 3.12
    jonathanunderwood authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    65b563a View commit details
    Browse the repository at this point in the history
Loading