[Python-modules-commits] [pytest-xdist] branch debian/master updated (c09d630 -> ed2c928)

Daniel Stender stender at moszumanska.debian.org
Sat Aug 5 17:57:20 UTC 2017


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

stender pushed a change to branch debian/master
in repository pytest-xdist.

      from  c09d630   upload to unstable
       new  83f4d3d   deb/gbp.conf: changed debian-branch to meet DEP-14, add sign-tags field
       new  fa9fed0   deb/control: updated Vcs fields
       new  575e867   deb/control: added DPMT as Uploaders
       new  f42be3b   deb/copyright: expanded copyright span
       new  6b80681   use debhelper level 10
       new  0dd6392   deb/control: bumped standards to 4.0.0
       new  d40cece   deb/changelog: use shorter present throughout
       new  868f5d6   add temporarily-disable-test_looponfail_removed_test.patch
       new  8bc40cb   deb/tests/python{,3}-pytest-xdist: don't stop after first failure in DEP-8 testing
       new  45ca7bb   New upstream version 1.18.2
       new  f9de21d   Updated version 1.18.2 from 'upstream/1.18.2'
       new  d51f35f   deb/changelog: new upstream release
       new  d0aee34   drop fix-acceptance_test-for-pytest3.patch
       new  eb44c36   deb/changelog: update version
       new  cddf44e   deb/changelog: add another bug to close
       new  7af7e4c   deb/control: update build-deps
       new  06b3b55   deb/copyright: expanded copyright span for source
       new  ed2c928   deb/changelog: upload to unstable, finalized

The 18 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.


Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |  17 +++
 .travis.yml                                        |  38 +++---
 CHANGELOG => CHANGELOG.rst                         |  94 +++++++++++++
 HOWTORELEASE.rst                                   |  45 +++++++
 MANIFEST.in                                        |   7 -
 OVERVIEW.md                                        |   2 +
 PKG-INFO                                           |  28 ++--
 README.rst                                         |  26 ++--
 appveyor.yml                                       |  13 ++
 changelog/_template.rst                            |  39 ++++++
 debian/changelog                                   |  22 +++
 debian/compat                                      |   2 +-
 debian/control                                     |  13 +-
 debian/copyright                                   |   4 +-
 debian/gbp.conf                                    |   5 +-
 .../patches/fix-acceptance_test-for-pytest3.patch  |  17 ---
 debian/patches/series                              |   2 +-
 ...rily-disable-test_looponfail_removed_test.patch |  60 +++++++++
 debian/tests/python-pytest-xdist                   |   2 +-
 debian/tests/python3-pytest-xdist                  |   2 +-
 dev-requirements.txt                               |   1 +
 pyproject.toml                                     |  36 +++++
 setup.cfg                                          |   7 +-
 setup.py                                           |   2 +-
 testing/acceptance_test.py                         |  73 ++++++----
 testing/test_dsession.py                           | 149 +++++++++++----------
 testing/test_looponfail.py                         |   2 +-
 testing/test_newhooks.py                           |  11 +-
 testing/test_plugin.py                             |   4 +
 testing/test_remote.py                             |  75 ++++++++++-
 tox.ini                                            |  14 +-
 xdist/_version.py                                  |   2 +-
 xdist/dsession.py                                  | 131 +++++++++---------
 xdist/newhooks.py                                  |   8 +-
 xdist/plugin.py                                    |   4 +-
 xdist/remote.py                                    |  27 +++-
 xdist/slavemanage.py                               |  85 +++++++++---
 37 files changed, 775 insertions(+), 294 deletions(-)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
 rename CHANGELOG => CHANGELOG.rst (70%)
 create mode 100644 HOWTORELEASE.rst
 delete mode 100644 MANIFEST.in
 create mode 100644 changelog/_template.rst
 delete mode 100644 debian/patches/fix-acceptance_test-for-pytest3.patch
 create mode 100644 debian/patches/temporarily-disable-test_looponfail_removed_test.patch
 create mode 100644 dev-requirements.txt
 create mode 100644 pyproject.toml

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



More information about the Python-modules-commits mailing list