GitHub / python/importlib_metadata / commits
Library to access metadata for Python packages
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| d8a7576d | Remove dependency on flufl.flake8 | Jason R. Coombs <j****o@j****m> | about 1 month ago | |
| 84e9028d | Finalize | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 36ed6f69 | merge Merge pull request #521 from 2xB/fix520 |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| f6eee567 | Rely on passthrough to designate a wrapper for its side effect. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 3c9510bf | Prefer noop for degenerate behavior. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| a36bab92 | Avoid if block. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 8dd2937c | Decouple clear_after_fork from lru_cache and then compose. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 1da3f456 | Add news fragment. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 4c6b9c14 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 8f3d95e7 | Pin mypy on PyPy. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 40bb485b | 👹 Feed the hobgoblins (delint). | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| a1c25d8f | 🧎♀️ Genuflect to the types. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 4e962a84 | 👹 Feed the hobgoblins (delint). | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 6a30ab96 | Allow initial currsize to be greater than one (as happens when running the te... | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 104265b0 | Add test capturing missed expectation. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 339d7a57 | Added decorator to encapsulate the fork multiprocessing workaround. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| a4497a9d | merge Merge pull request #524 from hugovk/rm-config-code |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
about 2 months ago | |
| 49427ed6 | Add news fragment. | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| 372be384 | Revert "Replace zipp dependency with stdlib" | Jason R. Coombs <j****o@j****m> | about 2 months ago | |
| fc3f3154 | Replace zipp dependency with stdlib | Hugo van Kemenade <1****k@u****m> | 3 months ago | |
| d47a969e | Specify the directory for news fragments. | Jason R. Coombs <j****o@j****m> | 4 months ago | |
| 07349287 | Remove redundant compatibility code | Hugo van Kemenade <1****k@u****m> | 5 months ago | |
| 8c5810ed | Log filenames when running pytest-mypy (jaraco/skeleton#177) |
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 04ff5549 | Update pre-commit ruff (jaraco/skeleton#181) |
Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| cbc721bf | Fix errors with multiprocessing |
2xB <3****B@u****m>
Committed by: Jason R. Coombs <j****o@j****m> |
8 months ago | |
| 95ecf2aa | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 5a6c1532 | Bump to setuptools 77 or later. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| b535e75e | Revert "Python 3 is the default nowadays (jaraco/skeleton#173)" (jaraco/skele... |
Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| d2b8d775 | Add coherent.licensed plugin to inject license texts into the build. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 86739615 | Python 3 is the default nowadays (jaraco/skeleton#173) |
Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 98fcfaea | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 9a81db3c | Replace copy of license with an SPDX identifier. (jaraco/skeleton#171) |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 708dff4f | Finalize | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| b3065f03 | merge Merge pull request #519 from python/bugfix/493-metadata-missing |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| e4351c22 | Add a new test capturing the new expectation. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 5a657051 | Refactor the casting into a wrapper for brevity and to document its purpose. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 0830c39b | Add news fragment. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 22bb5676 | Fix type errors where metadata could be None. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| b9c4be42 | merge Merge pull request #518 from python/bugfix/488-bad-ep-value | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| c10bdf30 | 👹 Feed the hobgoblins (delint). | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 2bfbaf3b | Prefer typing.NamedTuple | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 75670d28 | Remove unused imports. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| d9fc620f | 👹 Feed the hobgoblins (delint). | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 9f8af013 | Prefer a cached property, as the property is likely to be retrieved at least ... | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| f179e288 | Also raise ValueError on construction if the value is invalid. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| eae6a754 | Raise a ValueError if no match. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 55c6070a | Refactored parsing and handling of EntryPoint.value. | Jason R. Coombs <j****o@j****m> | 9 months ago | |
| 979e6260 | Remove PIP_NO_PYTHON_VERSION_WARNING. | Jason R. Coombs <j****o@j****m> | 11 months ago | |
| 1ebb559a | Remove workaround and update badge. | Jason R. Coombs <j****o@j****m> | 11 months ago | |
| ad841100 | Remove deprecated license classifier (PEP 639) (jaraco/skeleton#170) |
Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| d587ff73 | Update to the latest ruff version (jaraco/skeleton#166) |
Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| b00e9dd7 | Remove pycodestyle warnings, no longer meaningful when using ruff formatter. | Jason R. Coombs <j****o@j****m> | 11 months ago | |
| b7d4b6ee | remove extra spaces in ruff.toml (jaraco/skeleton#164) |
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 8f42595c | Enable ruff rules ISC001/ISC002 (jaraco/skeleton#158) |
Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 7f8f40cb | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | 11 months ago | |
| aa891069 | Consistent import sorting (isort) (jaraco/skeleton#157) |
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 1a2f9305 |
Select Ruff rules for modern type annotations (jaraco/skeleton#160)
Co-authored-by: Jason R. Coombs <j****o@j****m>, Jason R. Coombs <j****o@j****m> |
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m> |
11 months ago | |
| 1c9467fd | Fix new mandatory configuration field for RTD (jaraco/skeleton#159) |
Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 75ce9aba | Add support for building lxml on pre-release Pythons. | Jason R. Coombs <j****o@j****m> | 12 months ago | |
| aee344d7 | Removing dependabot config. Closes jaraco/skeleton#156 | Jason R. Coombs <j****o@j****m> | 12 months ago | |
| 45e8bde7 | Finalize | Jason R. Coombs <j****o@j****m> | about 1 year ago | |
| 506beb7c | Fixed indentation logic to also honor blank lines. | Jason R. Coombs <j****o@j****m> | about 1 year ago | |
| dad73809 | Finalize | Jason R. Coombs <j****o@j****m> | about 1 year ago | |
| dab1dd81 | When transforming the payload to a Description key, clear the payload. | Jason R. Coombs <j****o@j****m> | about 1 year ago | |
| 07aa607e | Add support for rendering metadata where some fields have newlines (python/cp... | Jason R. Coombs <j****o@j****m> | about 1 year ago | |
| 39a607d2 | Bump badge for 2025. | Jason R. Coombs <j****o@j****m> | about 1 year ago | |
| b92ec183 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 5c34e695 | Use extend for proper workaround. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 694e5b4e | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 750a1891 | Require Python 3.9 or later now that Python 3.8 is EOL. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| e61a9df7 | Include pyproject.toml in ruff.toml. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| db4dfc49 | Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#151) |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 62b6678a | Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skele... |
Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 90073b1a | Separate bpo from Python issue numbers. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| cab08be2 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 3fe8c5ba | Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#146) |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 81b766c0 | Fix an incompatibility (and source of merge conflicts) with projects using Ru... |
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 20295ece | 👹 Feed the hobgoblins (delint). | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| db14d965 | Ensure redent is idempotent (doesn't add 8 spaces to already dedented values). | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| b34810b1 | Finalize | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 8c1d1fa4 | merge Merge pull request #501 from Avasam/Pass-mypy-and-link-issues |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| afa39e8e | Back out changes to tests._path | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 8b909f9b | merge Merge pull request #503 from danielhollas/defer-json |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 2a3f50d8 | Add news fragment. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 3f78dc17 | Add comment to protect the deferred import. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 18eb2da0 | Revert "Defer platform import" | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 58832f23 | merge Merge pull request #502 from danielhollas/defer-zipp |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| e3ce33b4 | Add news fragment. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| d11b67fe | Add comment to protect the deferred import. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 5dd80c3b | merge Merge pull request #504 from Avasam/Update-tests/_path.py |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| a675458e | Allow the workflow to be triggered manually. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 1a6e38c0 | Remove workaround for sphinx-contrib/sphinx-lint#83 | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| aa9421d6 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 790fa6e6 | Include the trailing slash in disable_error_code(overload-overlap), also requ... | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 2beb8b0c | Add support for linking usernames. | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| cae15af2 | Update tests/_path.py with jaraco.path 3.7.2 | Avasam <s****6@h****m> | over 1 year ago | |
| 0c326f3f | Add a degenerate nitpick_ignore for downstream consumers. Add a 'local' comme... | Jason R. Coombs <j****o@j****m> | over 1 year ago | |
| 8436e814 | Defer platform import | Daniel Hollas <d****s@b****k> | over 1 year ago | |
| e0b4f09e | Defer json import | Daniel Hollas <d****s@b****k> | over 1 year ago | |
| 76eebe0e | Defer import of zipp | Daniel Hollas <d****s@b****k> | over 1 year ago |