GitHub / python/importlib_metadata / commits
Library to access metadata for Python packages
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| d3fe031d | Add comment about the compatibility factor. | Jason R. Coombs <j****o@j****m> | about 4 years ago | |
| e5b7d875 | merge Merge pull request #390 from python/bugfix/noisy-coverage |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| ebb57b17 | Exclude pip-run from coverage. It's just noise. | Jason R. Coombs <j****o@j****m> | about 4 years ago | |
| b88340b5 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | about 4 years ago | |
| a4ae953d | Add xfail test capturing new expectation. | Jason R. Coombs <j****o@j****m> | about 4 years ago | |
| 2678a7e8 | Honor PEP 518 with pytest-enabler. | Jason R. Coombs <j****o@j****m> | about 4 years ago | |
| 2279f76e | gh-93851: Fix all broken links in Doc/ (GH-93853) |
Oleg Iarygin <o****g@a****t>
Committed by: Jason R. Coombs <j****o@j****m> |
about 4 years ago | |
| b2f6fb37 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | about 4 years ago | |
| 0d3e49e0 | Update license. Fixes python/importlib_metadata#387. | Jason R. Coombs <j****o@j****m> | about 4 years ago | |
| 6dcd157a | Prefer spaces for rst. Fixes jaraco/skeleton#64. | Jason R. Coombs <j****o@j****m> | about 4 years ago | |
| e719f86c |
exclude build env from cov reporting (#60)
Co-authored-by: Jason R. Coombs <j****o@j****m> |
wim glenn <w****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 74f337fe | Update Github actions to v3 (#62) |
Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a4f5b769 | Update base URL for PEPs (#61) |
Hugo van Kemenade <h****k@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 10bf1b1f | Add Python 3.11 into the matrix using workaround from actions/setup-python#21... | Jason R. Coombs <j****o@j****m> | about 4 years ago | |
| f2a256ab | Fix reference in docs build. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 4f33d404 | Fix bug in changelog | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| afdb973b | merge Merge pull request #382 from python/feature/unique-distributions-function |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| da980921 | Add test for _unique. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 2df8b5a1 | Consolidate logic for generating minimal metadata. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| a3ad5f70 | Extract '_unique' for identifying unique distributions. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 9c80e090 | Use build_files for rendering fixtures in test_main. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 1d840cbf | Reference the main PR where the change occurred. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 2ee86fc0 | merge Merge pull request #381 from python/bugfix/entry-points-unique-normalized |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 21bacb91 | Update changelog. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 6eb6f717 | Add test expanding expectation on unique packages to include normalization. R... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 4c7ef61e | Add another test for _name_from_stem. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| a92fbf3f | merge Merge pull request #379 from python/bugfix/egg-on-face |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 9deee509 | Update changelog. Ref #377. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 01843df1 | Fix issue when metadata on the file system has no version. No more egg on fac... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 44618551 | Add some (failing) tests for _name_from_stem. Ref #377 | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| b06c3826 | Removed shadowed variable and make _name_from_stem a staticmethod. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| c68e382f |
gh-92417: `importlib` docs: remove references to unsupported Python versions ...
Co-authored-by: CAM Gerlach <C****h@G****M> |
Alex Waygood <A****d@G****m>
Committed by: Jason R. Coombs <j****o@j****m> |
over 4 years ago | |
| 45b8841a | fix `PathDistribution._normalized_name` implementation |
Benoit Pierre <b****e@g****m>
Committed by: Jason R. Coombs <j****o@j****m> |
over 4 years ago | |
| 1a6b8283 | Inject check job into CI workflow as ultimate flag (#55) |
Sviatoslav Sydorenko <w****k@s****a>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| fb47ce0b | bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003) |
Ville Skyttä <v****a@i****i>
Committed by: Jason R. Coombs <j****o@j****m> |
over 4 years ago | |
| 96e533b9 | merge Merge pull request #375 from saaketp/PackageMetadata-docs |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 28ee2351 | Fix docs build error (class, not type). | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 5f375a9b | Avoid comma splice and use a hyperlink to reference the protocol. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 39510a5b | Add a See Also: section with link to importlib_metadata docs. | Saaket Prakash <s****p@g****m> | over 4 years ago | |
| 2b2676a3 | Add note about PackageMetadata protocol in the docs. | Saaket Prakash <s****p@g****m> | over 4 years ago | |
| 4212eed3 | Update documentation to capture existing behavior. Closes #372. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| a6b4e2e6 | merge Merge pull request #373 from graingert/patch-1 |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 99a2ec44 | Update changelog. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 0ae0bfa6 | Update docs/using.rst |
Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| dbe114cb | Add docstring with tests for EntryPoint.matches. Ref #373. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| ee566d04 | Remove cast of path items to strings. Ref #372. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| cc78a7db | entry_points no longer returns a sequence keyed by group |
Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 467dba53 | importlib.metadata: Remove empty footnote section (GH-30451) |
Ned Batchelder <n****d@n****m>
Committed by: Jason R. Coombs <j****o@j****m> |
over 4 years ago | |
| 14cce752 | Prefer re.findall, which returns materialized results. Fixes #369. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| b4661fd8 | Add test capturing missed expectation on extras. Ref #369. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 590e31da | Add 'migrations' to the docs. Ref #368. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 43603042 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 04fe68a9 | Ran pre-commit autoupdate | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 2ef893a8 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 97e0293b | In _read_egg_info_reqs, when requires.txt exists but is empty, return an empt... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 96c79f60 | Add test capturing expectation when requires.txt is empty. Ref #367. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| f22eb5b6 | Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58) |
Anderson Bravalheri <a****b@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| a9ea801a | Require jaraco.packaging 9 adding compatibility for projects with no setup.py... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 2ef07705 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 96ea5630 | Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| d405f1b5 | ⚫ Fade to black. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 71dd095d | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| d752bace | merge Merge fix for bpo-46246 | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 9ce8d6c3 | Update changelog. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| bf8ccbab | Update test to capture the actual expectation on EntryPoints object and remov... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| badffe9a | Use the parent category PytestDeprecationWarning, which is available on older... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 8949d1a1 | Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 7e01b721 | Remove setup.py, no longer needed. |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 4f9825da | Update badge year |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 7a98b78b | merge Merge pull request #365 from sobolevn/patch-1 |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 30a199a4 | Update changelog. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| bf435854 | Prefer functional approach, avoiding any locals. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| a38315dd | Do not leak `method_name` in `DeprecatedList` |
Nikita Sobolev <m****l@s****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 9911bde8 | merge Merge tag 'v2.1.3' | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 67cd67f3 | merge Merge pull request #363 from python/bugfix/361-regexp-perf |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 611dd521 | Update changelog | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 5516095d | Update changelog | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| aa4f879f | Refactor regular expression to avoid expensive backtracking on contrived entr... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| cf7fef72 | Refactor regular expression to avoid expensive backtracking on contrived entr... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 4dbecdba | Add test capturing undesirable performance. Ref #361. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| a3ea9375 |
use AssertRaises as context manager
Co-authored-by: Alex Waygood <A****d@G****m> |
Arie Bovenberg <a****g@g****m>
Committed by: Jason R. Coombs <j****o@j****m> |
over 4 years ago | |
| 5ec499c2 | add missing __slots__ to DeprecatedList |
Arie Bovenberg <a****g@g****m>
Committed by: Jason R. Coombs <j****o@j****m> |
over 4 years ago | |
| 9491ef9a | merge Merge pull request #354 from FFY00/remove-distribution-local |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 1f6fe1e6 | merge Merge branch 'main' into remove-distribution-local | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 4a2f7d54 | Update changelog. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| e59f3b6f | Remove pep517 dependency and LocalPackage fixture, no longer used. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 5ad90475 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 4abad44e | Update changelog reflecting new Python requirement. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 20431540 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| d9039b05 | Update compatibility matrix to include Python 3.11. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 134ed7f8 | merge Merge pull request #358 from hauntsaninja/fixurl |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| d8900675 | Update changelog. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| d8aaa72f | Only implement the extra space where it's required, fitting the spec more min... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| fef1016f | 🧎♀️ Genuflect to the types. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| e2f3e50b | Change nothing and watch it fail. Ref #359. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 3b46c664 | And test it |
hauntsaninja <>
Committed by: Jason R. Coombs <j****o@j****m> |
over 4 years ago | |
| ca287f63 | Fix requirement produced for git URL in extra |
hauntsaninja <>
Committed by: Jason R. Coombs <j****o@j****m> |
over 4 years ago | |
| eca1c4ca | Remove filtered warnings, addressed upstream. | Jason R. Coombs <j****o@j****m> | almost 5 years ago | |
| d9008b5c | Remove filtered warnings, addressed upstream. | Jason R. Coombs <j****o@j****m> | almost 5 years ago | |
| 0019b0af | Require Python 3.7 or later. | Jason R. Coombs <j****o@j****m> | almost 5 years ago |