Skip to content
Snippets Groups Projects
  1. Mar 21, 2023
  2. Feb 20, 2023
  3. Feb 13, 2023
  4. Feb 02, 2023
  5. 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>
      b88cfe6d
  6. Jan 05, 2023
  7. Dec 19, 2022
  8. Dec 02, 2022
  9. Nov 28, 2022
  10. Nov 02, 2022
  11. Oct 26, 2022
  12. Oct 03, 2022
  13. Sep 07, 2022
  14. Aug 28, 2022
  15. Jul 15, 2022
  16. Jul 05, 2022
  17. Jul 01, 2022
  18. Apr 29, 2022
    • David Robertson's avatar
      Allow unused ignores in "bleeding edge" CI (#12576) · 57fac2a2
      David Robertson authored
      * Allow unused ignores in "bleeding edge" CI
      
      Where "bleeding edge" means the Twisted Trunk and Latest Deps jobs.
      
      Follow up from #12531.
      Resolves #12574.
      
      * Use `--extras all` in latest deps mypy CI
      
      Twisted trunk job already does this.
      
      Missed in #12531.
      
      * changelog
      57fac2a2
  19. Apr 28, 2022
  20. Apr 13, 2022
  21. Jan 21, 2022
    • Shay's avatar
      Drop support for and remove references to EOL Python 3.6 (#11683) · 9006ee36
      Shay authored
      * remove reference in comments to python3.6
      
      * upgrade tox python env in script
      
      * bump python version in example for completeness
      
      * upgrade python version requirement in setup doc
      
      * upgrade necessary python version in __init__.py
      
      * upgrade python version in setup.py
      
      * newsfragment
      
      * drops refs to bionic and replace with focal
      
      * bump refs to postgres 9.6 to 10
      
      * fix hanging ci
      
      * try installing tzdata first
      
      * revert change made in b979f336
      
      * ignore new random mypy error while debugging other error
      
      * fix lint error for temporary workaround
      
      * revert change to install list
      
      * try passing env var
      
      * export debian frontend var?
      
      * move line and add comment
      
      * bump pillow dependency
      
      * bump lxml depenency
      
      * install libjpeg-dev for pillow
      
      * bump automat version to one compatible with py3.8
      
      * add libwebp for pillow
      
      * bump twisted trunk python version
      
      * change suffix of newsfragment
      
      * remove redundant python 3.7 checks
      
      * lint
      9006ee36
  22. Oct 12, 2021
  23. Aug 23, 2021
Loading