[Python-modules-commits] [python-pykka] annotated tag v0.14 created (now 9c5c6c4)

Stein Magnus Jodal jodal at moszumanska.debian.org
Sat Nov 7 20:22:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

jodal pushed a change to annotated tag v0.14
in repository python-pykka.

        at  9c5c6c4   (tag)
   tagging  b10c394be735d464f93672fd2e61c3dd6fb6eb75 (commit)
  replaces  v0.13
 tagged by  Stein Magnus Jodal
        on  Sun Apr 22 21:14:26 2012 +0200

- Log -----------------------------------------------------------------
Release v0.14

Stein Magnus Jodal (37):
      Move Google Analytics code to <head>
      Add library mocking trick from Read the Docs for building docs without dependencies
      Improve the RTD dependency mock
      Building docs no longer requires gevent
      Update copyright
      Move docs from GitHub Pages to Read The Docs
      Remove github target from docs Makefile
      Remove custom Sphinx template not needed when using Read The Docs
      tox: Remove python 3.1, upgrade pypy from 1.5 to 1.8
      tox: gevent is no longer needed for building the docs
      Turn of generation of HTML code coverage reports, as it breaks in Python 3.2
      Make tests/performance.py work on Python 3
      Add Travis CI config
      Add mock to development requirements
      Add coverage to development requirements
      Ignore gevent tests on Travis
      Don't look for tests in other dirs than tests/
      Run nosetests in verbose mode in case a test hangs instead of failing properly
      Add timeouts and asserts around all threading.Event.wait() calls in tests
      Add __version__ to pykka module
      Remove now useless test
      Give Sphinx both a short and full version number
      Add ActorRef.{tell,ask} and deprecate ActorRef.{send_one_way,send_request_reply}
      Need to use ask() instead of tell() so that the call blocks til it is finished
      Don't do a deepcopy of objects set on ThreadingFuture objects
      Don't rely on threading.Event.wait() to return the event value, as this was added in Python 2.7
      Let Travis CI run Pykka's tests on PyPy
      Don't include coverage in dev requirements by default. We manage fine without it
      Travis comes with nose and mock, so we can build without using requirements-dev.txt at all
      Revert to the previous setup, as PyPy builds on Travis seem broken
      Try to install gevent on Travis, to run the gevent tests as well
      Don't block gevent tests from running on Travis CI
      Fix all flake8 warnings
      Revert efforts for running gevent tests on Travis
      Increase docs' readability by not using the fully qualified paths to the classes and methods talked about
      Fix wrong use of custom label in docs ref
      Release v0.14

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pykka.git



More information about the Python-modules-commits mailing list