Change logs for pytest source package in Xenial

  • pytest (2.8.7-4) unstable; urgency=medium
    
      * debian/control:
        - Add myself to Uploaders.
        - Bump Standards-Version to 3.9.7.
        - Update Vcs-Git.
      * Better hanlding of py.test-X.Y. (Closes: #814834)
        - debian/patches/drop-entrypoints-logic.patch: Upstream patch to no longer
          generate py.test-X.Y entry points.
        - debian/python-pytest.links: Provide py.test-2.7 and manpage via symlink
          until we can drop them.
        - debian/rules: No longer remove unwanted artifacts, as they are no longer
          produced.
      * debian/rules: Build man and html in one call.
      * debian/tests/control: Reduce dependencies of tests to what is actually
        needed.
    
     -- Sebastian Ramacher <email address hidden>  Mon, 15 Feb 2016 22:08:06 +0100
  • pytest (2.8.7-3) unstable; urgency=medium
    
      * Team upload.
      * Revert changes from 2.8.7-2 that included /usr/bin/pytest-3.X in the
        package (Closes: #814622)
    
     -- Sebastian Ramacher <email address hidden>  Sun, 14 Feb 2016 16:36:55 +0100
  • pytest (2.8.7-2) unstable; urgency=medium
    
      * Team upload.
      * d/rules: Don't trim artifacts.
    
     -- Barry Warsaw <email address hidden>  Thu, 11 Feb 2016 14:38:16 -0500
  • pytest (2.8.7-1) unstable; urgency=medium
    
      * Team upload.
    
      [ Corey Bryant ]
      * d/control: Drop tox from build-depends.
    
      [ Barry Warsaw ]
      * New upstream release.
      * d/tests:
        - control: Add a Depends to pick up all supported Python 3 versions.
        - smoketest-{2,3}: Run the smoke tests against all installed versions
          of Python, instead of the supported versions.
    
     -- Barry Warsaw <email address hidden>  Mon, 08 Feb 2016 17:22:46 -0500
  • pytest (2.8.5-2ubuntu1) xenial; urgency=medium
    
      * d/control: Drop tox from build-depends.
    
     -- Corey Bryant <email address hidden>  Wed, 03 Feb 2016 14:42:06 +0100
  • pytest (2.8.5-2) unstable; urgency=medium
    
      * Team upload.
      * debian/rules:
        - Reduce duplication between python-pytest and python-pytest-doc.
        - Build documentation in *build* step and not in install step.
      * debian/control: Remove XS-Testsuite, no longer needed.
      * Revert parts of c6eb0d1da9bdf2a0cfb40d69711e8a88e86d4657 and bring back
        rtinstall, rtremove, postinstall and prerm for python3-pytest. (Closes:
        #808763)
        Until we decide that py.test-X.Y scripts are not desired, this method
        actually generates them correctly and does not require a sourceful upload
        whenever the set of supported Python 3 version changes.
    
     -- Sebastian Ramacher <email address hidden>  Tue, 19 Jan 2016 15:59:35 +0100
  • pytest (2.8.5-1) unstable; urgency=medium
    
      * Team upload.
      * New upstream release.
      * d/control: Update the Vcs-* fields for git.
      * d/patches:
        - local-intersphinx: Removed; no longer necessary.
        - remove-herokuapp-images: Removed; no longer necessary.
        - remove_google_js: Updated.
      * d/rules:
        - Convert to --buildsystem=pybuild
        - override_dh_compress, override_dh_install, override_dh_auto_clean,
          override_dh_clean: Removed; let pybuild do it all for us.
        - override_dh_auto_test: Updated.
        - override_dh_installdocs: Added.
        - override_dh_auto_install: Added for tweaking the /usr/bin scripts
          shebang lines.
      * d/py.test.template: Removed.
      * d/*.install, *.postinst, *.prerm, *.rtinstall, *.rtremove: Removed.
      * d/tests: Since the unittests run during package build, we only need a
        couple of smoketests in the DEP-8 tests, just to ensure that pytest
        can be invoked on a simple Python test file.
      * wrap-and-sort
    
     -- Barry Warsaw <email address hidden>  Thu, 17 Dec 2015 19:41:09 -0500
  • pytest (2.7.3-1) unstable; urgency=medium
    
      * Team upload.
      * New upstream release.
      * debian/patches/issue844-py35-compat: Removed, applied upstream.
    
     -- Barry Warsaw <email address hidden>  Tue, 15 Sep 2015 17:11:36 -0400
  • pytest (2.7.2-2) unstable; urgency=medium
    
      * Team upload.
      * debian/patches/issue744-py35-compat: Upstream patch to fix Python 3.5
        compatibility by handling the change in the ast module API.
    
     -- Barry Warsaw <email address hidden>  Fri, 17 Jul 2015 11:38:21 -0400