853 contributions in the last year
Contribution activity
January 2021
Created 50 commits in 7 repositories
Created 1 repository
- pfmoore/pymeta Python
Created a pull request in pypa/packaging that received 20 comments
Add functions for parsing wheel and sdist filenames
I finally got fed up of writing the same code to parse wheel and sdist filenames, so I thought it might be worth having a "standard" version. As wr…
+171
−2
•
20
comments
Opened 8 other pull requests in 2 repositories
pypa/pip
5
merged
1
open
1
closed
- Release 21.0
- Remove support for extras after specifier in requirements
- Remove test for deprecated behaviour that's gone in 21.0
- Release process now (as of 21.0) produces py3-only wheels
- Release 21.0
- Use our own copy of strtobool, rather than the one from distutils
- Vendoring changes for release 21.0 (excluding setuptools)
pypa/get-pip
1
merged
Reviewed 3 pull requests in 1 repository
Created an issue in pypa/build that received 8 comments
ProjectBuilder.build does not return the wheel filename
The documentation says that ProjectBuilder.build
returns the wheel filename, but it currently does not.
8
comments