Skip to content
Snippets Groups Projects
  1. Nov 15, 2018
  2. Nov 14, 2018
  3. Nov 12, 2018
  4. Nov 11, 2018
  5. Nov 08, 2018
    • Jose Diaz-Gonzalez's avatar
      fix: drop broken version check · ef1f7f69
      Jose Diaz-Gonzalez authored
      Due to how the version checks work - via sorting, not actual comparison - this previously resulted in _always_ installing sqlite3, even though it was already bundled for lower versions of python. The second version check also encompasses 3.7.0+, so there is no need to respecify the check.
      ef1f7f69
    • Casey Faist's avatar
      adjust sqlcheck · 2f430abf
      Casey Faist authored
      2f430abf
  6. Oct 09, 2018
  7. Oct 05, 2018
  8. Sep 05, 2018
  9. Jul 26, 2018
    • Terence Lee's avatar
      setup libsqlite3-dev and sqlite3 binary to match stack's libsqlite3-0 · 221722fb
      Terence Lee authored
      With inspiration from @KevinBrolly, this patch uses the stack image
      SQLite3 package but also still providing the dev headers and binary that
      users may still be using today. The benefit is that we won't need to
      rebuild all the python binaries for this to take affect. We can just
      stop shipping SQLite3 from future binaries. In addition, we don't need
      to worry about what version and when to update SQLite3 and maintaining
      the packages ourselves.
      
      This also includes updates to Python 2.7.15 and Python 3.6.6 so they can
      rebuilt with the stack image dev headers instead of building our own
      vendored SQLite3.
    • Terence Lee's avatar
      add Python version operators · e82f1e4d
      Terence Lee authored
  10. Jul 10, 2018
  11. Jul 06, 2018
  12. Jun 28, 2018
  13. May 25, 2018
  14. May 24, 2018
  15. May 10, 2018
  16. May 02, 2018
  17. May 01, 2018
  18. Apr 20, 2018
  19. Apr 17, 2018
  20. Mar 20, 2018
  21. Mar 19, 2018
Loading