{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":449007252,"defaultBranch":"main","name":"pypi-importlib_resources","ownerLogin":"clearlinux-pkgs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-17T18:34:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14979720?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711509036.0","currentOid":""},"activityList":{"items":[{"before":"495c5f387c8d3d3670ece2f67f58450d3314bfb5","after":"8c41816fb7a3a4c772a2924c605d550bc5432fbe","ref":"refs/heads/main","pushedAt":"2024-03-27T03:10:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-importlib_resources: Autospec creation for update from version 6.3.2 to version 6.4.0\n\nAdam Turner (1):\n GH-109653: Defer import of ``importlib.metadata._adapters`` (python/cpython#109829)\n\nJason R. Coombs (4):\n Add support for python/cpython references\n Consolidated test support logic in jaraco.test.cpython.\n Add news fragment.\n Finalize\n\nPetr Viktorin (5):\n Apply CPython PR, sans docs and changelogs\n Adapt to importlib_resources\n Formatting nitpicks\n Port tests to Python 3.8\n Use Ruff style, rather than PEP 8","shortMessageHtmlLink":"pypi-importlib_resources: Autospec creation for update from version 6…"}},{"before":"9cb549dd581a203e48e16a50534dcbb295e1768e","after":"495c5f387c8d3d3670ece2f67f58450d3314bfb5","ref":"refs/heads/main","pushedAt":"2024-03-23T00:37:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-importlib_resources: Autospec creation for update from version 6.3.1 to version 6.3.2\n\nJason R. Coombs (4):\n When blocking stdlib readers, avoid giving deference to degenerate readers and instead prefer the standard readers before once again falling back to any CompatibilityFiles reader. Closes #298.\n Add news fragment.\n Add reference to the issue in the docstring.\n Finalize","shortMessageHtmlLink":"pypi-importlib_resources: Autospec creation for update from version 6…"}},{"before":"c86079f89309a82bcba6bafd56d52135e635b5ed","after":"9cb549dd581a203e48e16a50534dcbb295e1768e","ref":"refs/heads/main","pushedAt":"2024-03-19T18:31:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-importlib_resources: Autospec creation for update from version 6.3.0 to version 6.3.1\n\nJason R. Coombs (4):\n Mark test as xfail on Python 3.10 where it fails. Ref #257.\n Ensure stdlib readers are excluded on Python 3.10 even when found in importlib.readers. Closes #257.\n Add news fragment.\n Finalize\n\nLoucky, Jakub (1):\n Add test capturing missed expectation. Ref #257.","shortMessageHtmlLink":"pypi-importlib_resources: Autospec creation for update from version 6…"}},{"before":"407f89556b21aa3493fce19b81db6f869bf49f80","after":"c86079f89309a82bcba6bafd56d52135e635b5ed","ref":"refs/heads/main","pushedAt":"2024-03-12T02:02:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-importlib_resources: Autospec creation for update from version 6.1.2 to version 6.1.3\n\nJason R. Coombs (7):\n Move test compatibility modules into a compat package.\n gh-116307: Create a new import helper 'isolated modules' and use that instead of 'Clean Import' to ensure that tests from importlib_resources don't leave modules in sys.modules.\n Use a SimpleNamespace for setdefault compatibility.\n Extract 'from_test_support' helper.\n Remove unlink compatibility (unused).\n Re-use isolated_modules in ZipSetupBase.\n Finalize","shortMessageHtmlLink":"pypi-importlib_resources: Autospec creation for update from version 6…"}},{"before":"855cb174e2bd6cc920c45048755034a33f8befe5","after":"407f89556b21aa3493fce19b81db6f869bf49f80","ref":"refs/heads/main","pushedAt":"2024-02-27T18:33:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-importlib_resources: Autospec creation for update from version 6.1.1 to version 6.1.2\n\nBartosz Sławecki (1):\n Tweak coverage configuration for type checking (jaraco/skeleton#97)\n\nChristian Clauss (2):\n Upgrade GitHub Actions checkout (jaraco/skeleton#94)\n GitHub Actions: Combine tox jobs diffcov and docs (jaraco/skeleton#95)\n\nDimitri Papadopoulos Orfanos (2):\n Use the ruff formatter (jaraco/skeleton#99)\n ruff: extended-ignore → ignore (jaraco/skeleton#105)\n\nJason R. Coombs (32):\n Remove news fragment after allowing time to be processed downstream.\n Suppress deprecation warning in dateutil. Workaround for dateutil/dateutil#1284.\n Update Github Actions badge per actions/starter-workflows#1525.\n Separate collateral jobs on different lines for easier override/extension.\n Update test_custom_loader to correctly return a Traversable (pathlib.Path) and adjust the assertions to only expect a Traversable.\n Remove skip as typing now has runtime_checkable unconditionally.\n Add note about when to drop compatibility.\n Replace compatibility code.\n Make the assertion explicit.\n Drop minimum requirement on pytest-mypy as most environments are already running much later. Closes jaraco/skeleton#96.\n Remove sole entry for branches-ignore. Workaround for and closes jaraco/skeleton#103.\n Bump year on badge\n Remove build and dist from excludes. It appears they are not needed and their presence blocks the names of packages like 'builder' and 'distutils'. Ref pypa/distutils#224.\n Exclude docs and tests directories properly per Setuptools behavior.\n Rely on default discovery for good heuristics for finding packages.\n Enable preview to enable preserving quotes.\n Use latest versions in RTD boilerplate.\n 👹 Feed the hobgoblins (delint).\n Move '_ensure_traversable' to the readers module, as it's needed downstream.\n Move compatibility and future behaviors into separate packages.\n Consolidate more shared behavior across TraversableResourceLoaders.\n Update comments to reflect refreshed purpose.\n Move reader constructors into methods.\n Use a SimpleNamespace to pass the path needed by the FileReader.\n Extract method for the standard readers.\n Remove flake8 exclusion and remove unused imports.\n 👹 Feed the hobgoblins (delint).\n Change the assertions for test_join_path to assert that the subdirectory is a multiplexed path to avoid touching implementation details.\n Updated the contents of the binary files in the subdirectories so there's less chance of accidentally matching one for the other.\n Added changelog\n Use bytes ranges instead of bytes literals.\n Finalize\n\nSviatoslav Sydorenko (1):\n Enable testing merge queues @ GitHub Actions CI/CD (jaraco/skeleton#93)\n\nWeicheng Zhao (1):\n Fix NotADirectory error when calling files on a submodule of a zipped namespace package","shortMessageHtmlLink":"pypi-importlib_resources: Autospec creation for update from version 6…"}},{"before":"8798c29b0c216ddbe7b5c1141733ee648a1512da","after":"855cb174e2bd6cc920c45048755034a33f8befe5","ref":"refs/heads/main","pushedAt":"2023-12-28T22:17:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"version bump from 6.1.1-36 to 6.1.1-37","shortMessageHtmlLink":"version bump from 6.1.1-36 to 6.1.1-37"}},{"before":"d4b5e0300fcd4b0c4dc4b174af0e6d4a00037efa","after":"8798c29b0c216ddbe7b5c1141733ee648a1512da","ref":"refs/heads/main","pushedAt":"2023-11-09T14:27:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-importlib_resources: Autospec creation for update from version 6.1.0 to version 6.1.1\n\nAlexander Shadchin (1):\n Add missed `stream` argument\n\nJason R. Coombs (3):\n Limit sphinxlint jobs to 1. Workaround for sphinx-contrib/sphinx-lint#83.\n Add news fragment.\n Finalize","shortMessageHtmlLink":"pypi-importlib_resources: Autospec creation for update from version 6…"}},{"before":"e825b0b64921b64dfd87ad4c2c3ee624c118d86f","after":"d4b5e0300fcd4b0c4dc4b174af0e6d4a00037efa","ref":"refs/heads/main","pushedAt":"2023-10-26T22:39:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"version bump from 6.1.0-34 to 6.1.0-35","shortMessageHtmlLink":"version bump from 6.1.0-34 to 6.1.0-35"}},{"before":"566f103e3b0cbac628070c5d6b7356392eed9a23","after":"e825b0b64921b64dfd87ad4c2c3ee624c118d86f","ref":"refs/heads/main","pushedAt":"2023-09-26T20:04:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-importlib_resources: Autospec creation for update from version 6.0.1 to version 6.1.0\n\nJason R. Coombs (19):\n Add API docs. Closes #245.\n Pin against sphinx 7.2.5 as workaround for sphinx/sphinx-doc#11662. Closes jaraco/skeleton#88.\n Allow GITHUB_* settings to pass through to tests.\n Remove spinner disablement. If it's not already fixed upstream, that's where it should be fixed.\n Clean up 'color' environment variables.\n Add diff-cover check to Github Actions CI. Closes jaraco/skeleton#90.\n Add descriptions to the tox environments. Closes jaraco/skeleton#91.\n Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Closes jaraco/skeleton#89.\n Replace static zip fixtures with dynamically generated zip fixtures built from the same modules as found on the file system.\n Separate 'disk' concern of namespace tests.\n Prefer ``pass_env`` in tox config. Preferred failure mode for tox-dev/tox#3127 and closes jaraco/skeleton#92.\n In zip namespace fixtures, explicitly generate the directory entries implied by children. Workaround for python/cpython#59110.\n Add xfail tests for namespace packages in a zip, capturing missed expectation reported in python/importlib_resources#287.\n Update MultiplexedPath to expect Traversable and add a compatibility shim with deprecation warning.\n Update tests for MultiplexedPath to pass traversables, addressing some deprecation warnings.\n Update changelog\n When constructing a MultiplexedPath, resolve submodule_search_locations to Traversable objects. Closes python/importlib_resources#287.\n Honor backslashes in inner paths as found in submodule_search_locations.\n Finalize","shortMessageHtmlLink":"pypi-importlib_resources: Autospec creation for update from version 6…"}},{"before":"607ce98dcf12d12a94f2a90aae61541290ac7930","after":"566f103e3b0cbac628070c5d6b7356392eed9a23","ref":"refs/heads/main","pushedAt":"2023-08-10T06:42:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-importlib_resources: Autospec creation for update from version 6.0.0 to version 6.0.1\n\nJason R. Coombs (4):\n Increase visibility of security policy. (#4)\n Remove TOX_WORK_DIR workaround, no longer necessary with tox 4. Ref tox-dev/tox#3050.\n Restore LICENSE unintentionally changed in 8de19cf901dece8c587e2d072a687a7acf81d49e.\n Finalize","shortMessageHtmlLink":"pypi-importlib_resources: Autospec creation for update from version 6…"}},{"before":"c529b68f8eec01dbdb708770057c32cd3a1f1e7d","after":"607ce98dcf12d12a94f2a90aae61541290ac7930","ref":"refs/heads/main","pushedAt":"2023-07-11T16:17:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-importlib_resources: Autospec creation for update from version 5.12.0 to version 6.0.0\n\nJason R. Coombs (22):\n Remove unnecessary and incorrect copyright notice. Fixes jaraco/skeleton#78.\n Replace flake8 with ruff. Fixes jaraco/skeleton#79 and sheds debt.\n Make substitution fields more prominent and distinct from true 'skeleton' references. (#71)\n Suppress EncodingWarning in build.env. Ref pypa/build#615.\n Remove reference to EncodingWarning as it doesn't exist on some Pythons.\n Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401.\n Add badge for Ruff.\n Remove inclusion of python version for docs\n Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83.\n Replace workaround for actions/setup-python#508 with 'allow-prereleases'\n Remove tox boilerplate, no longer necessary with later versions of tox.\n Require Python 3.8 or later.\n Expand 'finalize' to commit and tag the change.\n Leverage pytest-enabler 2.2 for the default config.\n Prefer 3.x for Python version (latest stable).\n Collapse skeleton history. Workaround for jaraco/skeleton#87.\n Add links to project home page and pypi. Fixes jaraco/skeleton#77.\n Replace redundant step names with simple 'Run'.\n Finalize\n Remove legacy support. Fixes #80.\n Update Python version mapping to include Python 3.13 and updates to 3.12 per python/cpython#97930.\n Finalize\n\nJoyce (1):\n Feat: initial permissions to main.yml (jaraco/skeleton#76)","shortMessageHtmlLink":"pypi-importlib_resources: Autospec creation for update from version 5…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEIETaVgA","startCursor":null,"endCursor":null}},"title":"Activity · clearlinux-pkgs/pypi-importlib_resources"}