[Pkg-bitcoin-commits] [python-quamash] annotated tag upstream/0.5.5_dfsg created (now 8e0f67a)

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:27:02 UTC 2017


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

js pushed a change to annotated tag upstream/0.5.5_dfsg
in repository python-quamash.

        at  8e0f67a   (tag)
   tagging  2796fcf8640d7099f1168f1a87749672c3407128 (commit)
  replaces  version-0.3
 tagged by  Jonas Smedegaard
        on  Thu Nov 23 17:02:50 2017 +0100

- Log -----------------------------------------------------------------
Upstream version 0.5.5~dfsg
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAloW8SoACgkQLHwxRsGg
ASGiOA//YH0WGqmHKaL5ox0Z220WGYdNigY267Jl0SnbU71wHSqVqFoMzNdfGYL5
KQCnktz95a+mB8Y7yOKNwI+241MkxPoiJAzv3sn4AYPd3dUD8rcI59xmoHDSE9LO
djhn4ZdM4A/ma/X0TMWE97Q2YFS3SrSjFpNCQjULzMEG5+LUXyX0dScnN+HCO9tK
IjScJZg1OYWtW7QWvs5x0wIGNUESkCOuoi+OTWgo5nZhaVFOLu7vhvJDhX4ZqUFK
p3LKJ/tJRqqqWAuYmGiuGssc9RIEZFQ6nK6mPoTp7jlCvdDqdrMdanw52QzhHUc+
pIMzkZTL/HWPCLzxMGmh0rq/Zi0iJTvlHY/orbql6tYqyjhgDJq4n6/pa6U3kWsI
W7/1unmhD9ACPANxQAB+vsDgfWMcYCXnOWhNh6oB8qtoyK8HN6Lg8Cqg1bFlff7t
/5CiZP65jdD6CnOHGbqlaOALLahw1YCe11m3u4+ykcXg+kBBWK3Od+sG0+k/Sb0b
egf++Xge7WoY4dtIwN4D+FPy7/plxW23WFQSfk3thxUyaJbZ0Ln8b/zMGfBi97b6
qlcYFDQbdVBHu4sntoC8zwY+d+m70VoXthQhsKQMOvmt5VhzTCGd/hy+M1fCIXJ9
8rexhO+p8cfrqM/vmZIY6XuEnjntRmmh8rZNE95PM8dDNElV3tE=
=1q+4
-----END PGP SIGNATURE-----

Arve Knudsen (43):
      Add EditorConfig file
      Fix QApplication usage
      Fix QApplication usage
      Fix doctests
      Ignore Windows logic on non-Windows and vice versa
      QEventLoop: Implement add_reader and add_writer
      Implement remove_reader and remove_writer
      Fix QApplication usage
      Fix QApplication usage
      Fix doctests
      Ignore Windows logic on non-Windows and vice versa
      Fix QApplication usage
      Fix QApplication usage
      Fix doctests
      QEventLoop: Implement add_reader and add_writer
      Fix whitespace
      Fix potential timer problem
      Add ignore
      Increase timeout in test, to avoid false negatives
      Fix whitespace
      Undo unnecessary change
      Fix event loop closing
      Fix test
      Fix test
      Make tests finish earlier
      Merge pull request #10 from aknuds1/linux
      Disable QSocketNotifier while calling read/write callbacks
      Fix tests
      Ignore futures that are already done
      Add tests
      Improve tests
      Handle problem of remove_reader being called too many times
      Cache dependencies on Travis for faster builds
      During tests, stop event loop in case of uncaught exception
      Handle self._ssock being None
      Fix travis caching
      Merge branch 'master' of https://github.com/harvimt/quamash
      Generate PySide wheel for Travis
      Fix .travis.yml wrt. PySide wheel
      Merge branch 'master' of github.com:aknuds1/quamash
      Fix Travis build
      Ignore socket notifiers that should be out of commission
      Instantiate QApplication once for all (doc)tests

Inso (4):
      Fix issue #34
      Fix whitespace
      Fix bug when removing after closing
      Check closed in add fds

Jonas Smedegaard (1):
      New upstream version 0.5.5~dfsg

Jonas Wielicki (7):
      Fix removal of r/w-notifiers if another notifier is still bound
      Implement replacement of existing readers/writers
      Apply style fixes
      Return correct values from remove_reader/writer
      Remove warnings from {add,remove}_{reader,writer} on duplicate calls
      Add strict test for scheduling of callbacks
      Implement possible fix of notifiers being called out-of-order

