[Pkg-bitcoin-commits] [python-quamash] branch upstream created (now 2796fcf)

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:50 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.

        at  2796fcf   New upstream version 0.5.5~dfsg

This branch includes the following new commits:

       new  f83a986   initial commit
       new  3d8d220   Initial commit
       new  08ff0d7   Merge branch 'master' of github.com:harvimt/quamash
       new  4c67e82   removed markdown readme
       new  84000fc   put example code in ..code:: directive so it renders nice
       new  e8058ad   move to package
       new  b9e8bcb   updated and normalized description
       new  71e3ccc   Update to 3.4 asyncio API
       new  ab80cce   Update README
       new  01a43eb   Fix README
       new  695ef65   Link to PEP
       new  30fdfa7   Base implementation on standard ProactorEventLoop/SelectorEventLoop
       new  bc301ea   Add license
       new  1ba690d   Fix event loop close issues
       new  e461f8f   Merge branch 'master' into proactor
       new  e16eef4   Add logging
       new  8044227   Fix some module refereces
       new  62b9497   Fix README example
       new  e187d6e   More logging
       new  187c1e2   Fix run_until_complete
       new  b7b33e5   Add travis configuration
       new  d7cc71d   Fix(?) Travis config
       new  b0fe175   Fix context manager logic
       new  889c82e   Support PySide
       new  08fc7ce   Implement subprocess_exec
       new  3bc32a2   Attempt for non-Windows support
       new  125c63b   Increase event polling granularity
       new  bd42008   Make py.test more verbose
       new  23c4ca3   Fix Travis config
       new  2663cfe   Unix line endings
       new  52507b5   Start support for Unix
       new  627d317   Remove IDEA stuff
       new  514383e   Change spaces to tabs
       new  21cbea9   Convert spaces to tabs
       new  fc6e92f   Merge branch 'master' into unix
       new  2308e8a   Change spaces to tabs
       new  750b0ef   Fix Windows implementation
       new  6e8cf31   Remove unnecessary logging
       new  b435f71   Simplify code
       new  0923cdd   Fix Travis config
       new  440cdef   Try to install PySide via apt-get on Travis
       new  8dc4396   Disable chatty logging
       new  c25477a   Add test for killing of subprocess
       new  6997373   Build PySide through pip on Travis
       new  35eee37   Merge branch 'master' into kill
       new  cf5f906   Only create QApplication once for all tests
       new  f2049ea   Merge branch 'master' into kill
       new  37fce3d   Remove space
       new  b85ffa9   Build PySide through pip on Travis
       new  072ef15   Merge branch 'master' into kill
       new  2ae65af   Start fixing signal handling
       new  32e8766   Implement event poller thread as QThread
       new  5362ebe   Fix subprocess on Unix
       new  e5b300c   Fix on Windows
       new  bfe9d42   Clean up
       new  d83351d   Link to pytest
       new  7bccdfd   Fix README
       new  bfe792a   Fix README
       new  219bd3e   Disconnect discarded notifiers
       new  bed2876   Fix poll timing
       new  7454d6e   Add Travis status to README
       new  8f6d9fb   Fix Travis status in README
       new  f3cf538   Fix Travis status in README
       new  5477ecf   Fix setup
       new  c86693c   Fixes to tests, mostly doctests.
       new  a4dddf6   use setuptools, mainly to support `python setup.py develop`.
       new  8236bfa   Merge branch 'unix' of https://github.com/aknuds1/quamash
       new  2808641   reduce sleep time, it doesn't need to be slow to test adequately.
       new  85d5e99   be sure to return the _Cancelable (may want to rename this Handle, in order to fit with asyncio's naming convention)
       new  1b52073   - more interesting demo application (IMO) - updated travis-ci to point to harvimt/quamash instead of aknuds1/quamash
       new  e3d1f1d   mostly pointless style change to force travis into updating.
       new  c3b55e2   tabs to space
       new  f67a45a   fix rst
       new  f77ee9f   misspelling
       new  9825692   Fix setup
       new  672b8f2   Fixes to tests, mostly doctests.
       new  ad0a735   use setuptools, mainly to support `python setup.py develop`.
       new  0d6d67b   reduce sleep time, it doesn't need to be slow to test adequately.
       new  abea12d   be sure to return the _Cancelable (may want to rename this Handle, in order to fit with asyncio's naming convention)
       new  2652417   - more interesting demo application (IMO) - updated travis-ci to point to harvimt/quamash instead of aknuds1/quamash
       new  13fca97   mostly pointless style change to force travis into updating.
       new  a0b5507   tabs to space
       new  b7c9e78   fix rst
       new  8e7cca2   misspelling
       new  3349a27   Merge branch 'master' into unix
       new  378b975   py.test with pep8 (defaults to on) and htmlcov (optional)
       new  e01bff2   PEP8 fixes pretty much all whitespace/indentation changes of some sort: - Adding in extra whitespace - removing trailing whitespace - where Arve Knudsen used the align form of line continuations switch to the hanging indent form (the align form is not possible when using tabs)
       new  2ff34ab   Follow concurrent.futures.Executor.shutdown semantics correctly
       new  6aed31a   Removed extraneous function I added.
       new  f3e1423   Test all executors
       new  5a3d251   Pass on exceptions caught in thread worker
       new  92c634c   Actually use the executor
       new  9e9fc99   Test configuration changes.
       new  22d8f4b   Style changes found by pyflakes or coverage.py (or by old-fashioned code review)
       new  2cfca2d   New Tests
       new  86ad7bf   Set the __been_shutdown flag when .shutdown is called on QThreadExecutor.
       new  8416818   Now working on both PyQt5 and PySide (on windows at least)
       new  100f6a3   Hopefully travis ci tests will complete now?
       new  b4b27c5   remover extraneous lines
       new  43e17a7   Fixed, and unified license across all files.
       new  e5a2df3   Try to actually fix doctest discovery in _windows.py on non-windows systems.
       new  d8c89b1   Cleanup setup.py etc. for first decent release.
       new  6f13811   ProcessPoolExecutor works, now which significantly adds to complexity of tests.
       new  15c6a54   fix debug logging to match argument order and properly identify variables.
       new  0f8dd57   Support PyQt4
       new  6bbc993   Fixed for PyQt5
       new  b908b5e   Add EditorConfig file
       new  366a31e   Merge pull request #6 from aknuds1/editorconfig
       new  bbab947   Fix QApplication usage
       new  f6e9944   Fix QApplication usage
       new  8e20776   Fix doctests
       new  bbf9f83   Ignore Windows logic on non-Windows and vice versa
       new  e4b7a60   QEventLoop: Implement add_reader and add_writer
       new  ed608e9   Implement remove_reader and remove_writer
       new  a24e4ab   Merge pull request #7 from aknuds1/socket
       new  68a752a   Fix QApplication usage
       new  ee81c5c   Fix QApplication usage
       new  3fe89a0   Fix doctests
       new  24ed649   Ignore Windows logic on non-Windows and vice versa
       new  ee77d96   Fix QApplication usage
       new  57f2e4b   Fix QApplication usage
       new  db2020b   Fix doctests
       new  36e99ec   QEventLoop: Implement add_reader and add_writer
       new  250b442   Fix whitespace
       new  3b57ac6   Fix potential timer problem
       new  e068961   Add ignore
       new  9c05f07   Increase timeout in test, to avoid false negatives
       new  c7eedc6   Fix whitespace
       new  ca5acf5   Undo unnecessary change
       new  3b0a161   merged
       new  a815846   Merge branch 'master' of https://github.com/aknuds1/quamash into aknuds1-master
       new  1fa3054   Fix event loop closing
       new  1b9a5d1   Fix test
       new  65ea034   Fix test
       new  0be2004   Make tests finish earlier
       new  911ba6a   Merge pull request #10 from aknuds1/linux
       new  c412687   Disable QSocketNotifier while calling read/write callbacks
       new  2b717d2   Fix tests
       new  b621c53   Ignore futures that are already done
       new  a347985   Add tests
       new  8058d98   Improve tests
       new  4194852   Handle problem of remove_reader being called too many times
       new  efff6ba   Cache dependencies on Travis for faster builds
       new  23eecab   During tests, stop event loop in case of uncaught exception
       new  3d53ff6   Handle self._ssock being None
       new  ba4c95b   Fix travis caching
       new  6edc9f8   don't compile PySide for every CI run, just use a precompiled wheel
       new  fcd1736   Merge branch 'master' of github.com:/harvimt/quamash
       new  46f2cc2   Inform in logging which Qt Implementation is being used
       new  7474c3d   Allow forcing Qt Implementation with environment variable
       new  74738cd   Merge branch 'master' of https://github.com/harvimt/quamash
       new  a781e77   Generate PySide wheel for Travis
       new  c19ae95   Fix .travis.yml wrt. PySide wheel
       new  cb40bc2   Merge branch 'master' of github.com:aknuds1/quamash
       new  000fbd5   Fix Travis build
       new  43256c0   Ignore socket notifiers that should be out of commission
       new  cc2c1c6   Fix indentation in setup.py
       new  fab2141   testing configuration changes
       new  93e98dd   Test exception handling in more executors
       new  14310f8   fix #8 - Linux test failures on linux
       new  79e49f6   fix some logging invocations
       new  132e1a7   Better subprocess tests?
       new  8d69e7b   test configuration update : test PyQt/tox is working
       new  962657e   docstring/style update
       new  9f86bf1   less aggressive travis configuration
       new  f7d1deb   actually include tox
       new  d0efc92   I'll do anything you want Travis... except whatever it is Meat Loaf won't do.
       new  464b924   anything Travis, anything but the Meatloaf
       new  75d8d38   ditch tox, just Travis ... anything for Travis
       new  774dc4b   tox only uses builtin packages now
       new  2be69c9   new socket functional tests (echo & bug13)
       new  0d32e4f   Fix removal of r/w-notifiers if another notifier is still bound
       new  c4cbac6   style fixes
       new  9a1b1af   Fixed ProcessPoolExecutor handling Exceptions
       new  0fe93d5   #12 - fix subprocess tests handling of carriage returns
       new  d65b523   Merge branch 'master' of https://github.com/harvimt/quamash
       new  93115c4   Timing tweeks to improve performance
       new  455b9c0   Get flake8 to not complain about TestException
       new  2d11e2e   make pep8-naming like _windows.py
       new  c9d466f   style fixes
       new  d8940fd   Implement replacement of existing readers/writers
       new  23a052b   Apply style fixes
       new  80832f8   Return correct values from remove_reader/writer
       new  4eef5c5   Remove warnings from {add,remove}_{reader,writer} on duplicate calls
       new  c9b5e6e   Updated README, setup.py & Testing Configuration
       new  bd7f335   Merge pull request #19 from horazont/rw-replace
       new  de326eb   fix misspelling
       new  8d654fa   version 0.4 release prep
       new  72fc339   Merge pull request #20 from horazont/rw-pep-conformance
       new  07b7024   Version 0.4.1 Release
       new  5e86d16   typo fix
       new  586556a   Travis CI Python 3.3 Configuration
       new  480a062   Appveyor CI Config
       new  41987ac   Fix PEP 3156 link in README
       new  49e4b7c   Test PyQt4 & PyQt5 with Travis CI
       new  d70bff5   Have Travis run flake8 style checks.
       new  09a106b   typo
       new  0924c0d   Build PyQt & SIP in /build so flake8 doesn't check it
       new  a3c2894   Add PyQt4 and PyQt5 to appveyor config
       new  0d0fcee   QEventLoop as context manager no longer call `asyncio.set_event_loop`
       new  0149edb   Better cleanup of timers and notifiers
       new  19d9cae   Fix past two commits
       new  4529200   Add strict test for scheduling of callbacks
       new  e64119e   Implement possible fix of notifiers being called out-of-order
       new  790d847   Fixes #24 - Exceptions in callbacks will make tests fail now.
       new  9566a7c   rename TestException to ExceptionTester
       new  4807114   Gitter Notifications
       new  e83df17   Appveyor Webhook
       new  5c93eb6   Instantiate QApplication once for all (doc)tests
       new  2c4ab61   Add Gitter Badge
       new  4f51bdb   Share a fixture between doctest & test_qeventloop.py
       new  b21f77e   Run loop one more time after run_until_complete
       new  03370c4   Supress WindowsError #6 on callbacks
       new  d9183a6   Add appveyor badge
       new  2d43087   minor fix
       new  9f09a49   Coverage Configuration Updates
       new  d6d09e9   QThreadExecutor.shutdown(wait=True/False)
       new  b8c0a5c   Use Travis SVG Badge
       new  0a83863   Appveyor badge should show master branch.
       new  9458bd4   Note Python 3.3 support in README
       new  0ed2a1d   README Update Continuous Integration Explanation.
       new  f4c974c   Fix rst syntax error
       new  c01083f   Updated README and version bump to version 0.5
       new  6eddbcf   fix rst syntax
       new  fcba8de   Version bump to 0.5.1 and changelog
       new  d0b1810   flake8 - ignore more directories
       new  b7699dc   fixes #31
       new  2d32ab6   Make new pep8 happy
       new  8fecc38   use same flake8 settings with Travis CI
       new  975f5c4   create MANIFEST.in
       new  117f17d   ppa name changed
       new  b83ebe3   Fix docstring D210 error.
       new  c260d76   it's either one or the other
       new  e3b9745   fix filename typo
       new  7ab8bd2   Bump version and changelog
       new  0388300   Switch from pypi.in to shields.io
       new  dbb189d   test for #34 reproduced
       new  df3d78b   improve tests
       new  3e241f4   parametrize & xfail the tests
       new  0c2f41e   Fix issue #34
       new  9df63b0   Fix whitespace
       new  baafcc4   [style] fix continuation lines
       new  18414a1   xfail on python 3.3
       new  161e39f   [version] bump to 0.5.3
       new  3d8ac74   asyncio
       new  540ab6a   Merge pull request #46 from graingert/patch-1
       new  a0075cd   bump Qt5 ppa version
       new  6d9caf6   bump pyqt installer version in appveyor
       new  5e750a4   updated PySide wheels
       new  bd552e0   No need to run pyside postinstall anymore
       new  1b9ec65   add support for python 3.5
       new  1adcbdf   Don't run PySide tests on Python 3.5
       new  6edaa26   remove unnecessary QObjects & fixup super() calls
       new  f66b0e4   Fix new pep257 docstring errors
       new  9c3d22b   Officially support Python 3.5 and add testing matrix.
       new  04e795a   bug fix: lock to prevent event race conditions
       new  6f829f5   use Qt mutex instead of threading.Lock
       new  2781966   Updated changelog
       new  15747e4   Cleanup powershell and fix build problems
       new  a34ab1e   Fix bug when removing after closing
       new  30e555b   Check closed in add fds
       new  652ecda   style fixes
       new  bbab9e3   replace _easycallback with _make_signaller
       new  a69ef32   Bump version and update readme for version 0.5.4
       new  72c6881   Use QObject.startTimer/QObject.timerEvent instead of QTimer
       new  5f52d57   fixes #62
       new  d5c67ff   bump version to 0.5.5
       new  2796fcf   New upstream version 0.5.5~dfsg

The 268 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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