-
Notifications
You must be signed in to change notification settings - Fork 310
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pypa/twine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 14 files changed
- 5 contributors
Commits on Feb 21, 2021
-
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e95990 - Browse repository at this point
Copy the full SHA 7e95990View commit details -
Cleanup: allow analysis of merge commits (#730)
Follows updates to CodeQL integration guidance per github/codeql-action#297
Configuration menu - View commit details
-
Copy full SHA for c1807fa - Browse repository at this point
Copy the full SHA c1807faView commit details
Commits on Feb 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 22aaa04 - Browse repository at this point
Copy the full SHA 22aaa04View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d01fdfa - Browse repository at this point
Copy the full SHA d01fdfaView commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0bd26af - Browse repository at this point
Copy the full SHA 0bd26afView commit details
Commits on Mar 14, 2021
-
* Update changelog for 3.4.0 * Update releasing process
Configuration menu - View commit details
-
Copy full SHA for 2dab479 - Browse repository at this point
Copy the full SHA 2dab479View commit details
Commits on Mar 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57db878 - Browse repository at this point
Copy the full SHA 57db878View commit details
Commits on Mar 17, 2021
-
Fix the "safe_name" attribute of PackageFile for backwards compatibil…
…ity (#745) * Fix the "safe_name" attribute of PackageFile for backwards compatibility Commit 0bd26af introduced a regression that was causing some namespace packages with dots in them fail to upload to PyPI. The reason is because `packaging.utils.canonicalize_name()` is not equivalent to `pkg_resources.safe_name()` as the former transforms the "." into "-", while the later only does it for non-alphanumeric/. characters. Closes: #743 * Update docstring of safe_name() Co-authored-by: Brian Rutledge <[email protected]> Co-authored-by: Brian Rutledge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7dc99ad - Browse repository at this point
Copy the full SHA 7dc99adView commit details -
Configuration menu - View commit details
-
Copy full SHA for dffdc9a - Browse repository at this point
Copy the full SHA dffdc9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3e76d - Browse repository at this point
Copy the full SHA ce3e76dView commit details
There are no files selected for viewing
This file was deleted.