{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":448992986,"defaultBranch":"main","name":"pypi-zipp","ownerLogin":"clearlinux-pkgs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-17T17:47:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14979720?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724981747.0","currentOid":""},"activityList":{"items":[{"before":"78948b08200863d5e50670f958011aa2e7ef0401","after":"f32913905cffac7d4d53433c53e3b8b0443a14d2","ref":"refs/heads/main","pushedAt":"2024-08-30T01:35:47.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-zipp: Autospec creation for update from version 3.20.0 to version 3.20.1\n\nAnderson Bravalheri (1):\n Add `--fix` flag to ruff pre-commit hook for automatic suggestion of fixes (jaraco/skeleton#140)\n\nAvasam (2):\n Add Protocols, remove @overload, from `.coveragerc` `exclude_also` (jaraco/skeleton#135)\n Loosen restrictions on mypy (jaraco/skeleton#136)\n\nDimitri Papadopoulos Orfanos (1):\n Update to the latest ruff version (jaraco/skeleton#137)\n\nJason R. Coombs (19):\n Uncomment link to the docs.\n Split the test dependencies into four classes (test, cover, type, check). (jaraco/skeleton#139)\n Add upstream and local sections for 'type' extra, since many projects will have 'types-*' dependencies.\n 🧎‍♀️ Genuflect to the types.\n 🧎‍♀️ Genuflect to the types.\n 🧎‍♀️ Genuflect to the types.\n Add reference to development methodology.\n Disable mypy for now. Ref jaraco/skeleton#143\n Add two tests capturing the expectation for unsupported names.\n Adjust the expectation in test_malformed_paths to expect empty paths ignored and .. to be a path segment.\n Removed SanitizedNames.\n Address infinite loop when zipfile begins with more than one leading slash.\n Refine expectation that paths with leading slashes are simply not visible.\n Invent DirtyZipInfo to create an unsanitized zipfile with backslashes.\n Add news fragment.\n Mark unused code as uncovered.\n Prefer simpler path.rstrip to consolidate checks for empty or only paths.\n Add TODO to consolidate this behavior in CPython.\n Finalize","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.20.0 to versio…"}},{"before":"f5ff41851ee298f92aec7e68916e32da6e85fe9a","after":"78948b08200863d5e50670f958011aa2e7ef0401","ref":"refs/heads/main","pushedAt":"2024-08-13T22:50:28.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-zipp: Autospec creation for update from version 3.19.2 to version 3.20.0\n\nDimitri Papadopoulos Orfanos (2):\n \"preserve\" does not require preview any more (jaraco/skeleton#133)\n Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132)\n\nJason R. Coombs (9):\n Prefer \"Source\" to \"Homepage\" for the repository label.\n Exclude pytest-ruff (and thus ruff), which cannot build on cygwin.\n Re-enable preview, this time not for one specific feature, but for all features in preview.\n Add failing test capturing missed expectation.\n Also match directories in Path.glob.\n Narrow the versions under which Traversable is imported from importlib.abc. Fixes DeprecationWarning.\n Finalize\n Made the zipfile compatibility overlay available as zipp.compat.overlay.\n Finalize","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.19.2 to versio…"}},{"before":"449f611866fd01be02d22ee13f6efd1df3f1b0ca","after":"f5ff41851ee298f92aec7e68916e32da6e85fe9a","ref":"refs/heads/main","pushedAt":"2024-06-06T05:26:39.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-zipp: Autospec creation for update from version 3.19.1 to version 3.19.2\n\nJason R. Coombs (7):\n Update docstring to reference Traversable.\n Add test capturing expectation that a Path is a Traversable.\n Correct typo (incorrect letter used) when expacting alpharep root.\n 🧎‍♀️ Genuflect to the types.\n Ignore coverage misses in tests.compat.py39\n Finalize\n Move Python compatibility concerns to the appropriate modules.","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.19.1 to versio…"}},{"before":"c1306f5ccc567a044aae3f4b4cd7c6c125d22ceb","after":"449f611866fd01be02d22ee13f6efd1df3f1b0ca","ref":"refs/heads/main","pushedAt":"2024-05-28T18:41:58.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-zipp: Autospec creation for update from version 3.18.2 to version 3.19.0\n\nJason R. Coombs (4):\n Expand the alpharep fixture to include a symlink.\n Revise test to capture new expectation.\n Implement is_symlink.\n Finalize","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.18.2 to versio…"}},{"before":"d665b189bd42183b7718361798e01a327c2a6839","after":"c1306f5ccc567a044aae3f4b4cd7c6c125d22ceb","ref":"refs/heads/main","pushedAt":"2024-05-17T06:12:13.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-zipp: Autospec creation for update from version 3.18.1 to version 3.18.2\n\nAvasam (1):\n Allow mypy on PyPy (jaraco/skeleton#111)\n\nBartosz Sławecki (2):\n Add link to blog entry from jaraco/skeleton#115 above CI build matrix.\n Move project metadata to `pyproject.toml` (jaraco/skeleton#122)\n\nJason R. Coombs (13):\n Update compatibility matrix to reflect changes merged in Python 3.12 and anticipated for 3.13.\n Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#103.\n Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114.\n Move Python 3.11 out of the test matrix.\n Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112.\n Pin against pytest 8.1.x due to pytest-dev/pytest#12194.\n Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml.\n Allow macos on Python 3.8 to fail as GitHub CI has dropped support.\n Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts.\n Revert \"Allow macos on Python 3.8 to fail as GitHub CI has dropped support.\"\n Utilize temp_dir from os_helper.\n Use an overlay object to make tests appear to use zipfile.Path to reduce diff with CPython.\n Finalize\n\nSerhiy Storchaka (1):\n gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (python/cpython#119065)\n\nXie Yanbo (1):\n Fix typo in Lib/zipfile/_path/__init__.py","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.18.1 to versio…"}},{"before":"d3bbba2a8022cfdfdacd603d4bf9197d6cb66192","after":"d665b189bd42183b7718361798e01a327c2a6839","ref":"refs/heads/main","pushedAt":"2024-03-19T18:36:39.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-zipp: Autospec creation for update from version 3.17.0 to version 3.18.1\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 (36):\n Limit sphinxlint jobs to 1. Workaround for sphinx-contrib/sphinx-lint#83.\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 Revert \"Disable tests on Windows due to numpy doesn't install. Ref numpy/numpy#23808\"\n Revert \"Grab later build of numpy; workaround for numpy/numpy#23808.\"\n Add support for newlines and fullmatch in glob.translate to match behavior in fnmatch.translate.\n Add support for arbitrary separators in glob.Translator, defaulting to os.sep + os.altsep.\n Prevent ** from appearing as anything but a full path segment for alignment with glob.\n Prevent * from matching an empty segment\n Fix initializer so it actually honors the parameter.\n Add tests for invalid separators.\n Update changelog.\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 Remove Sphinx pin. Ref sphinx-doc/sphinx#11662.\n Include deps from the base config in diffcov.\n Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110.\n Use 'extend-select' to avoid disabling the default config. Ref jaraco/skeleton#110.\n Moved compatibility module to compat package.\n Fix name generator for width=1\n Add another test at another magnitude.\n Add special accounting for pypy when computing the stack level for text encoding warnings.\n Bypass ZipFile.namelist in glob. Closes #106.\n Add news fragment.\n Finalize\n Move changelog entry, saved to the wrong location :(\n Merge changelog into last release.\n Finalize\n\nSviatoslav Sydorenko (1):\n Enable testing merge queues @ GitHub Actions CI/CD (jaraco/skeleton#93)","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.17.0 to versio…"}},{"before":"38cee86c821099fa6d24e9a427325323858448cc","after":"d3bbba2a8022cfdfdacd603d4bf9197d6cb66192","ref":"refs/heads/main","pushedAt":"2023-12-28T22:21: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":"version bump from 3.17.0-66 to 3.17.0-67","shortMessageHtmlLink":"version bump from 3.17.0-66 to 3.17.0-67"}},{"before":"02b0de03e4feec09d2fddb0e91bc90dfac9fa105","after":"38cee86c821099fa6d24e9a427325323858448cc","ref":"refs/heads/main","pushedAt":"2023-10-26T23:11:13.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 3.17.0-65 to 3.17.0-66","shortMessageHtmlLink":"version bump from 3.17.0-65 to 3.17.0-66"}},{"before":"6fbd375d2dba7add43e4fa9d129f6b773aac6394","after":"02b0de03e4feec09d2fddb0e91bc90dfac9fa105","ref":"refs/heads/main","pushedAt":"2023-09-19T14:59:14.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-zipp: Autospec creation for update from version 3.16.2 to version 3.17.0\n\nJason R. Coombs (15):\n Use 'import_or_skip' on pytest for easier porting to CPython\n Rename test_zipp to test_path for better alignment with cpython\n Update docstring to reflect current expectation.\n Avoid matching path separators for '?' in glob.\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 In tests, always use alpharep fixture.\n Add CompleteDirs.inject classmethod for use elsewhere\n Finalize\n Prefer ``pass_env`` in tox config. Preferred failure mode for tox-dev/tox#3127 and closes jaraco/skeleton#92.","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.16.2 to versio…"}},{"before":"9e4cb51987153e8423c81b27e08cfbcf6e1ec4eb","after":"6fbd375d2dba7add43e4fa9d129f6b773aac6394","ref":"refs/heads/main","pushedAt":"2023-07-21T01:16:50.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-zipp: Autospec creation for update from version 3.16.1 to version 3.16.2\n\nJason R. Coombs (12):\n Mark complexity tests as flaky. Optimistically closes #104.\n Add failing tests capturing #101.\n Reworked glob using the namelist directly\n Replace TODO with issue #106\n Grab later build of numpy; workaround for numpy/numpy#23808.\n Disable tests on Windows due to numpy doesn't install. Ref numpy/numpy#23808\n In test_stem, test against a filename that starts with a dot. Ref #96.\n Use PurePosixPath when matching paths in .match\n Add xfail test capturing missed expectation. Ref #96.\n Extract method for resolving the 'base' for name/suffix/suffixes/stem operations\n Use PurePosixPath when constructing the _base\n Finalize","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.16.1 to versio…"}},{"before":"26e4654e6fcddd66698696d04746394532af2cf5","after":"9e4cb51987153e8423c81b27e08cfbcf6e1ec4eb","ref":"refs/heads/main","pushedAt":"2023-07-14T17:42:06.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-zipp: Autospec creation for update from version 3.16.0 to version 3.16.1\n\nJason R. Coombs (7):\n Remove TOX_WORK_DIR workaround, no longer necessary with tox 4. Ref tox-dev/tox#3050.\n Add a directory in the alpharep fixture with a variety of extensions.\n Restore coverage\n Provide rudimentary glob to regex translation. Fixes #98\n Expand coverage of tests and implement a more sophisticated glob translator.\n Update changelog\n Finalize\n\nNiklas Hambüchen (1):\n Add failing test that shows that `glob()` is always `rglob()`","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.16.0 to versio…"}},{"before":"90a0d976d496b1db23c4eca78a86b0adaca6fa9a","after":"26e4654e6fcddd66698696d04746394532af2cf5","ref":"refs/heads/main","pushedAt":"2023-07-11T16:28:06.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-zipp: Autospec creation for update from version 3.15.0 to version 3.16.0\n\nJason R. Coombs (22):\n zipp 3.15 is now in Python 3.12.\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 Increase visibility of security policy. (#4)\n Remove Python 3.7 compatibility from py310compat\n Finalize\n\nJoyce (1):\n Feat: initial permissions to main.yml (jaraco/skeleton#76)","shortMessageHtmlLink":"pypi-zipp: Autospec creation for update from version 3.15.0 to versio…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0zMFQwMTozNTo0Ny4wMDAwMDBazwAAAASoMQdN","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0zMFQwMTozNTo0Ny4wMDAwMDBazwAAAASoMQdN","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0xMVQxNjoyODowNi4wMDAwMDBazwAAAANTUK2k"}},"title":"Activity · clearlinux-pkgs/pypi-zipp"}