{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":448990939,"defaultBranch":"main","name":"pypi-portend","ownerLogin":"clearlinux-pkgs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-17T17:41:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14979720?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1703802734.0","currentOid":""},"activityList":{"items":[{"before":"76ffe8bf740992ed6378924d65d4675da0037e8b","after":"7929367cf27f50cb427eb963c274d3d2698431ce","ref":"refs/heads/main","pushedAt":"2023-12-28T22:32: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":"version bump from 3.2.0-51 to 3.2.0-52","shortMessageHtmlLink":"version bump from 3.2.0-51 to 3.2.0-52"}},{"before":"5302ba33d598b052ebec4e58b1c1ab8a095b0db6","after":"76ffe8bf740992ed6378924d65d4675da0037e8b","ref":"refs/heads/main","pushedAt":"2023-10-26T22:53:22.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.2.0-50 to 3.2.0-51","shortMessageHtmlLink":"version bump from 3.2.0-50 to 3.2.0-51"}},{"before":"3c6e8b1351c4c766c5c368c82dc8d5c574b4fc1a","after":"5302ba33d598b052ebec4e58b1c1ab8a095b0db6","ref":"refs/heads/main","pushedAt":"2023-06-29T05:20:37.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-portend: Autospec creation for update from version 3.1.0 to version 3.2.0\n\nAnderson Bravalheri (2):\n Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58)\n Update Github actions to v3 (#62)\n\nHugo van Kemenade (1):\n Update base URL for PEPs (#61)\n\nJason R. Coombs (56):\n Remove filtered warnings, addressed upstream.\n Update badge year\n Remove setup.py, no longer needed.\n Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57.\n Use the parent category PytestDeprecationWarning, which is available on older pytest versions. Fixes jaraco/skeleton#57.\n Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131.\n Require jaraco.packaging 9 adding compatibility for projects with no setup.py file.\n Ran pre-commit autoupdate\n Add Python 3.11 into the matrix using workaround from actions/setup-python#213. Drop 3.9 from matrix for efficiency.\n Prefer spaces for rst. Fixes jaraco/skeleton#64.\n Honor PEP 518 with pytest-enabler.\n Ran pre-commit autoupdate\n Use '-dev' for every Python version. Ref actions/setup-python#213.\n Use Python 3.11 for cutting releases.\n Pin flake8. Workaround for tholo/pytest-flake8#87.\n Update to setup-python v4. Fixes jaraco/skeleton#65.\n Also update release to v4\n Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63.\n When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197.\n Adopt furo theme for docs.\n Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635).\n GHA pretty env (#67)\n Pin mypy to '<0.990' due to realpython/pytest-mypy#141\n Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink.\n Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057.\n Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.\n Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.\n Honor ResourceWarnings. Fixes jaraco/skeleton#73.\n tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes jaraco/skeleton#74.\n Remove unnecessary shebang and encoding header in docs conf.\n Prevent Python 3.12 from blocking checks.\n Build docs in CI, including sphinx-lint.\n Update badge for 2023\n ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.\n Enable default encoding warning where available. See PEP 597.\n Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.\n Exempt warning. Workaround for realpython/pytest-mypy#152\n Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750).\n Remove reference to EncodingWarning as it doesn't exist on some Pythons.\n Revert \"exclude build env from cov reporting (jaraco/skeleton#60)\"\n Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56.\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 Finalize\n\nJoyce (1):\n Feat: initial permissions to main.yml (jaraco/skeleton#76)\n\nSviatoslav Sydorenko (1):\n Inject check job into CI workflow as ultimate flag (#55)\n\nZach Burnett (1):\n rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)\n\nwim glenn (1):\n exclude build env from cov reporting (#60)","shortMessageHtmlLink":"pypi-portend: Autospec creation for update from version 3.1.0 to vers…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD07l8zAA","startCursor":null,"endCursor":null}},"title":"Activity · clearlinux-pkgs/pypi-portend"}