[Checkins] [zopefoundation/ExtensionClass] 93842c: Add Python 3.7 and cleanup .travis.yml/tox.ini/set...

GitHub noreply at github.com
Tue Aug 14 19:32:31 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ExtensionClass
  Commit: 93842c74c49d22faa432799d82683e841887753f
      https://github.com/zopefoundation/ExtensionClass/commit/93842c74c49d22faa432799d82683e841887753f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M appveyor.yml
    M setup.py
    M src/ExtensionClass/tests.py
    M tox.ini

  Log Message:
  -----------
  Add Python 3.7 and cleanup .travis.yml/tox.ini/setup.py

- Always build the extensions on CPython, like other projects do. This
  avoids any chance of poisoning the wheel cache. We already honored
  PURE_PYTHON at runtime.
- Avoid buildout on travis. Use the same test command as tox.
- Simplify the tox buildout command and make it actually work.
  Previously the bad --test-path resulted in "TypeError: Module
  pip._vendor.webencodings.tests does not define any tests"


  Commit: 2934bfd589fe158c2fe48f415b7efcee4ed1a23d
      https://github.com/zopefoundation/ExtensionClass/commit/2934bfd589fe158c2fe48f415b7efcee4ed1a23d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M src/ComputedAttribute/tests.py
    M src/ExtensionClass/__init__.py
    M src/ExtensionClass/tests.py
    M src/MethodObject/tests.py
    M tox.ini

  Log Message:
  -----------
  Reach 100% coverage and add coveralls

This process revealed a bug in the Python implementation of
Base_getattro: it didn't support data descriptors due to a typo. I
fixed that.

Currently based on #20 because that's where I started the process.


  Commit: cc2c322bdca1c4d8194201a77c9c65f828faef82
      https://github.com/zopefoundation/ExtensionClass/commit/cc2c322bdca1c4d8194201a77c9c65f828faef82
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M appveyor.yml
    M setup.py
    M src/ComputedAttribute/tests.py
    M src/ExtensionClass/__init__.py
    M src/ExtensionClass/tests.py
    M src/MethodObject/tests.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #21 from zopefoundation/100coverage

Reach 100% coverage and add coveralls


Compare: https://github.com/zopefoundation/ExtensionClass/compare/42c4b8e27003...cc2c322bdca1
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list