[Checkins] [zopefoundation/zope.hookable] df3da8: Ensure MANIFEST.in is complete

GitHub noreply at github.com
Thu Mar 7 14:38:03 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.hookable
  Commit: df3da8c15819122d8e2d74ec668e82789a06e39e
      https://github.com/zopefoundation/zope.hookable/commit/df3da8c15819122d8e2d74ec668e82789a06e39e
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M MANIFEST.in

  Log Message:
  -----------
  Ensure MANIFEST.in is complete

Also make sure it doesn't include stuff like coverage.xml, heh.


  Commit: e45a2a5d8fa099a54dbdb4505140652935f83672
      https://github.com/zopefoundation/zope.hookable/commit/e45a2a5d8fa099a54dbdb4505140652935f83672
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M src/zope/hookable/_zope_hookable.c

  Log Message:
  -----------
  Fix build error with MSVC++ on Python 3

You could reproduce that on Linux with

  find -name '*.so' -delete
  CFLAGS="-pedantic -ansi" python3 setup.py

you'd get

  src/zope/hookable/_zope_hookable.c:234:3: warning: ISO C90 forbids mixed declarations and code [-pedantic]


Compare: https://github.com/zopefoundation/zope.hookable/compare/d8429028c091...e45a2a5d8fa0


More information about the checkins mailing list