[Checkins] [zopefoundation/grokcore.component] 53fdc3: Back to development: 2.5.1

GitHub noreply at github.com
Wed Feb 24 17:22:07 CET 2016


  Branch: refs/heads/2.5
  Home:   https://github.com/zopefoundation/grokcore.component
  Commit: 53fdc35795fe59bd300f31a1f03bb07d7d992610
      https://github.com/zopefoundation/grokcore.component/commit/53fdc35795fe59bd300f31a1f03bb07d7d992610
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 2.5.1


  Commit: 4b3c9f9e1b41810b2b1e3178259d07df0d154227
      https://github.com/zopefoundation/grokcore.component/commit/4b3c9f9e1b41810b2b1e3178259d07df0d154227
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M src/grokcore/component/tests/test_grok.py
    A src/grokcore/component/tests/zcml/__init__.py
    A src/grokcore/component/tests/zcml/exclude.py
    A src/grokcore/component/tests/zcml/excludepkg/__init__.py
    A src/grokcore/component/tests/zcml/excludepkg/sample.py

  Log Message:
  -----------
  Add a test for the exclude feature.


  Commit: 0bcdd6c493d66446cb71504d8316750007a812b9
      https://github.com/zopefoundation/grokcore.component/commit/0bcdd6c493d66446cb71504d8316750007a812b9
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M CHANGES.txt
    M README.txt
    A src/grokcore/component/tests/zcml/excludemany.py
    A src/grokcore/component/tests/zcml/excludemanypkg/__init__.py
    A src/grokcore/component/tests/zcml/excludemanypkg/file_1.py
    A src/grokcore/component/tests/zcml/excludemanypkg/test_asdf.py
    M src/grokcore/component/zcml.py

  Log Message:
  -----------
  Add ability to exclude more than one module or package using ``<grok:grok exclude="<names>" />`` and allow to use unix shell-style wildcards within.


  Commit: e3767042c19fce6cd07c350a2cf2be134766d12d
      https://github.com/zopefoundation/grokcore.component/commit/e3767042c19fce6cd07c350a2cf2be134766d12d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    A .gitignore

  Log Message:
  -----------
  Ignore derived.


  Commit: faaaa70ca69121b3eb70b2762cbbc845ce66a9b2
      https://github.com/zopefoundation/grokcore.component/commit/faaaa70ca69121b3eb70b2762cbbc845ce66a9b2
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M bootstrap.py
    M buildout.cfg

  Log Message:
  -----------
  Fix buildout to be able to build this version nowadays.


  Commit: 9f71c073a76778ce62a4a877736e5b1818118af5
      https://github.com/zopefoundation/grokcore.component/commit/9f71c073a76778ce62a4a877736e5b1818118af5
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M src/grokcore/component/tests/zcml/exclude.py
    M src/grokcore/component/tests/zcml/excludemany.py

  Log Message:
  -----------
  Fix tests to work with zope.configuration 3.7.4 as pinned by GTK.


  Commit: 8e8775331d721c318451f553c97d6684bf2269c7
      https://github.com/zopefoundation/grokcore.component/commit/8e8775331d721c318451f553c97d6684bf2269c7
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Note the backport of the feature.


  Commit: 62ef92767e4d7c116a153d7b66c240ac1cc0591b
      https://github.com/zopefoundation/grokcore.component/commit/62ef92767e4d7c116a153d7b66c240ac1cc0591b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    A .travis.yml

  Log Message:
  -----------
  Add a travis config, to the PR can be tested.


  Commit: 2bacf7fce63945344a76ad3624fdc57fc78a0536
      https://github.com/zopefoundation/grokcore.component/commit/2bacf7fce63945344a76ad3624fdc57fc78a0536
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2016-02-24 (Wed, 24 Feb 2016)

  Changed paths:
    A .gitignore
    A .travis.yml
    M CHANGES.txt
    M README.txt
    M bootstrap.py
    M buildout.cfg
    M setup.py
    M src/grokcore/component/tests/test_grok.py
    A src/grokcore/component/tests/zcml/__init__.py
    A src/grokcore/component/tests/zcml/exclude.py
    A src/grokcore/component/tests/zcml/excludemany.py
    A src/grokcore/component/tests/zcml/excludemanypkg/__init__.py
    A src/grokcore/component/tests/zcml/excludemanypkg/file_1.py
    A src/grokcore/component/tests/zcml/excludemanypkg/test_asdf.py
    A src/grokcore/component/tests/zcml/excludepkg/__init__.py
    A src/grokcore/component/tests/zcml/excludepkg/sample.py
    M src/grokcore/component/zcml.py

  Log Message:
  -----------
  Merge pull request #7 from icemac/exclude-multiple-2.5

Exclude multiple for version 2.5


Compare: https://github.com/zopefoundation/grokcore.component/compare/dcd4e0f3be9a...2bacf7fce639


More information about the checkins mailing list