)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"},"change_message_id":"ba1c9163e001df983b7dc2030b2196c47610c287","unresolved":true,"context_lines":[{"line_number":4,"context_line":"Commit:     Bar Hochman \u003cilnest.bar@gmail.com\u003e"},{"line_number":5,"context_line":"CommitDate: 2022-05-08 17:36:07 +0300"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"feat: check for specific importlib_metadata\u003e\u003d1.4"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Change-Id: Ie37ce3989abceec946e8b3b04be66af8c17044d3"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"d6716258_d0a747e0","line":7,"range":{"start_line":7,"start_character":0,"end_line":7,"end_character":5},"updated":"2022-05-09 11:56:50.000000000","message":"I don\u0027t think that we could consider these changes as a new feature.","commit_id":"bd39a074ff6e40a8ec34ee75582a13e7fe27bfac"},{"author":{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"},"change_message_id":"ba1c9163e001df983b7dc2030b2196c47610c287","unresolved":true,"context_lines":[{"line_number":4,"context_line":"Commit:     Bar Hochman \u003cilnest.bar@gmail.com\u003e"},{"line_number":5,"context_line":"CommitDate: 2022-05-08 17:36:07 +0300"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"feat: check for specific importlib_metadata\u003e\u003d1.4"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Change-Id: Ie37ce3989abceec946e8b3b04be66af8c17044d3"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"a3109ce3_050feb14","line":7,"range":{"start_line":7,"start_character":6,"end_line":7,"end_character":48},"updated":"2022-05-09 11:56:50.000000000","message":"Why?\nWhat\u0027s the problem solved here?","commit_id":"bd39a074ff6e40a8ec34ee75582a13e7fe27bfac"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"},"change_message_id":"ba1c9163e001df983b7dc2030b2196c47610c287","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"cf43b087_b6a652f4","updated":"2022-05-09 11:56:50.000000000","message":"Hello,\n\nPlease see my inline comments.\n\nI think this patch is duplicated with https://review.opendev.org/c/openstack/pbr/+/841035 , which patch is the right version?\n\nAlso please see the error triggered by your changes:\n\n```\n  × python setup.py egg_info did not run successfully.\n  │ exit code: 1\n  ╰─\u003e [18 lines of output]\n      Traceback (most recent call last):\n        File \"\u003cstring\u003e\", line 2, in \u003cmodule\u003e\n        File \"\u003cpip-setuptools-caller\u003e\", line 34, in \u003cmodule\u003e\n        File \"/home/zuul/src/opendev.org/openstack/pbr/setup.py\", line 18, in \u003cmodule\u003e\n          from pbr import util\n        File \"/home/zuul/src/opendev.org/openstack/pbr/pbr/util.py\", line 85, in \u003cmodule\u003e\n          import pbr.hooks\n        File \"/home/zuul/src/opendev.org/openstack/pbr/pbr/hooks/__init__.py\", line 16, in \u003cmodule\u003e\n          from pbr.hooks import backwards\n        File \"/home/zuul/src/opendev.org/openstack/pbr/pbr/hooks/backwards.py\", line 17, in \u003cmodule\u003e\n          from pbr import packaging\n        File \"/home/zuul/src/opendev.org/openstack/pbr/pbr/packaging.py\", line 52, in \u003cmodule\u003e\n          from pbr import git\n        File \"/home/zuul/src/opendev.org/openstack/pbr/pbr/git.py\", line 31, in \u003cmodule\u003e\n          from pbr import version\n        File \"/home/zuul/src/opendev.org/openstack/pbr/pbr/version.py\", line 29, in \u003cmodule\u003e\n          if version(importlib_metadata.version(\u0027importlib_metadata\u0027)) \u003c version(\u00271.4\u0027):\n      TypeError: \u0027module\u0027 object is not callable\n      [end of output]\n```\n\nhttps://zuul.opendev.org/t/openstack/build/14b03fccb31c4bcabc51e61c0ee26a78","commit_id":"bd39a074ff6e40a8ec34ee75582a13e7fe27bfac"},{"author":{"_account_id":32926,"name":"Jiri Podivin","display_name":"jpodivin","email":"jpodivin@redhat.com","username":"jpodivin"},"change_message_id":"3df85dcb877f0808fe2eda0b933b11c2842c4bad","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"45f2e4b9_6b2acf7f","updated":"2022-05-09 13:41:10.000000000","message":"Hi. It looks like my patch[0] got mixed up with yours, leading to me being erroneously labeled as an author. Would it be possible remove the reference? Perhaps by rebasing on top of master?\n\n[0]https://review.opendev.org/c/openstack/pbr/+/835249 ","commit_id":"bd39a074ff6e40a8ec34ee75582a13e7fe27bfac"}],"pbr/version.py":[{"author":{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"},"change_message_id":"ba1c9163e001df983b7dc2030b2196c47610c287","unresolved":true,"context_lines":[{"line_number":32,"context_line":"                )"},{"line_number":33,"context_line":"    except importlib_metadata.PackageNotFoundError:"},{"line_number":34,"context_line":"        raise ValueError("},{"line_number":35,"context_line":"         \u0027could not find importlib_metadata installed in the disturbution\u0027   "},{"line_number":36,"context_line":"        )"},{"line_number":37,"context_line":"    use_importlib \u003d True"},{"line_number":38,"context_line":"except (ImportError, ValueError):"}],"source_content_type":"text/x-python","patch_set":1,"id":"f5d5011d_824fd8f5","line":35,"range":{"start_line":35,"start_character":74,"end_line":35,"end_character":77},"updated":"2022-05-09 11:56:50.000000000","message":"White space.","commit_id":"bd39a074ff6e40a8ec34ee75582a13e7fe27bfac"}],"releasenotes/source/unreleased.rst":[{"author":{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"},"change_message_id":"ba1c9163e001df983b7dc2030b2196c47610c287","unresolved":true,"context_lines":[{"line_number":3,"context_line":"\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"},{"line_number":4,"context_line":""},{"line_number":5,"context_line":".. release-notes::"},{"line_number":6,"context_line":"Fixed a bug where uncompatible version of importlib_metadata is installed and used instead of unusing it."}],"source_content_type":"text/x-rst","patch_set":1,"id":"e694c3c3_8c6547d7","line":6,"range":{"start_line":6,"start_character":0,"end_line":6,"end_character":105},"updated":"2022-05-09 11:56:50.000000000","message":"You don\u0027t need to add this comment, instead please can you create a related release note by using the reno command, example:\n\n`reno new \u003cname-of-your-release-note\u003e`\n\nAnd then you can choose the kind of release note you want to leave.","commit_id":"bd39a074ff6e40a8ec34ee75582a13e7fe27bfac"}]}
