Skip to content
Snippets Groups Projects
  1. Jul 17, 2024
  2. Jul 12, 2024
  3. Jun 07, 2024
  4. Apr 12, 2024
  5. Mar 25, 2024
    • 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
  6. Jan 15, 2024
  7. Jan 12, 2024
  8. Sep 28, 2023
  9. Sep 15, 2023
  10. Sep 14, 2023
  11. Aug 29, 2023
  12. Aug 28, 2023
  13. Jun 27, 2023
  14. Jun 20, 2023
  15. Jun 19, 2023
  16. Apr 26, 2023
  17. Apr 21, 2023
  18. Apr 04, 2023
  19. Dec 19, 2022
  20. Oct 27, 2022
  21. Oct 26, 2022
  22. Sep 19, 2022
  23. Aug 26, 2022
Loading