티스토리 수익 글 보기

티스토리 수익 글 보기

Comparing 6.0.0…6.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: 6.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: 6.0.1
Choose a head ref
  • 10 commits
  • 10 files changed
  • 5 contributors

Commits on Nov 30, 2024

  1. chore: mark 3.13 as explicitly supported

    Signed-off-by: William Woodruff <william@yossarian.net>
    woodruffw authored and sigmavirus24 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    80cc58c View commit details
    Browse the repository at this point in the history
  2. changelog: record #1184

    Signed-off-by: William Woodruff <william@yossarian.net>
    woodruffw authored and sigmavirus24 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    675565f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa58273 View commit details
    Browse the repository at this point in the history
  4. Apply ruff/Perflint rule (#1136)

    PERF401 Use a list comprehension to create a transformed list
    
    A comprehension is a more efficient way to initialise a list than
    successive append() calls.
    DimitriPapadopoulos authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    f32dc35 View commit details
    Browse the repository at this point in the history
  5. Use brackets for the default value of option arguments (#1149)

    The goal is to standardize the format of the help text printed
    by pypa commands. It is not easy to choose between brackets `[]`
    and parentheses `()`. I went for the docopt style, which is the
    closest to a standard I could find:
    	http://docopt.org/
    
    	[...] and whether that argument has a default value ([default: 10]).
    
    This change has already been applied to setuptools:
    	pypa/setuptools#4442
    DimitriPapadopoulos authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    067412e View commit details
    Browse the repository at this point in the history
  6. build(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#…

    …1175)
    
    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@fb13cb3...15c56db)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: William Woodruff <william@yossarian.net>
    dependabot[bot] and woodruffw authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    873f33e View commit details
    Browse the repository at this point in the history
  7. check: fix handling of non-shell-expanded globs

    Signed-off-by: William Woodruff <william@yossarian.net>
    woodruffw committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    e98f03b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1188 from pypa/ww/fix-twine-check-glob

    check: fix handling of non-shell-expanded globs
    sigmavirus24 authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    a017005 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Update changelog for 6.0.1

    woodruffw committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    9a24828 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1189 from pypa/release-6.0.1

    Update changelog for 6.0.1
    sigmavirus24 authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    a723876 View commit details
    Browse the repository at this point in the history
Loading