pytest (3.0.4-1~nd+1) sid; urgency=medium * Backported for sid. * Used following sed expression to modify debian/control: -e 's/\(^Depends:\) */\1 neurodebian-popularity-contest, /g' -e 's/^Maintainer:.*$/Maintainer: NeuroDebian Maintainers \nX-Original-&/'. -- NeuroDebian Maintainers Thu, 08 Dec 2016 17:14:44 -0500 pytest (3.0.4-1) unstable; urgency=medium * New upstream release. * debian/control: Move python{,3}-twisted-core to Build-Conflicts until upstream issues #1989 is fixed. This is a temporary workaround for #844919. -- Sebastian Ramacher Sat, 19 Nov 2016 10:59:59 +0100 pytest (3.0.3-1) unstable; urgency=medium * New upstream release. -- Sebastian Ramacher Mon, 10 Oct 2016 20:07:18 +0200 pytest (3.0.2-1) unstable; urgency=medium * New upstream release. -- Sebastian Ramacher Sat, 03 Sep 2016 11:11:27 +0200 pytest (3.0.1-2) unstable; urgency=medium [ Julian Taylor ] * Add pypy package (Closes: #797977) [ Sebastian Ramacher ] * Upload to unstable. * debian/copyright: Fix copyright years and copyright information for doc/en/_themes. * debian/rules: Generate manpage for py.test-pypy. -- Sebastian Ramacher Tue, 30 Aug 2016 23:07:11 +0200 pytest (3.0.1-1) experimental; urgency=medium * New upstream release. - Fixes regression when using importorskip at module level. (Closes: #835242) - Fixes regression with parametrizing tests. (Closes: #835248) -- Sebastian Ramacher Thu, 25 Aug 2016 09:58:18 +0200 pytest (3.0.0-1) experimental; urgency=medium * New upstream release. * debian/patches/drop-entrypoints-logic.patch: Removed, included upstream. * debian/python{,3}.*: Remove versioned entry points as they are no longer provided upstream. * debian/control: - Add python{,3}-hypothesis to B-D. - Annotate B-Ds with where possible. - Update debhelper and dpkg-dev B-D for build profiles support. - Update Description. - Bump X-Python3-Version. * debian/rules: - Update clean target. - Update ignored tests. * debian/NEWS: Document entrypoint changes. -- Sebastian Ramacher Sun, 21 Aug 2016 20:05:49 +0200 pytest (2.9.2-3) unstable; urgency=medium * No change rebuild because - w-b does not handle versioned Provides, and - python-pytest-doc got removed by the auto-decrufter which thought the binary package was removed. -- Sebastian Ramacher Mon, 18 Jul 2016 20:01:13 +0200 pytest (2.9.2-2) unstable; urgency=medium * debian/patches/intersphinx.patch: Use local intersphinx mappings. (Closes: #830566) -- Sebastian Ramacher Thu, 14 Jul 2016 23:06:09 +0200 pytest (2.9.2-1) unstable; urgency=medium * New upstream release. * debian/control: Bump Standards-Version. * debian/{rules,clean}: Move some parts of the clean override. -- Sebastian Ramacher Thu, 02 Jun 2016 21:59:49 +0200 pytest (2.9.1-1) unstable; urgency=medium * New upstream release. * debian/rules: - Do not enable verbose dh and pybuild output. - Remove temporary directory for tests. * debian/copyright: Update copyright years and add myself. -- Sebastian Ramacher Mon, 21 Mar 2016 14:30:21 +0100 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 handling 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 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 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 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 Mon, 08 Feb 2016 17:22:46 -0500 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 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 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 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 Fri, 17 Jul 2015 11:38:21 -0400 pytest (2.7.2-1) unstable; urgency=medium * Team upload. * New upstream release. * debian/control: - Bump version requirements for python(,3)-py to >= 1.4.29. - Drop obsolete Breaks and Replaces. - Add dh-python to Build-Depends. - Bump version requirements for debhelper to >= 9. * debian/compat: Bump to 9. -- Sebastian Ramacher Sun, 05 Jul 2015 17:45:55 +0200 pytest (2.7.0-1) unstable; urgency=medium * Team upload. * New upstream release. * debian/patches/remove-herokuapp-images: Refreshed. * debian/watch: Use PyPI redirector. * debian/copyright: Remove unused paragraph. -- Sebastian Ramacher Thu, 14 May 2015 16:22:12 +0200 pytest (2.6.3-2) unstable; urgency=medium * Team upload. * debian/control: Bump version requirements for python(3)-py to >= 1.4.25. (Closes: #765844) -- Sebastian Ramacher Tue, 21 Oct 2014 06:18:11 +0200 pytest (2.6.3-1) unstable; urgency=medium * New upstream release * Update copyright years * Correct the license information on the documentation themes * Refresh remove-herokuapp-images patch. -- Simon Chopin Mon, 13 Oct 2014 12:45:47 +0200 pytest (2.6.0-1) unstable; urgency=medium * Team upload. * New upstream release. * debian/control: - Bump version requirements for python(3)-py to >= 1.4.22. * Use local copy of Python's objects.inv. (Closes: #739406) - debian/control: Add python-doc to Build-Depends. - debian/patches/local-intersphinx: Add patch to python-doc's copy to objects.inv. * debian/copyright: Update copyright years. * debian/patches/remove-herokuapp-images: Remove images fetched from herokuapps.com. -- Sebastian Ramacher Sat, 26 Jul 2014 10:58:07 +0200 pytest (2.5.2-1) unstable; urgency=medium * Team upload. * New upstream release. * d/patches/remove_google_js: Refreshed. -- Barry Warsaw Mon, 28 Apr 2014 18:10:47 -0400 pytest (2.5.1-1) unstable; urgency=low * Team upload. * New upstream release. * d/control: Update python-py and python3-py dependency versions. Closes: #731299 * d/patches/remove_google_js: Refreshed. -- Barry Warsaw Thu, 12 Dec 2013 10:27:41 -0500 pytest (2.4.2-1) unstable; urgency=low [ Martin Pitt ] * debian/tests/control: Drop trailing comma from test dependencies, which causes autopkgtest to fail. [ Simon Chopin ] * New upstream release (Closes: #728526) + Drop the reset-tmpdir-mode patch as the issue has been adressed upstream * Bump the policy version to 3.9.5 (no changes needed) * Bump copyright years and remove the paragraph for distribute_setup.py -- Simon Chopin Sun, 24 Nov 2013 22:47:17 +0100 pytest (2.3.5-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Simon Chopin ] * New upstream version (Closes: #707151) * B-D on debhelper 8.1 to conform to Policy 3.9.4 * Add DEP-8 tests (Closes: #702121) * Patch the tests to restore the permissions of the tmpdir used in tests [ Sebastian Ramacher ] * Upload to unstable. -- Simon Chopin Mon, 20 May 2013 20:31:42 +0200 pytest (2.3.4-1~exp2) experimental; urgency=low * Fix the version detection regexp to be less inclusive (Closes: #703351) * Adjust the shebang replacement regexp in postinst and rtinstall. Thanks to Roderich Schupp. * Remove the doc build directory in the clean target (Closes: #702117) -- Simon Chopin Fri, 22 Mar 2013 14:24:48 +0100 pytest (2.3.4-1~exp1) experimental; urgency=low * Upload new upstream release to experimental (Closes: #699312) + Update the patch paths to build only the English documentation * Fix the permissions for the py.test-3 executable. * Up the dependency on python-py to 1.4.11 * Add python(3)-nose, python-pexpect, python(3)-mock (>= 1.0.1) and python-twisted-core as Build-Depends to skip less tests. * Suggests python-mock (>= 1.0.1) in python-pytest * Bump Standards-Version to 3.9.4, no change needed. * Update copyright year. -- Simon Chopin Sat, 02 Mar 2013 17:13:20 +0100 pytest (2.2.4-2) unstable; urgency=low * Use rt{install, remove} mechanisms from the Python package to replace the wrapper system. /usr/bin/py.test-X.Y will now be available only if the corresponding python package is installed. Thanks to Jakub Wilk. -- Simon Chopin Sun, 24 Jun 2012 21:53:21 +0200 pytest (2.2.4-1) unstable; urgency=low * New upstream release * Drop patch fix-grammar-manpage (included upstream) * Bump the dependency to python[3]-py to >= 1.4.8 -- Simon Chopin Sun, 03 Jun 2012 03:04:02 +0200 pytest (2.2.3-3) unstable; urgency=low * Fix the version detection in the wrapper (Closes: #668691) -- Simon Chopin Tue, 17 Apr 2012 12:56:18 +0200 pytest (2.2.3-2) unstable; urgency=low * Fix the shell wrapper (Closes: #668519) * Use the wrapper for py.test and py3-test to simplify d/rules * Enable test suite + Uncomment the override_dh_auto_test target * Build-Conflicts on old versions of python-pytest-xdist (<< 1.5) -- Simon Chopin Fri, 13 Apr 2012 20:34:00 +0200 pytest (2.2.3-1) unstable; urgency=low * Initial release (Closes: #664071) * Disable the test suite for the bootstrap. -- Simon Chopin Wed, 11 Apr 2012 15:09:52 +0200