Activity log for bug #2041407

Date Who What changed Old value New value Message
2023-10-26 18:38:25 Michał Sawicz bug added bug
2023-10-26 18:40:36 Michał Sawicz bug task added lazr.restfulclient
2023-10-26 18:40:50 Michał Sawicz bug task deleted launchpadlib
2023-10-26 18:44:17 Michał Sawicz description `readfp` is replaced by `read_file`, available since 3.2: https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.read_file ``` Traceback (most recent call last): File "/home/runner/work/mir-ci/mir-ci/bin/process_snaps.py", line 189, in <module> lp = Launchpad.login_with( ^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/launchpadlib/launchpad.py", line 700, in login_with return cls._authorize_token_and_login( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/launchpadlib/launchpad.py", line 445, in _authorize_token_and_login cached_credentials = credential_store.load( ^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/launchpadlib/credentials.py", line 345, in load return self.do_load(unique_key) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/launchpadlib/credentials.py", line 486, in do_load return Credentials.load_from_path(self.filename) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/lazr/restfulclient/authorize/oauth.py", line 218, in load_from_path credentials.load(credentials_file) File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/lazr/restfulclient/authorize/oauth.py", line 185, in load reader = getattr(parser, 'read_file', parser.readfp) ^^^^^^^^^^^^^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? ``` `readfp` is no more since 3.12 https://docs.python.org/3.12/library/configparser.html#configparser.ConfigParser.read_file ``` Traceback (most recent call last): File "/home/runner/work/mir-ci/mir-ci/bin/process_snaps.py", line 189, in <module> lp = Launchpad.login_with( ^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/launchpadlib/launchpad.py", line 700, in login_with return cls._authorize_token_and_login( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/launchpadlib/launchpad.py", line 445, in _authorize_token_and_login cached_credentials = credential_store.load( ^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/launchpadlib/credentials.py", line 345, in load return self.do_load(unique_key) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/launchpadlib/credentials.py", line 486, in do_load return Credentials.load_from_path(self.filename) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/lazr/restfulclient/authorize/oauth.py", line 218, in load_from_path credentials.load(credentials_file) File "/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/lazr/restfulclient/authorize/oauth.py", line 185, in load reader = getattr(parser, 'read_file', parser.readfp) ^^^^^^^^^^^^^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? ```
2023-11-30 16:29:11 Mateus Rodrigues de Morais attachment added 0001-ConfigParser.readfp-is-no-more-since-python-3.12.patch https://bugs.launchpad.net/lazr.restfulclient/+bug/2041407/+attachment/5725325/+files/0001-ConfigParser.readfp-is-no-more-since-python-3.12.patch
2023-12-05 18:08:14 Mateus Rodrigues de Morais bug added subscriber Mateus Rodrigues de Morais
2023-12-06 14:57:45 Mateus Rodrigues de Morais merge proposal linked https://code.launchpad.net/~mateus-morais/lazr.restfulclient/+git/lazr.restfulclient/+merge/456978
2023-12-06 17:45:00 Mateus Rodrigues de Morais attachment removed 0001-ConfigParser.readfp-is-no-more-since-python-3.12.patch https://bugs.launchpad.net/lazr.restfulclient/+bug/2041407/+attachment/5725325/+files/0001-ConfigParser.readfp-is-no-more-since-python-3.12.patch
2024-01-02 12:38:05 Simone Pelosi lazr.restfulclient: status New Fix Committed
2024-01-09 09:43:51 Simone Pelosi lazr.restfulclient: status Fix Committed Fix Released
2024-01-25 14:17:57 Michał Sawicz bug task added snapcraft
2024-01-25 14:43:51 Michał Sawicz snapcraft: status New Fix Committed
2024-01-26 08:30:31 Michał Sawicz snapcraft: status Fix Committed Fix Released