티스토리 수익 글 보기

티스토리 수익 글 보기

Comparing 4.0.0…4.0.1 · pypa/twine · GitHub
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.1
Choose a head ref
  • 6 commits
  • 12 files changed
  • 4 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 <federico.dambrosio@generali.com>
    Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
    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
Loading