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/twine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.0
Choose a base ref
...
head repository: pypa/twine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.0
Choose a head ref
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Feb 21, 2021

  1. Prefer importlib_metadata for entrypoint parsing. (#728)

    * Prefer importlib_metadata for entrypoint parsing.
    
    * Prefer dict comprehension for now.
    
    * Workaround "implicit reexport disabled"
    
    * Add changelog.
    
    Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
    jaraco and bhrutledge authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    7e95990 View commit details
    Browse the repository at this point in the history
  2. Cleanup: allow analysis of merge commits (#730)

    Follows updates to CodeQL integration guidance per github/codeql-action#297
    jayaddison authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    c1807fa View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    22aaa04 View commit details
    Browse the repository at this point in the history
  2. Honor types in dependencies (#735)

    * Install the project and dependencies in 'types'. Ref #733.
    
    * Cast parameters to match keyring's expectations.
    
    * Bump requirement on keyring in typechecks
    
    * Remove ignores for importlib_metadata and keyring, both typed.
    jaraco authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    d01fdfa View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

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

Commits on Mar 14, 2021

  1. Release 3.4.0 (#742)

    * Update changelog for 3.4.0
    
    * Update releasing process
    bhrutledge authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    2dab479 View commit details
    Browse the repository at this point in the history
Loading