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: 4.0.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: 4.0.2
Choose a head ref
  • 10 commits
  • 18 files changed
  • 6 contributors

Commits on Apr 21, 2022

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

Commits on May 15, 2022

  1. Fix typos in tests (#898)

    kianmeng authored May 15, 2022
    Configuration menu
    Copy the full SHA
    b0b932f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Restore missing __main__ logs (#896)

    * Use twine logger to ensure main always logs
    
    * Revert "Use twine logger to ensure main always logs"
    
    This reverts commit 698f940.
    
    * Configure root logger instead of twine logger
    
    * Add changelog entry
    bhrutledge authored May 21, 2022
    Configuration menu
    Copy the full SHA
    5525a2a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

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

Commits on May 30, 2022

  1. Log keyring tracebacks (#890)

    * Use logger.exception instead of logger.warning to handle keyring failures
    Add related test
    
    * Revert logging back to warning
    Update tests
    
    * Add changelog entry
    
    * Parameterize test
    
    * Use re.search for caplog
    
    * Group similar tests
    
    * Rework missing HOME setup
    
    * Refactor fixtures
    
    * Normalize prompt tests
    
    * Fix incorrect non-interactive test
    
    * Reload keyring to reproduce test failure
    
    * Patch pwd instead of os
    
    * Make assertions more specific
    
    * Move monkeypatch to keyring
    
    * Test attributes instead of methods
    
    * Use more specific log messages
    
    * Normalize keyring monkeypatch
    
    Co-authored-by: Federico D'Ambrosio <[email protected]>
    Co-authored-by: Brian Rutledge <[email protected]>
    3 people authored May 30, 2022
    Configuration menu
    Copy the full SHA
    62f3c67 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Update changelog for 4.0.1 (#904)

    * Fix twine import error from towncrier
    
    * Update changelog for 4.0.1
    bhrutledge authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8f5e5d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

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

Commits on Nov 29, 2022

  1. Fix failing CI (#943)

    * Fix flake8 config
    
    * Drop Codecov
    
    * Disable more rich markup in tests
    di authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    717ae3d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Fix twine( check) with the newly released pkginfo 1.9. (#941)

    It (the pkginfo release) removes `distribution.must_decode`, though that
    function was questionably public as it was an "exposed" compatibility
    function (removed as part of pkginfo dropping 2.7 support).
    
    See https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/revision/205
    Julian authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5b5d081 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Release 4.0.2 (#946)

    * Add changelog entry for pkginfo fix
    
    * Update changelog for 4.0.2
    bhrutledge authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    75c3d86 View commit details
    Browse the repository at this point in the history
Loading