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/flit Loading
base: 3.2.0
Choose a base ref
...
head repository: pypa/flit Loading
compare: 3.3.0
Choose a head ref
  • 19 commits
  • 14 files changed
  • 5 contributors

Commits on Feb 3, 2021

  1. Allow Private :: Do Not Upload classifier.

    This is a special case because it is not listed in a trove classifier
    but it is a way to make sure that a private package is not get uploaded
    on PyPI by accident.
    
    Implementation on PyPI side:
        pypi/warehouse#5440
    Issue about officially documenting the trick:
        pypa/packaging.python.org#643
    orsinium committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    3255c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e44077a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Merge pull request #390 from orsinium-forks/private-classifier

    Allow `Private :: Do Not Upload` classifier.
    takluyver committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b944ecc View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Reuse wheel metadata in sdist

    I was not able to tell if there is a downside to using the same
    metadata as the wheel but a cursory investigation revealed
    that it's what Poetry does.  setuptools omits the requirements
    but its PKG-INFO appears to be otherwise identical to the wheel's
    METADATA file.  flit appears to be a bit of an outlier in creating
    a barebones PKG-INFO file.
    
    Closes #409.
    layday committed May 1, 2021
    Configuration menu
    Copy the full SHA
    c14ee5d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Support SHA256 hashes

    This is needed by GitLab to support uploads from flit (GitLab works fine
    with twine).
    
    Addresses #364 of takluyver/flit
    Addresses #333964 of gitlab.com/gitlab-org/gitlab
    
    The most useful one-line of code I ever wrote I believe.
    Matcha @sennder committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    10e3145 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Configuration menu
    Copy the full SHA
    77110b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #417 from takluyver/py34-ci-attrs

    Pin attrs <21 for testing on Python 3.4
    takluyver committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    7cc5279 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #416 from matchalunatic/support-sha256-hashes

    Support SHA256 hashes
    takluyver committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    d9f33ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #410 from layday/fix-pep621-metadata

    Reuse wheel metadata in sdist
    takluyver committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    ce9a6ae View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    bdfd972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58beed7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    c7c8ebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2d31d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b44fac4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc33d4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f5255a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #423 from takluyver/doc-pep621

    WIP: Document PEP 621 support
    takluyver committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    82f1055 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb21769 View commit details
    Browse the repository at this point in the history
  8. Version number -> 3.3.0

    takluyver committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    f6831de View commit details
    Browse the repository at this point in the history
Loading