[Checkins] [zopefoundation/ZODB] 800c6a: Use PEP-426 environment markers

GitHub noreply at github.com
Tue Jun 2 07:28:26 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 800c6afe42deb1e1389f1bb270225d4db32f0d21
      https://github.com/zopefoundation/ZODB/commit/800c6afe42deb1e1389f1bb270225d4db32f0d21
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-05-25 (Mon, 25 May 2015)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Use PEP-426 environment markers

Should fix #36


  Commit: 89a54b0a510f3183841ef72dcb42c4646987e9c8
      https://github.com/zopefoundation/ZODB/commit/89a54b0a510f3183841ef72dcb42c4646987e9c8
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-05-25 (Mon, 25 May 2015)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Fix environment marker syntax

Augh documentation for all of this is painfully suboptimal.


  Commit: cec759208b1bfdb7a712c48aaf2da48223a3067d
      https://github.com/zopefoundation/ZODB/commit/cec759208b1bfdb7a712c48aaf2da48223a3067d
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-05-25 (Mon, 25 May 2015)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Hammer PEP-426 markers until they sort-of work

Any attempts to use platform_python_implementation or
implementation_name result in an "Invalid environment marker" error.

Any attempts to use >= to compare python_version result in an "Invalid
environment marker" error.


  Commit: add078bdc028696aaae6d24073940c404850bc71
      https://github.com/zopefoundation/ZODB/commit/add078bdc028696aaae6d24073940c404850bc71
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-05-25 (Mon, 25 May 2015)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Remove unused globals from setup.py


  Commit: 0f7d2a83426c82f0e0b9ae63503060476dc38b1e
      https://github.com/zopefoundation/ZODB/commit/0f7d2a83426c82f0e0b9ae63503060476dc38b1e
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2015-06-02 (Tue, 02 Jun 2015)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Merge pull request #37 from zopefoundation/env-markers

Use PEP-426 environment markers


Compare: https://github.com/zopefoundation/ZODB/compare/a1df3d04cee7...0f7d2a83426c


More information about the checkins mailing list