[Pkg-bitcoin-commits] [python-quamash] annotated tag debian/0.6.0_dfsg-1 created (now b25b385)

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


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

js pushed a change to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

        at  b25b385   (tag)
   tagging  f29ae9736aa8693a9c0389c017c999f75cbeecf6 (commit)
  replaces  debian/0.5.5_dfsg-1
 tagged by  Jonas Smedegaard
        on  Tue Dec 19 02:19:56 2017 +0100

- Log -----------------------------------------------------------------
python-quamash Debian release 0.6.0~dfsg-1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlo4aTwACgkQLHwxRsGg
ASEFGQ//QAwfoxRYT+gCiU/aPJIuXXqYVxjkeeJ5f2RWBJfbpgFwdIz5rVmWVVxG
LgkMAIQ6enHNCvBwQgs/Wfi0JT2NYgYfZC6vumVi7fp3WbltVjQ9MDopcZjPzZV4
Vadqz2614+X9u/96LNOOmfVY49EFZAZ3dc1Inkp2qMOLtbflpkqNvcHhiAD3WLlf
Smji+Hsw8n3IURW9P+GzR9jQm+kIWXGwy33mAmHrrtyjJ8jKr6eln02zA4Qb6lTm
6W5bntJg0zK2yYW70C3oTEiIXZq7plNdEwCGVlzDM7EC+2Ll/s6J5FRaCu1ZCG9t
3uRy0JSOZgEg5mGxjrGbHicv7iHmBQxB3FUWoE26BG3ito6r9UmtaOZ3lhNY08wl
/YVasGBC/nUS4W66AGYj+d4RYVLYamGTaAxvBcktmKKsju/g7/KdIboSijZMYG7a
aQjDO/KpnDYVNwpnEnkd9hPlOln7t9VFY3XCLcJoP1wd2eejzByeQGN3OMsdPaFB
yptJ60Q1CPRuQEi6yJ1/1icQk0okuRIfVxEv0qHAj4tSYfYdnND7HgmIdegnAsie
L8PrDGZuols4QQ6NImQmCH56tu2T0Tn4ghGjGciCVFk2L6awQjoQIF6+6273x5C7
bQlbmYQImlyMdrhDh5Nj61johZeIYEaLfLfT8qnDXvoexINboRw=
=YsIj
-----END PGP SIGNATURE-----

Ewald de Wit (1):
      QEventLoop.stop() will set the loop to be non-running.

Jonas Smedegaard (4):
      New upstream version 0.6.0~dfsg
      Update upstream source from tag 'upstream/0.6.0_dfsg'
      Declare compliance with Debian Policy 4.1.2.
      Prepare for release: Update changelog, and copyright hints.

João Paulo Vanzuita (2):
      Update README.rst
      Update README.rst

Korijn van Golen (30):
      lint in __init__
      Update _unix.py
      skip test_regression_bug13 on appveyor
      strip whitespace
      docstring lint
      docstring lint
      more lint
      imperative mood lint...
      Added pytest-timeout, configured timeout to 10s and added vscode to gitignore.
      Pytest: enable detail for skips and xfails
      Temporarily increase verbosity
      skip another failing test on appveyor
      skip another test on windows
      and another one
      and another two
      one more...
      added pytest-xdist for boxing tests to subprocesses
      Merge branch 'test_timeout' of github.com:Korijn/quamash into test_timeout
      removed skip calls
      Removed pytest-xdist, doesnt support Windows
      Added Python 3.6 to CI
      Proper slashes in windows paths
      CI bump
      attempt to update pyqt5
      print list of dirs
      Download PyQt5.9
      apt-get install qt59
      corrected dirname
      Bumped SIP and PyQt4 too
      drop python 3.3 from travis CI

Mark Harviston (18):
      Change how event loop base classes are assigned.
      style cleanup
      typo
      typo2
      get rid of base event loop as base\n\n, since _QEventLoop is a mixin, this will not affect the mri
      Merge pull request #68 from converge/patch-1
      Merge pull request #69 from converge/patch-2
      Merge pull request #74 from Korijn/ci-fixes
      Merge pull request #75 from Korijn/test_timeout
      Merge pull request #79 from NeilGirdhar/patch-1
      Merge pull request #76 from Korijn/python36ci
      Merge pull request #80 from erdewit/master
      Change how event loop base classes are assigned.
      style cleanup
      typo
      typo2
      get rid of base event loop as base\n\n, since _QEventLoop is a mixin, this will not affect the mri
      Merge pull request #83 from harvimt/gh66

Mark Thomas West Harviston (17):
      Revert "Merge pull request #80 from erdewit/master"
      revert windows baseclass undo
      get rid of primitive subprocess tests (since they don't work)
      use colorlog if available
      rewrite subprocess terminate test to use high level api
      update to qt 5.9.1
      style
      more style
      ensure is_running() returns false immediately after stopping
      tox settings
      sometimes timer is accessed after loop is stopped
      fixes #77
      Merge branch 'gh45' into gh66
      update appveyor config
      WIPZ docker container for tests
      more WIPZ docker
      bump version and changelog

Neil (1):
      Update __init__.py

inso (5):
      Merge remote-tracking branch 'origin/gh45'
      Testing better performances
      Remove logging in timerEvent
      Better performances
      Merge branch 'perfs' into gh66

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

This annotated tag includes the following new commits:

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

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