Skip to content
Snippets Groups Projects
  1. Mar 25, 2024
    • Dylan Aïssi's avatar
      3c0aed76
    • Dylan Aïssi's avatar
      import-debian-package: do not use Path objects as a context manager · 183e5220
      Dylan Aïssi authored
      
      pathlib.Path.__enter__() is deprecated and scheduled for removal
      in Python 3.13. Some warnings are generated with Python 3.11:
      
      import-debian-package:281: DeprecationWarning: pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
        with Path(".git/info/attributes") as f:
      import-debian-package:225: DeprecationWarning: pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
        with Path('debian/apertis/component') as f:
      import-debian-package:169: DeprecationWarning: pathlib.Path.__enter__() is deprecated and scheduled for removal in Python 3.13; Path objects as a context manager is a no-op
        with Path("debian/changelog") as f:
      
      Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
      183e5220
  2. Jan 15, 2024
  3. Jan 12, 2024
  4. Sep 28, 2023
  5. Sep 15, 2023
  6. Sep 14, 2023
  7. Aug 29, 2023
  8. Aug 28, 2023
  9. Aug 04, 2023
  10. Jun 27, 2023
  11. Jun 20, 2023
  12. Jun 19, 2023
  13. Jun 13, 2023
Loading