Skip to content
Snippets Groups Projects
  1. Jan 27, 2023
  2. Jan 25, 2023
  3. Jan 17, 2023
    • David Robertson's avatar
      Require poetry>=1.3.2 (#14860) · b88cfe6d
      David Robertson authored
      
      * Upgrade to new lockfile format
      
      Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write.
      
      Cheat sheet:
      
      ```
      poetry --version
      poetry show > scratch/before
      pipx upgrade poetry
      poetry --version
      poetry show > scratch/after
      diff scratch{before,after} && echo "no change!"
      ```
      
      * Use Poetry 1.3.2 when reading or writing lockfile
      
      * Remove unneeded(?) poetry dep for cibuildwheel
      
      * Update docs
      
      * Remove redundant call to setup-python
      
      * Remove outdated comments related to Poetry 1.x
      
      * Remove outdated docs line
      
      was fixed in #13082
      
      * Minor improvements to poetry cheat sheet
      
      * Invoke setup-python-poetry with explicit version
      
      Not sure about this. It's hardcoding versions everywhere.
      
      * Changelog
      
      * Check the lockfile is version 2.0
      
      Might one day incorporate other checks like #14742
      
      * Typo fixes, thanks Sean
      
      Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>
      
      Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>
      Unverified
      b88cfe6d
    • David Robertson's avatar
  4. Jan 12, 2023
  5. Jan 10, 2023
  6. Dec 20, 2022
  7. Dec 13, 2022
  8. Dec 12, 2022
  9. Dec 06, 2022
  10. Dec 01, 2022
  11. Nov 29, 2022
  12. Nov 22, 2022
  13. Nov 16, 2022
  14. Nov 08, 2022
  15. Nov 04, 2022
  16. Nov 01, 2022
  17. Oct 28, 2022
  18. Oct 26, 2022
  19. Oct 25, 2022
  20. Oct 19, 2022
  21. Oct 17, 2022
  22. Oct 14, 2022
  23. Oct 12, 2022
  24. Oct 06, 2022
  25. Oct 04, 2022
  26. Sep 28, 2022
  27. Sep 27, 2022
  28. Sep 26, 2022
  29. Sep 23, 2022
  30. Sep 20, 2022
  31. Sep 13, 2022
  32. Sep 06, 2022
  33. Sep 01, 2022
  34. Aug 31, 2022
  35. Aug 30, 2022
  36. Aug 26, 2022
    • Jörg Behrmann's avatar
      Update debhelper (#13594) · 998e2118
      Jörg Behrmann authored
      
      * Update debian packaging to debhelper version 12
      
      Don't call dh_installinit anymore, because it has been deprecated, and use
      dh_installsystemd instead of dh_systemd_enable for the same reason.
      
      Signed-off-by: default avatarJörg Behrmann <behrmann@physik.fu-berlin.de>
      
      * Drop preinst script
      
      It was used for reasons of interactions of dh_systemd_start and dh_installinit,
      which have both be deprecated
      
      Signed-off-by: default avatarJörg Behrmann <behrmann@physik.fu-berlin.de>
      
      * Drop /etc/default file
      
      It was no longer being installed.
      
      * Remove debian/compat file
      
      This is managed by the control file nowadays
      Unverified
      998e2118
Loading