{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":9056436,"defaultBranch":"main","name":"refcycle","ownerLogin":"mdickinson","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-03-27T15:04:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/662003?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714916209.0","currentOid":""},"activityList":{"items":[{"before":"9ddaf6d1c9a0e972bded4aeb269ca4f727dfbdeb","after":null,"ref":"refs/heads/dependabot/github_actions/actions/setup-python-5","pushedAt":"2024-05-05T13:36:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"b32e31be64dbec0e675484836b122cdf14f73f33","after":"1cb741381e0bba0e0276a150d08419327e985d59","ref":"refs/heads/main","pushedAt":"2024-05-05T13:36:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Bump actions/setup-python from 4 to 5 (#104)\n\nBumps [actions/setup-python](https://github.com/actions/setup-python)\r\nfrom 4 to 5.\r\n
\r\nRelease notes\r\n

Sourced from actions/setup-python's\r\nreleases.

\r\n
\r\n

v5.0.0

\r\n

What's Changed

\r\n

In scope of this release, we update node version runtime from node16\r\nto node20 (actions/setup-python#772).\r\nBesides, we update dependencies to the latest versions.

\r\n

Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0

\r\n

v4.8.0

\r\n

What's Changed

\r\n

In scope of this release we added support for GraalPy (actions/setup-python#694).\r\nYou can use this snippet to set up GraalPy:

\r\n
steps:\r\n- uses: actions/checkout@v4\r\n- uses: actions/setup-python@v4 \r\n  with:\r\n    python-version: 'graalpy-22.3' \r\n- run: python my_script.py\r\n
\r\n

Besides, the release contains such changes as:

\r\n\r\n

New Contributors

\r\n\r\n

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0

\r\n

v4.7.1

\r\n

What's Changed

\r\n\r\n

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1

\r\n

v4.7.0

\r\n

In scope of this release, the support for reading python version from\r\npyproject.toml was added (actions/setup-python#669).

\r\n
      - name: Setup Python\r\n        uses: actions/setup-python@v4\r\n</tr></table> \r\n
\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=4&new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/setup-python from 4 to 5 (#104)"}},{"before":null,"after":"9ddaf6d1c9a0e972bded4aeb269ca4f727dfbdeb","ref":"refs/heads/dependabot/github_actions/actions/setup-python-5","pushedAt":"2024-05-05T13:34:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/setup-python from 4 to 5\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-python from 4 to 5"}},{"before":"0c4e2ed83373c2b4b886f6f574336da264f1a805","after":"b32e31be64dbec0e675484836b122cdf14f73f33","ref":"refs/heads/main","pushedAt":"2024-05-05T13:33:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add dependabot config for GitHub Actions (#103)\n\nHelp keep the actions in our workflows up to date.","shortMessageHtmlLink":"Add dependabot config for GitHub Actions (#103)"}},{"before":"82d2a02975dee532456b73f7ab23e309602a0a24","after":null,"ref":"refs/heads/dev/add-dependabot","pushedAt":"2024-05-05T13:33:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":null,"after":"82d2a02975dee532456b73f7ab23e309602a0a24","ref":"refs/heads/dev/add-dependabot","pushedAt":"2024-05-05T13:32:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add dependabot config for GitHub Actions","shortMessageHtmlLink":"Add dependabot config for GitHub Actions"}},{"before":null,"after":"3f29f493a690a38f312ff783b639860e71795aff","ref":"refs/heads/test-on-python313","pushedAt":"2024-05-05T13:28:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add Python 3.13 to test matrix\n\nThis PR adds Python 3.13 to the test matrix in the main test workflow.","shortMessageHtmlLink":"Add Python 3.13 to test matrix"}},{"before":"8d72b731f6c0b00737d7c54c26ae83615f926a26","after":null,"ref":"refs/heads/doc/fix-python-version-for-doc-build","pushedAt":"2023-10-07T18:08:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"affcef07b0ff2eef569b7570409924921b7c0a6b","after":"0c4e2ed83373c2b4b886f6f574336da264f1a805","ref":"refs/heads/main","pushedAt":"2023-10-07T18:08:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Change Python version used for documentation build to Python 3.11 (#101)\n\nRead the Docs doesn't yet support using Python 3.12 for documentation\r\nbuilds; this PR changes the Python version that we're using to Python\r\n3.11.","shortMessageHtmlLink":"Change Python version used for documentation build to Python 3.11 (#101)"}},{"before":"9638ce1b85a26ea54679623bfa358d7e00808cbf","after":"8d72b731f6c0b00737d7c54c26ae83615f926a26","ref":"refs/heads/doc/fix-python-version-for-doc-build","pushedAt":"2023-10-07T18:07:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Merge branch 'main' into doc/fix-python-version-for-doc-build","shortMessageHtmlLink":"Merge branch 'main' into doc/fix-python-version-for-doc-build"}},{"before":null,"after":"9638ce1b85a26ea54679623bfa358d7e00808cbf","ref":"refs/heads/doc/fix-python-version-for-doc-build","pushedAt":"2023-10-07T18:05:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Change Python version used for documentation build to Python 3.11","shortMessageHtmlLink":"Change Python version used for documentation build to Python 3.11"}},{"before":"af1a1ab971d856472ac6807d4cbd9dbf5b5b0823","after":null,"ref":"refs/heads/dev/install-graphviz-before-testing","pushedAt":"2023-10-07T17:57:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"d95a08e81f40fe332c0ce68bdc5f56bb1b47ef2b","after":"affcef07b0ff2eef569b7570409924921b7c0a6b","ref":"refs/heads/main","pushedAt":"2023-10-07T17:57:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Install graphviz to avoid skipping tests (#100)\n\nThe CI is currently skipping some tests, because `dot` isn't available.\r\nThis PR should fix that.","shortMessageHtmlLink":"Install graphviz to avoid skipping tests (#100)"}},{"before":null,"after":"af1a1ab971d856472ac6807d4cbd9dbf5b5b0823","ref":"refs/heads/dev/install-graphviz-before-testing","pushedAt":"2023-10-07T17:55:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Install graphviz to avoid skipping tests","shortMessageHtmlLink":"Install graphviz to avoid skipping tests"}},{"before":"021ee0132b20b3a2a5ef933e2d8edb45f79d8433","after":null,"ref":"refs/heads/doc/readthedocs-config","pushedAt":"2023-10-07T17:50:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"85aec2cd5c8a5ac4561ad445a240677124dbb195","after":"d95a08e81f40fe332c0ce68bdc5f56bb1b47ef2b","ref":"refs/heads/main","pushedAt":"2023-10-07T17:50:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add a Read the Docs configuration file (#99)\n\nThis PR adds a config file for Read the Docs.","shortMessageHtmlLink":"Add a Read the Docs configuration file (#99)"}},{"before":"8a2fc56f4069c17e42961ad638543189e16cb03f","after":"021ee0132b20b3a2a5ef933e2d8edb45f79d8433","ref":"refs/heads/doc/readthedocs-config","pushedAt":"2023-10-07T17:48:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Merge branch 'main' into doc/readthedocs-config","shortMessageHtmlLink":"Merge branch 'main' into doc/readthedocs-config"}},{"before":null,"after":"8a2fc56f4069c17e42961ad638543189e16cb03f","ref":"refs/heads/doc/readthedocs-config","pushedAt":"2023-10-07T17:12:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add a Read the Docs configuration file","shortMessageHtmlLink":"Add a Read the Docs configuration file"}},{"before":"3217e984dd1fd4ca180167700b53e1b8c509bf02","after":null,"ref":"refs/heads/fix/commits-since-badge","pushedAt":"2023-10-07T17:06:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"0ba02fae835cafc38178699dae4891d79ba2b30b","after":"85aec2cd5c8a5ac4561ad445a240677124dbb195","ref":"refs/heads/main","pushedAt":"2023-10-07T17:06:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Fix the commits-since badge to give commits since the latest release (#98)\n\nThis PR fixes the commits-since badge in the README to give commits\r\nsince the latest release, instead of since the fixed v0.2.1 release.","shortMessageHtmlLink":"Fix the commits-since badge to give commits since the latest release (#…"}},{"before":null,"after":"3217e984dd1fd4ca180167700b53e1b8c509bf02","ref":"refs/heads/fix/commits-since-badge","pushedAt":"2023-10-07T17:05:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Fix the commits-since badge to give commits since the latest release","shortMessageHtmlLink":"Fix the commits-since badge to give commits since the latest release"}},{"before":"9c0b393398c857ca44156dae4945edcf5d383614","after":null,"ref":"refs/heads/dev/release-workflow","pushedAt":"2023-10-07T16:28:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"e5863a3b287c4dbc43e61c7985f5912c27f8c9ee","after":"0ba02fae835cafc38178699dae4891d79ba2b30b","ref":"refs/heads/main","pushedAt":"2023-10-07T16:28:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add GitHub Actions workflow for making a release (#97)\n\nThis PR adds a GitHub Actions workflow for building wheel and sdist and\r\nuploading to PyPI on release.\r\n\r\nAlso adds a note to the changelog indicating that it's now historical.","shortMessageHtmlLink":"Add GitHub Actions workflow for making a release (#97)"}},{"before":"2e59b224895deda712802e30f853c3302806f54c","after":"9c0b393398c857ca44156dae4945edcf5d383614","ref":"refs/heads/dev/release-workflow","pushedAt":"2023-10-07T16:26:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dev/release-workflow","shortMessageHtmlLink":"Merge branch 'main' into dev/release-workflow"}},{"before":null,"after":"2e59b224895deda712802e30f853c3302806f54c","ref":"refs/heads/dev/release-workflow","pushedAt":"2023-10-07T16:19:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add GitHub Actions workflow for making a release","shortMessageHtmlLink":"Add GitHub Actions workflow for making a release"}},{"before":"8830540eb533cb7573b78157a2a0d2d2d2fab8fc","after":null,"ref":"refs/heads/docs/update","pushedAt":"2023-10-07T14:59:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"53378c3a1fd47661ee355958eaeb1b538ac27a94","after":"e5863a3b287c4dbc43e61c7985f5912c27f8c9ee","ref":"refs/heads/main","pushedAt":"2023-10-07T14:59:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Update documentation configuration (#96)\n\nThis PR:\r\n- updates the Sphinx build configuration\r\n- adds the `-W` flag to the documentation build workflow, so that we get\r\nalerted about Sphinx warnings\r\n- updates the main doc page to clarify supported Python versions","shortMessageHtmlLink":"Update documentation configuration (#96)"}},{"before":null,"after":"8830540eb533cb7573b78157a2a0d2d2d2fab8fc","ref":"refs/heads/docs/update","pushedAt":"2023-10-07T14:55:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Update documentation configuration","shortMessageHtmlLink":"Update documentation configuration"}},{"before":"1f63c5ae1d2d0d70aa6ad3e7a31d6f99c2cdd5c8","after":null,"ref":"refs/heads/docs/add-workflow","pushedAt":"2023-10-07T14:37:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"}},{"before":"d16662aaa11be389c9eff40326fb6df9f9a1442d","after":"53378c3a1fd47661ee355958eaeb1b538ac27a94","ref":"refs/heads/main","pushedAt":"2023-10-07T14:37:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mdickinson","name":"Mark Dickinson","path":"/mdickinson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/662003?s=80&v=4"},"commit":{"message":"Add documentation build workflow (#95)\n\nThis PR adds a GitHub Actions workflow to build the documentation on\r\neach PR event.","shortMessageHtmlLink":"Add documentation build workflow (#95)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQdtoLgA","startCursor":null,"endCursor":null}},"title":"Activity · mdickinson/refcycle"}