{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":132834642,"defaultBranch":"main","name":"requirementslib","ownerLogin":"sarugaku","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-05-10T01:57:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/39783362?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1687088455.6542342","currentOid":""},"activityList":{"items":[{"before":"b19383c0189baec9827efd00f4dd6c95b20f74b3","after":"591f194bb67d7b4124483ca62fdda8cd19088a86","ref":"refs/heads/main","pushedAt":"2023-06-18T11:42:46.047Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"pre-bump","shortMessageHtmlLink":"pre-bump"}},{"before":"4d3f9122891d46255481955b6792aa8fdcc7dd76","after":"b19383c0189baec9827efd00f4dd6c95b20f74b3","ref":"refs/heads/main","pushedAt":"2023-06-18T11:40:50.398Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"oz123","name":"Oz Tiram","path":"/oz123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1083045?s=80&v=4"},"commit":{"message":"Update version to 3.0.0","shortMessageHtmlLink":"Update version to 3.0.0"}},{"before":"607ff09e5ec6965933076223f80d26cc43feb6d8","after":null,"ref":"refs/tags/3.0.0","pushedAt":"2023-06-18T11:40:16.294Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"oz123","name":"Oz Tiram","path":"/oz123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1083045?s=80&v=4"}},{"before":"752ef7f910d877309aee1f8c0c2e9e13b5cf5fb1","after":"4d3f9122891d46255481955b6792aa8fdcc7dd76","ref":"refs/heads/main","pushedAt":"2023-06-18T11:26:51.154Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"pre-bump","shortMessageHtmlLink":"pre-bump"}},{"before":"d552e26e6bf260bb85ab7a00e8dc4219e6225bbc","after":"752ef7f910d877309aee1f8c0c2e9e13b5cf5fb1","ref":"refs/heads/main","pushedAt":"2023-06-18T11:25:24.908Z","pushType":"push","commitsCount":1,"pusher":{"login":"oz123","name":"Oz Tiram","path":"/oz123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1083045?s=80&v=4"},"commit":{"message":"Update version to 3.0.0","shortMessageHtmlLink":"Update version to 3.0.0"}},{"before":"c17411d2aaee6fb38fb90a4ce6780a51188f6596","after":"d552e26e6bf260bb85ab7a00e8dc4219e6225bbc","ref":"refs/heads/main","pushedAt":"2023-06-17T15:35:43.665Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"oz123","name":"Oz Tiram","path":"/oz123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1083045?s=80&v=4"},"commit":{"message":"Remove unused type imports","shortMessageHtmlLink":"Remove unused type imports"}},{"before":"d552e26e6bf260bb85ab7a00e8dc4219e6225bbc","after":null,"ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-06-17T15:34:55.359Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"oz123","name":"Oz Tiram","path":"/oz123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1083045?s=80&v=4"}},{"before":"400781f91d354f9f614f4d0b1e3c4187b3f3225c","after":"c17411d2aaee6fb38fb90a4ce6780a51188f6596","ref":"refs/heads/main","pushedAt":"2023-06-17T15:34:54.266Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oz123","name":"Oz Tiram","path":"/oz123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1083045?s=80&v=4"},"commit":{"message":"Convert requirementslib to pydantic (#368)\n\n* Convert requirementslib to pydantic\r\n\r\n* Should never import setuptools, causes bad side effects.\r\n\r\n* Fix import\r\n\r\n* Remove tests of removed functions.\r\n\r\n* Fix import\r\n\r\n* Fix import\r\n\r\n* Fix import\r\n\r\n* Fix to use isinstance\r\n\r\n* Fix import\r\n\r\n* Fix import\r\n\r\n* Remove test that tests removed method\r\n\r\n* Remove tests of removed methods.\r\n\r\n* fix test\r\n\r\n* Remove tests of removed methods.\r\n\r\n* Remove tests of removed methods.\r\n\r\n* Fix python markers.\r\n\r\n* Revert \"Remove tests of removed methods.\"\r\n\r\nThis reverts commit 73fb203f456d7d701f947ba29b9f43d61f4f58f7.\r\n\r\n* fix tests\r\n\r\n* Update test case to avoid antiquated package.\r\n\r\n* Check pt tests\r\n\r\n* Fix edge case of VCS requirements and expected resulting dictionary.\r\n\r\n* Fix more tests\r\n\r\n* more test fixes\r\n\r\n* down to 6 failing tests\r\n\r\n* down to 5 failing tests\r\n\r\n* Fix tests, down to 4 failing\r\n\r\n* Fix tests, down to 3 failing\r\n\r\n* Do not force parse of ireq when it may not be parsable.\r\n\r\n* latest changes that work for both pipenv and requirementslib.\r\n\r\n* latest changes that work for both pipenv and requirementslib.\r\n\r\n* remove test that is problematic in github acttions.\r\n\r\n* remove test that is problematic in github acttions.\r\n\r\n* Apply fix to failing test.\r\n\r\n* PR feedback\r\n\r\n* Remove unused type imports\r\n\r\n---------\r\n\r\nCo-authored-by: Oz Tiram ","shortMessageHtmlLink":"Convert requirementslib to pydantic (#368)"}},{"before":"2f7cd55f0cf1cfc25a937ffbf148655270802560","after":null,"ref":"refs/heads/pr-368","pushedAt":"2023-06-17T15:32:24.548Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"oz123","name":"Oz Tiram","path":"/oz123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1083045?s=80&v=4"}},{"before":"8d01fea2fb49b804dca5719682646a348cefabfd","after":"d552e26e6bf260bb85ab7a00e8dc4219e6225bbc","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-06-17T15:31:50.959Z","pushType":"push","commitsCount":1,"pusher":{"login":"oz123","name":"Oz Tiram","path":"/oz123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1083045?s=80&v=4"},"commit":{"message":"Remove unused type imports","shortMessageHtmlLink":"Remove unused type imports"}},{"before":null,"after":"2f7cd55f0cf1cfc25a937ffbf148655270802560","ref":"refs/heads/pr-368","pushedAt":"2023-06-17T15:29:35.300Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"oz123","name":"Oz Tiram","path":"/oz123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1083045?s=80&v=4"},"commit":{"message":"Remove unused type imports","shortMessageHtmlLink":"Remove unused type imports"}},{"before":"07dbb88b57c99062caa2b2207bf49ea1d3e622e0","after":"8d01fea2fb49b804dca5719682646a348cefabfd","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-06-16T10:41:01.807Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"PR feedback","shortMessageHtmlLink":"PR feedback"}},{"before":"6cafac5ef9b1937eaa0d80c9a1d405d79a58b23a","after":"07dbb88b57c99062caa2b2207bf49ea1d3e622e0","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-05-11T13:25:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Apply fix to failing test.","shortMessageHtmlLink":"Apply fix to failing test."}},{"before":"8f43e87d32980493a3b9c03f112fd7947bcf9b64","after":"6cafac5ef9b1937eaa0d80c9a1d405d79a58b23a","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-05-11T13:01:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"remove test that is problematic in github acttions.","shortMessageHtmlLink":"remove test that is problematic in github acttions."}},{"before":"3583ce338454ea1876ec8037fcd7fb63beca4a9f","after":"8f43e87d32980493a3b9c03f112fd7947bcf9b64","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-05-11T12:56:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"remove test that is problematic in github acttions.","shortMessageHtmlLink":"remove test that is problematic in github acttions."}},{"before":"15c00a3ef545980f2b352d8882ef465e49bc87f4","after":"3583ce338454ea1876ec8037fcd7fb63beca4a9f","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-05-11T12:48:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"latest changes that work for both pipenv and requirementslib.","shortMessageHtmlLink":"latest changes that work for both pipenv and requirementslib."}},{"before":"c111d75a055bddb2d3bed8d638174bc7995d0e9e","after":"15c00a3ef545980f2b352d8882ef465e49bc87f4","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-05-07T06:27:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Do not force parse of ireq when it may not be parsable.","shortMessageHtmlLink":"Do not force parse of ireq when it may not be parsable."}},{"before":"2f43cfcb830663c2f90cfd2ec775ffb6beaa2bc1","after":"c111d75a055bddb2d3bed8d638174bc7995d0e9e","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-05-01T04:38:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Fix tests, down to 3 failing","shortMessageHtmlLink":"Fix tests, down to 3 failing"}},{"before":"f2484be374eb1a6d59be3e45eb43d633840abd93","after":"2f43cfcb830663c2f90cfd2ec775ffb6beaa2bc1","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-05-01T04:24:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Fix tests, down to 4 failing","shortMessageHtmlLink":"Fix tests, down to 4 failing"}},{"before":"7c05490fbf8efd9fbc10b6b663d3aa98349a06b8","after":"f2484be374eb1a6d59be3e45eb43d633840abd93","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T22:57:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"down to 5 failing tests","shortMessageHtmlLink":"down to 5 failing tests"}},{"before":"edefa7b1fd9da4e01148becc4d28cec611c12793","after":"7c05490fbf8efd9fbc10b6b663d3aa98349a06b8","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T22:40:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"down to 6 failing tests","shortMessageHtmlLink":"down to 6 failing tests"}},{"before":"65ae4f52fe6e8f259d5a83f0728640f3da8d9b9e","after":"edefa7b1fd9da4e01148becc4d28cec611c12793","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T20:25:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"more test fixes","shortMessageHtmlLink":"more test fixes"}},{"before":"0a532720fcaf07a3d797a1a4c5fdef1217ee4aad","after":"65ae4f52fe6e8f259d5a83f0728640f3da8d9b9e","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T15:48:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Fix more tests","shortMessageHtmlLink":"Fix more tests"}},{"before":"969db44727aa511e9b54ab5d0e5f1ec26fa6c3c3","after":"0a532720fcaf07a3d797a1a4c5fdef1217ee4aad","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T15:15:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Fix edge case of VCS requirements and expected resulting dictionary.","shortMessageHtmlLink":"Fix edge case of VCS requirements and expected resulting dictionary."}},{"before":"09fc654ddbf44a7a14681994ec7af8d631c6866e","after":"969db44727aa511e9b54ab5d0e5f1ec26fa6c3c3","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T14:45:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Check pt tests","shortMessageHtmlLink":"Check pt tests"}},{"before":"429eef41c0f9516aecc29a04fef9461e59754b05","after":"09fc654ddbf44a7a14681994ec7af8d631c6866e","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T03:15:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Update test case to avoid antiquated package.","shortMessageHtmlLink":"Update test case to avoid antiquated package."}},{"before":"a9f6674b3dbd269115adf8ba58c310b7be0df0bf","after":"429eef41c0f9516aecc29a04fef9461e59754b05","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T02:54:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"fix tests","shortMessageHtmlLink":"fix tests"}},{"before":"73fb203f456d7d701f947ba29b9f43d61f4f58f7","after":"a9f6674b3dbd269115adf8ba58c310b7be0df0bf","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T02:20:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Revert \"Remove tests of removed methods.\"\n\nThis reverts commit 73fb203f456d7d701f947ba29b9f43d61f4f58f7.","shortMessageHtmlLink":"Revert \"Remove tests of removed methods.\""}},{"before":"a45505e6b652a1f01b63dc4050c76ae69c6a0ec3","after":"73fb203f456d7d701f947ba29b9f43d61f4f58f7","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T01:45:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Remove tests of removed methods.","shortMessageHtmlLink":"Remove tests of removed methods."}},{"before":"ff08fe29452d2e3b18ac1b78e214cd416bc26a09","after":"a45505e6b652a1f01b63dc4050c76ae69c6a0ec3","ref":"refs/heads/overhaul-to-pydantic","pushedAt":"2023-04-30T01:33:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matteius","name":"Matt Davis","path":"/matteius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/479892?s=80&v=4"},"commit":{"message":"Remove tests of removed methods.","shortMessageHtmlLink":"Remove tests of removed methods."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADQ9RTAwA","startCursor":null,"endCursor":null}},"title":"Activity ยท sarugaku/requirementslib"}