Skip to content
Snippets Groups Projects
  1. Apr 06, 2023
  2. Mar 24, 2023
  3. Mar 02, 2023
  4. Feb 07, 2023
    • David Robertson's avatar
      Hacky fix to make mac wheels (#15019) · 0c29f5fb
      David Robertson authored
      
      * Skip testing PyPy wheels
      
      One of the test builds on #15015 failed to install a pp38-* wheel
      because it didn't have access to the openssl headers to build
      `cryptography` from source. We don't run CI against PyPy so I'm going to
      be a meanie and skip testing the wheels. (And I've no idea why 3.8 was
      special in the first place, either.)
      
      * Hack the name of the wheel so cibw can test it
      
      I hate hate hate hate hate hate hate hate hate this
      
      * Changelog
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarPatrick Cloke <clokep@users.noreply.github.com>
      
      ---------
      
      Co-authored-by: default avatarPatrick Cloke <clokep@users.noreply.github.com>
      0c29f5fb
  5. Feb 01, 2023
  6. 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
  7. Dec 05, 2022
  8. Nov 09, 2022
  9. Nov 08, 2022
  10. Nov 03, 2022
  11. Nov 01, 2022
  12. Oct 24, 2022
  13. Oct 21, 2022
  14. Oct 18, 2022
  15. Oct 11, 2022
  16. Sep 16, 2022
  17. Sep 06, 2022
  18. Sep 05, 2022
  19. Aug 28, 2022
  20. Jul 15, 2022
  21. Jul 05, 2022
  22. Jun 17, 2022
  23. Jun 15, 2022
  24. May 31, 2022
  25. Apr 20, 2022
  26. Apr 13, 2022
  27. Apr 12, 2022
  28. Apr 08, 2022
  29. Mar 02, 2022
  30. Feb 17, 2022
  31. Feb 02, 2022
  32. 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
  33. Oct 22, 2021
  34. Oct 18, 2021
  35. Oct 06, 2021
  36. Sep 10, 2021
Loading