[Checkins] [zopefoundation/DocumentTemplate] 7b659c: Escape more characters in sql_quote. Taken over f...

Jens Vagelpohl noreply at github.com
Fri Jan 31 16:22:21 CET 2020


  Branch: refs/heads/2.13
  Home:   https://github.com/zopefoundation/DocumentTemplate
  Commit: 7b659c0cd14a1da53c07bb36a8aae96d4d657840
      https://github.com/zopefoundation/DocumentTemplate/commit/7b659c0cd14a1da53c07bb36a8aae96d4d657840
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M CHANGES.txt
    M src/DocumentTemplate/DT_Var.py
    M src/DocumentTemplate/tests/test_DT_Var.py

  Log Message:
  -----------
  Escape more characters in sql_quote.  Taken over from PloneHotfix20200121.

Backported from master branch.


  Commit: d67cbe854d7b4384c0695df3bbfb2dd9b1021548
      https://github.com/zopefoundation/DocumentTemplate/commit/d67cbe854d7b4384c0695df3bbfb2dd9b1021548
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  No longer test on Python 2.6 on Travis.

This partially reverts fd562eabfa722c2c5f13185851604b1662b2e811 from 2018 which tried to fix Python 2.6.
Meanwhile 2.6 has become too hard.

See error on https://travis-ci.org/zopefoundation/DocumentTemplate/jobs/644398589

```
Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-2.6.tar.bz2
$ curl -sSf --retry 5 -o python-2.6.tar.bz2 ${archive_url}
curl: (22) The requested URL returned error: 404 Not Found
Unable to download 2.6 archive. The archive may not exist. Please consider a different version.
```


  Commit: 76587e19f4c011ee9f2d4087e42ac662f6377bf6
      https://github.com/zopefoundation/DocumentTemplate/commit/76587e19f4c011ee9f2d4087e42ac662f6377bf6
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  - remove broken Travis testing for Python 2.6


  Commit: f20197e62474b79251427f1ca9d0db06708dadb8
      https://github.com/zopefoundation/DocumentTemplate/commit/f20197e62474b79251427f1ca9d0db06708dadb8
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge branch 'plonehotfix2020-213' of github.com:zopefoundation/DocumentTemplate into plonehotfix2020-213


  Commit: e0dcdb1f047c22741ab37e81ddfe64739e86f01d
      https://github.com/zopefoundation/DocumentTemplate/commit/e0dcdb1f047c22741ab37e81ddfe64739e86f01d
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M .travis.yml
    M CHANGES.txt
    M src/DocumentTemplate/DT_Var.py
    M src/DocumentTemplate/tests/test_DT_Var.py

  Log Message:
  -----------
  Merge pull request #47 from zopefoundation/plonehotfix2020-213

Escape more characters in sql_quote.  [2.13]


Compare: https://github.com/zopefoundation/DocumentTemplate/compare/fd562eabfa72...e0dcdb1f047c


More information about the checkins mailing list