8000 Comparing 24.0...24.1 · pypa/packaging · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: pypa/packaging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24.0
Choose a base ref
...
head repository: pypa/packaging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24.1
Choose a head ref
  • 10 commits
  • 29 files changed
  • 8 contributors

Commits on Mar 10, 2024

  1. Bump for development

    pradyunsg committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e8002b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb8fd38 View commit details
    Browse the repository at this point in the history
  3. Add support for Python 3.13 and drop EOL 3.7 (#783)

    Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
    hugovk and pradyunsg authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5cbe1e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec9f203 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    757f559 View commit details
    Browse the repository at this point in the history
  6. Modernise type annotations using FA rules from ruff (#785)

    * Modernise type annotations using `FA` rules from ruff
    
    This enforces the use of `from __future__ import annotations` on all
    files that use objects from `typing` that have clearer syntax available
    in newer typing  annotation syntax.
    
    * Use recursive types in `_parser`
    
    This makes use of more accurate type checking enabled by newer type
    checker versions.
    
    ---------
    
    Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
    pradyunsg and pradyunsg authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cc938f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Document markers.default_environment() (#753)

    Co-authored-by: Brett Cannon <brett@python.org>
    edgarrmondragon and brettcannon authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e0dda88 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on May 20, 2024

  1. Work around platform.python_version() returning non PEP 440 complia…

    …nt version for non-tagged CPython builds (#802)
    sbidoul authored May 20, 2024
    Configuration menu
    Copy the full SHA
    3e67fc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Bump for release

    pradyunsg committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    85442b8 View commit details
    Browse the repository at this point in the history
Loading
0