GitHub / python/importlib_metadata / commits
Library to access metadata for Python packages
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| b99c9d66 | Refine SimplePath to allow for os.PathLike on input and SimplePath on output. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 200cf457 | merge Merge pull request #480 from python/bugfix/distribution-simplepath |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| ac243d3f | Include _meta in docs to fix doc build failures. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 1b3f272d | Corrected the interface for SimplePath to encompass the expectations of locat... | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| fc4df51a | Rely on read_text and read_bytes from located paths. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 62027870 | Expand the docstring for read_text | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| d97e389f | Rely on keyword-only argument for context. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 3c4fd4e8 | Fix typo in doc | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 3ef139e0 | Remove using documentation and instead point users to the stdlib docs. Closes... | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| e4bd6091 | Separate collateral jobs on different lines for easier override/extension. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 8bff8b03 | Enable testing merge queues @ GitHub Actions CI/CD (jaraco/skeleton#93) |
Sviatoslav Sydorenko <w****k@s****a>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 59b145a1 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 97a5f447 | Update Github Actions badge per actions/starter-workflows#1525. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| fb492e17 | Finalize | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 84418f85 | Finalize | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 537349cc | merge Merge pull request #465 from python/feature/origin |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 37113c20 | Removed EntryPoint access by numeric index (tuple behavior). | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 51b3be4c | merge Merge branch 'main' into feature/origin | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| e886c996 | Use a SiteBuilder class to build files in the site, traversing the class hier... | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 72383028 | Restore pypy tests now that 3.10 is the standard. Bypasses issue in #463. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 02bbfb06 | Finalize | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| b3918e75 | Added diagnose script. Closes #461. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 4e118be4 | Finalize | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 177ec8cd | Add news fragment. Intended for #473. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| dfa7fede | 🧎♀️ Genuflect to the types. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| c3b80ebe | ⚫ Fade to black. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 650996fb | merge Merge pull request #473 from amundhov/topic/entrypoints_repr |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| eeb6e218 | merge Merge pull request #472 from DimitriPapadopoulos/codespell |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 7e6c46d3 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 33dd0126 | Suppress deprecation warning in dateutil. Workaround for dateutil/dateutil#1284. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 26f420a9 | Remove news fragment after allowing time to be processed downstream. | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 5732ebee |
GitHub Actions: Combine tox jobs diffcov and docs (jaraco/skeleton#95)
Co-authored-by: Jason R. Coombs <j****o@j****m> |
Christian Clauss <c****s@m****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 75d9cc1b | Upgrade GitHub Actions checkout (jaraco/skeleton#94) |
Christian Clauss <c****s@m****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 03f03e78 | Limit sphinxlint jobs to 1. Workaround for sphinx-contrib/sphinx-lint#83. | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| 066e24d7 | With commit 0c819641d314ac496eb32b55f2b15215fa6fa55f the behavior of Entrypoi... | Amund Hov <a****v@g****m> | almost 3 years ago | |
| 353c3dfe | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| 5f2e291d | Fix new typo found using codespell | Dimitri Papadopoulos <3****s@u****m> | almost 3 years ago | |
| 9d6d8b5e | Update changelog to reflect backward-incompatible effect. Ref #459. | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| ca1831c2 | Prefer ``pass_env`` in tox config. Preferred failure mode for tox-dev/tox#312... | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| 928e9a86 | Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Closes jara... | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| a6256e29 | Add descriptions to the tox environments. Closes jaraco/skeleton#91. | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| b98411ea | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| b02bf32b | Add diff-cover check to Github Actions CI. Closes jaraco/skeleton#90. | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| 0484daa8 | Clean up 'color' environment variables. | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| f3dc1f47 | Remove spinner disablement. If it's not already fixed upstream, that's where ... | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| 92d2d8e1 | Allow GITHUB_* settings to pass through to tests. | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| 0e2032c4 | Pin against sphinx 7.2.5 as workaround for sphinx/sphinx-doc#11662. Closes ja... | Jason R. Coombs <j****o@j****m> | almost 3 years ago | |
| f4809073 | Add test capturing expectation. Ref #404 | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 84399188 | Add changelog | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 8e7b9689 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| c43962ad | Remove TOX_WORK_DIR workaround, no longer necessary with tox 4. Ref tox-dev/t... | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 626e633e | merge Merge https://github.com/jaraco/tidelift | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| a7310562 |
Increase visibility of security policy. (#4)
Co-authored-by: Joyce <j****m@g****m> Signed-off-by: Joyce <j****m@g****m>, Joyce <j****m@g****m> |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 34fd7365 | Finalize | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 97084d87 | Remove reliance on typing-extensions, only required for Python 3.7 compatibil... | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| b74d2b2d | merge Merge pull request #460 from Gryfenfer97/main |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| ec7bca02 | Disable tests on pypy due to #463 | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| ee4f84ac | Remove superfluous includes | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 747c2a36 | Replace redundant step names with simple 'Run'. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 972d1b30 | Add links to project home page and pypi. Fixes jaraco/skeleton#77. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| f862e3fd | merge Merge branch '2023-handoff' of https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 23ed6b15 | merge Merge branch 'collapse' into 2023-handoff | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| c29955f9 | Collapse skeleton history. Workaround for jaraco/skeleton#87. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| cca49a44 | Prefer 3.x for Python version (latest stable). | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 74ba8acb | Leverage pytest-enabler 2.2 for the default config. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 8e83c3f0 | Expand 'finalize' to commit and tag the change. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| f5a56179 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 07a87ea9 | Remove tox boilerplate, no longer necessary with later versions of tox. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| cd145f40 | Replace workaround for actions/setup-python#508 with 'allow-prereleases' | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 5ca761c6 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 45c03bdc | add typing for simple functions | Gryfenfer97 <h****4@g****m> | about 3 years ago | |
| 74b0d396 | Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 3b7d8a91 | Require Python 3.8 or later. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 29633775 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| f604d3e4 | merge Merge pull request #453 from jherland/symlinked-packages-work |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 53e47d9a | Remove '__init__.py', not needed. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| e8bc8028 | Update changelog. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| d5f723f8 | Utilize the new Symlink in preparing the test case. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| c701bcdd | merge Merge branch 'main' into symlinked-packages-work | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 62144eb5 | Update _path to jaraco.path 3.6 with symlink support. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 7a19e8a4 | Consolidate PackageDistributions tests. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| fa705d37 | Inline the symlink setup. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 7a5e025f | Streamline the test to check one expectation (the standard dist-info expectat... | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 67662d8d | merge Merge branch 'main' into symlinked-packages-work | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 1c4b3287 | Capture that _get_toplevel_name can return None. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| e50ebd77 | Extract _topmost and _get_toplevel_name functions. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 851b921c | Extract _topmost and _get_toplevel_name functions. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| a063f666 | merge Merge branch 'main' into symlinked-packages-work | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 241541c0 | Remove inclusion of python version for docs | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| e7cd730d | Add badge for Ruff. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| ae9ca439 | Add origin property. Ref #404. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 4ebe4906 | Remove test_search_dist_dirs as it was never used. Ref python/importlib_metad... | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| c10a5aa0 | Move test_interleaved_discovery from test_integration to test_main. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 50e9f816 | Remove Python 2 compatibility in _compat.NullFinder. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| d96e7e74 | Add docstring to test_integration to give some context. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 7d2c5591 | Inline the NullFinder behavior. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 6f754807 | Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401. | Jason R. Coombs <j****o@j****m> | about 3 years ago | |
| 0819803c | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 3 years ago | |
| a0acaace | Remove reference to EncodingWarning as it doesn't exist on some Pythons. | Jason R. Coombs <j****o@j****m> | over 3 years ago | |
| 94759dd1 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 3 years ago |