[Pkg-bitcoin-commits] [python-quamash] branch upstream updated (2796fcf -> e4209c6)

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:20:02 UTC 2017


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

js pushed a change to branch upstream
in repository python-quamash.

      from  2796fcf   New upstream version 0.5.5~dfsg
      adds  39de482   Update README.rst
      adds  01ed5ea   Merge pull request #68 from converge/patch-1
      adds  545fb04   Update README.rst
      adds  92add7c   Merge pull request #69 from converge/patch-2
      adds  7e6f67e   lint in __init__
      adds  434d3c2   Update _unix.py
      adds  df04f39   skip test_regression_bug13 on appveyor
      adds  eff48f2   strip whitespace
      adds  a7765e4   docstring lint
      adds  353a9b5   docstring lint
      adds  c54e2ad   more lint
      adds  95079b6   imperative mood lint...
      adds  8a13c9c   Merge pull request #74 from Korijn/ci-fixes
      adds  a5fde53   Added pytest-timeout, configured timeout to 10s and added vscode to gitignore.
      adds  ffa02d5   Pytest: enable detail for skips and xfails
      adds  88e516b   Temporarily increase verbosity
      adds  be2627f   skip another failing test on appveyor
      adds  7c04cb8   added pytest-xdist for boxing tests to subprocesses
      adds  a72e8eb   skip another test on windows
      adds  35394f2   and another one
      adds  69b3975   and another two
      adds  c62a3fe   one more...
      adds  afbcbee   Merge branch 'test_timeout' of github.com:Korijn/quamash into test_timeout
      adds  6d15c32   removed skip calls
      adds  a5b2116   Removed pytest-xdist, doesnt support Windows
      adds  5c8bc08   Merge pull request #75 from Korijn/test_timeout
      adds  664edac   Update __init__.py
      adds  e095528   Merge pull request #79 from NeilGirdhar/patch-1
      adds  19d6656   Added Python 3.6 to CI
      adds  deab69a   Proper slashes in windows paths
      adds  20f7522   CI bump
      adds  c2c5f2a   attempt to update pyqt5
      adds  666ef1b   print list of dirs
      adds  36d6ce8   Download PyQt5.9
      adds  3fd7a6d   apt-get install qt59
      adds  dc0d0db   corrected dirname
      adds  8b7ce2d   Bumped SIP and PyQt4 too
      adds  29d8e69   drop python 3.3 from travis CI
      adds  4aea87b   Merge pull request #76 from Korijn/python36ci
      adds  1ff3360   QEventLoop.stop() will set the loop to be non-running.
      adds  26da11d   Merge pull request #80 from erdewit/master
      adds  8e5a6e8   Change how event loop base classes are assigned.
      adds  04cc0f4   style cleanup
      adds  8a8bb6c   typo
      adds  914e3e8   typo2
      adds  1c7c11f   get rid of base event loop as base\n\n, since _QEventLoop is a mixin, this will not affect the mri
      adds  6d1a556   Merge remote-tracking branch 'origin/gh45'
      adds  89bb10a   Testing better performances
      adds  3c6c190   Remove logging in timerEvent
      adds  40cc27e   Better performances
      adds  8026584   Merge branch 'perfs' into gh66
      adds  61f83f7   Revert "Merge pull request #80 from erdewit/master"
      adds  84d631f   revert windows baseclass undo
      adds  f670857   get rid of primitive subprocess tests (since they don't work)
      adds  7d7ba1c   use colorlog if available
      adds  25904d5   rewrite subprocess terminate test to use high level api
      adds  2cc7e48   update to qt 5.9.1
      adds  65a40b1   style
      adds  d9c5d6b   more style
      adds  45a497a   ensure is_running() returns false immediately after stopping
      adds  7c0fa54   tox settings
      adds  fa0f10c   sometimes timer is accessed after loop is stopped
      adds  e5fc6b1   fixes #77
      adds  6517f5a   Change how event loop base classes are assigned.
      adds  6488ace   style cleanup
      adds  655f35e   typo
      adds  3d51e67   typo2
      adds  e8de434   get rid of base event loop as base\n\n, since _QEventLoop is a mixin, this will not affect the mri
      adds  9c0c66b   Merge branch 'gh45' into gh66
      adds  370f86c   update appveyor config
      adds  ec5cd76   WIPZ docker container for tests
      adds  8025e97   more WIPZ docker
      adds  d3e665f   Merge pull request #83 from harvimt/gh66
      adds  2191e4c   bump version and changelog
      adds  e4209c6   New upstream version 0.6.0~dfsg

No new revisions were added by this update.

Summary of changes:
 .dockerignore            |   7 +
 .travis.yml              |  35 ++--
 Dockerfile               |  41 +++++
 README.rst               |  19 ++-
 appveyor.yml             |  40 +++--
 appveyor/install.ps1     |  11 +-
 conftest.py              |  28 ++-
 quamash/__init__.py      | 130 ++++++++------
 quamash/_unix.py         | 432 +++++++++++++++++++++++------------------------
 quamash/_windows.py      |   9 +-
 setup.py                 |   4 +-
 tests/test_qeventloop.py |  74 +++-----
 tox.ini                  |  58 +++----
 13 files changed, 475 insertions(+), 413 deletions(-)
 create mode 100644 .dockerignore
 create mode 100644 Dockerfile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list