Keerthan Jaic (1):
      create MANIFEST.in

Mark Harviston (107):
      ProcessPoolExecutor works, now which significantly adds to complexity of tests.
      fix debug logging to match argument order and properly identify variables.
      Support PyQt4
      Fixed for PyQt5
      Merge pull request #6 from aknuds1/editorconfig
      Merge pull request #7 from aknuds1/socket
      merged
      Merge branch 'master' of https://github.com/aknuds1/quamash into aknuds1-master
      don't compile PySide for every CI run, just use a precompiled wheel
      Merge branch 'master' of github.com:/harvimt/quamash
      Inform in logging which Qt Implementation is being used
      Allow forcing Qt Implementation with environment variable
      Fix indentation in setup.py
      testing configuration changes
      Test exception handling in more executors
      fix #8 - Linux test failures on linux
      fix some logging invocations
      Better subprocess tests?
      test configuration update : test PyQt/tox is working
      docstring/style update
      less aggressive travis configuration
      actually include tox
      I'll do anything you want Travis... except whatever it is Meat Loaf won't do.
      anything Travis, anything but the Meatloaf
      ditch tox, just Travis ... anything for Travis
      tox only uses builtin packages now
      new socket functional tests (echo & bug13)
      style fixes
      Fixed ProcessPoolExecutor handling Exceptions
      #12 - fix subprocess tests handling of carriage returns
      Merge branch 'master' of https://github.com/harvimt/quamash
      Timing tweeks to improve performance
      Get flake8 to not complain about TestException
      make pep8-naming like _windows.py
      style fixes
      Updated README, setup.py & Testing Configuration
      Merge pull request #19 from horazont/rw-replace
      fix misspelling
      version 0.4 release prep
      Merge pull request #20 from horazont/rw-pep-conformance
      Version 0.4.1 Release
      typo fix
      Travis CI Python 3.3 Configuration
      Appveyor CI Config
      Fix PEP 3156 link in README
      Test PyQt4 & PyQt5 with Travis CI
      Have Travis run flake8 style checks.
      typo
      Build PyQt & SIP in /build so flake8 doesn't check it
      Add PyQt4 and PyQt5 to appveyor config
      QEventLoop as context manager no longer call `asyncio.set_event_loop`
      Better cleanup of timers and notifiers
      Fix past two commits
      Fixes #24 - Exceptions in callbacks will make tests fail now.
      rename TestException to ExceptionTester
      Gitter Notifications
      Appveyor Webhook
      Add Gitter Badge
      Share a fixture between doctest & test_qeventloop.py
      Run loop one more time after run_until_complete
      Supress WindowsError #6 on callbacks
      Add appveyor badge
      minor fix
      Coverage Configuration Updates
      QThreadExecutor.shutdown(wait=True/False)
      Use Travis SVG Badge
      Appveyor badge should show master branch.
      Note Python 3.3 support in README
      README Update Continuous Integration Explanation.
      Fix rst syntax error
      Updated README and version bump to version 0.5
      fix rst syntax
      Version bump to 0.5.1 and changelog
      flake8 - ignore more directories
      fixes #31
      Make new pep8 happy
      use same flake8 settings with Travis CI
      ppa name changed
      Fix docstring D210 error.
      it's either one or the other
      fix filename typo
      Bump version and changelog
      Switch from pypi.in to shields.io
      test for #34 reproduced
      improve tests
      parametrize & xfail the tests
      [style] fix continuation lines
      xfail on python 3.3
      [version] bump to 0.5.3
      Merge pull request #46 from graingert/patch-1
      bump Qt5 ppa version
      bump pyqt installer version in appveyor
      updated PySide wheels
      No need to run pyside postinstall anymore
      add support for python 3.5
      Don't run PySide tests on Python 3.5
      remove unnecessary QObjects & fixup super() calls
      Fix new pep257 docstring errors
      Officially support Python 3.5 and add testing matrix.
      Updated changelog
      Cleanup powershell and fix build problems
      style fixes
      replace _easycallback with _make_signaller
      Bump version and update readme for version 0.5.4
      Use QObject.startTimer/QObject.timerEvent instead of QTimer
      fixes #62
      bump version to 0.5.5

Peter Azmanov (2):
      bug fix: lock to prevent event race conditions
      use Qt mutex instead of threading.Lock

Thomas Grainger (1):
      asyncio

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

No new revisions were added by this update.

-- 
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