summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
up_print_versions
Gbp-Pq: Name up_print_versions
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_dont_call_py2_in_py3_test
Gbp-Pq: Name deb_dont_call_py2_in_py3_test.patch
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_skip_sequencelike_on_armel
Gbp-Pq: Name deb_skip_sequencelike_on_armel
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_disable_googleanalytics
Gbp-Pq: Name deb_disable_googleanalytics
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_skip_stata_on_bigendians
Gbp-Pq: Name deb_skip_stata_on_bigendians
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_doc_donotoverride_PYTHONPATH
Gbp-Pq: Name deb_doc_donotoverride_PYTHONPATH
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_nonversioneer_version
Gbp-Pq: Name deb_nonversioneer_version
Mo Zhou [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
pandas (0.22.0-8) unstable; urgency=medium
* Team Upload.
* patches:
+ Add patch: deb_dont_call_py2_in_py3_test.patch
During python3 unit test, command 'python' is called by one of
the tests. When there is no python2 installation, tests such as
autopkgtest would fail.
* Put the conditionally applied patch to series' comment to avoid
lintianW: patch-file-present-but-not-mentioned-in-series.
* Trying to fix the autopkgtest:
+ Leave a comment about the way to run unittest in the test control file.
+ Synchronize B-D and autopkgtest depends.
+ Allow output to stderr during test.
* Switch from nosetest to pytest.
* Synchronize pytest argument for rules and autopkgtest.
- Replace tests/unittest with the symlink pointed to tests/unittest3.
That scripts is smart enough to tell from py2 and py3, so we won't
need to write the same thing twice.
- Filter out intel tests on non-x86 architectures.
- Only enable "slow" tests on (Debian + x86) tester. "slow" tests may
consume too much memory to cause memory error or trigger OOM killer.
* control:
+ Add missing python3 dependencies and sort the B-D list.
* Point Vcs-* fields to Salsa.
* Update Homepage to https://pandas.pydata.org/ .
* rules:
* Reverse the architecture filtering logic.
* Disable "slow" tests during build for non-x86 architectures.
This may significantly reduce the build time on those weak architectures.
* Don't specify the pytest marker expression twice.
The first expression will be overridden.
* Fix hardening flags.
- Cleanup the mess of unused nosetest exclusion expressions.
* Update lintian overrides.
+ Override source-is-missing error, which is a false-positive triggered
by insane-line-length-in-source-file.
+ Override insane-line-length-in-source-file because we have nothing
todo with lenghy lines in html.
* TODO: Point out that the unittest speed can be boosted with pytest-xdist.
[dgit import unpatched pandas 0.22.0-8]
Mo Zhou [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
Import pandas_0.22.0-8.debian.tar.xz
[dgit import tarball pandas 0.22.0-8 pandas_0.22.0-8.debian.tar.xz]
Yaroslav Halchenko [Wed, 21 Feb 2018 15:30:06 +0000 (15:30 +0000)]
Import pandas_0.22.0.orig.tar.gz
[dgit import orig pandas_0.22.0.orig.tar.gz]