Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / python-seaborn
Commits: b94ce57e by Jakub Klinkovský at 2024-11-29T23:29:45+01:00 upgpkg: 0.13.2-2: rebuild for Python 3.13 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = python-seaborn pkgdesc = Statistical data visualization pkgver = 0.13.2 - pkgrel = 1 + pkgrel = 2 url = https://seaborn.pydata.org/ arch = any - license = BSD + license = BSD-3-Clause checkdepends = python-pytest checkdepends = python-scipy checkdepends = python-statsmodels ===================================== PKGBUILD ===================================== @@ -4,11 +4,11 @@ pkgname=python-seaborn pkgver=0.13.2 -pkgrel=1 +pkgrel=2 pkgdesc="Statistical data visualization" arch=(any) url="https://seaborn.pydata.org/" -license=(BSD) +license=(BSD-3-Clause) depends=(python-pandas python-matplotlib) makedepends=(python-build python-installer python-flit-core) optdepends=('python-scipy: clustering matrices and some advanced options' @@ -27,7 +27,8 @@ check() { PYTHONWARNINGS="ignore" \ pytest -vv --color=yes \ --deselect tests/test_relational.py::TestScatterPlotter::test_unfilled_marker_edgecolor_warning \ - --deselect tests/test_distributions.py::TestHistPlotUnivariate::test_kde_singular_data # broken by numpy deprecation warnings + --deselect tests/test_distributions.py::TestHistPlotUnivariate::test_kde_singular_data \ + --deselect tests/test_distributions.py::TestKDEPlotBivariate::test_weights # broken by numpy deprecation warnings } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-seaborn/-/commit/b94ce57e4d9c5dda622a2f15e9d79b2c9396aa40 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-seaborn/-/commit/b94ce57e4d9c5dda622a2f15e9d79b2c9396aa40 You're receiving this email because of your account on gitlab.archlinux.org.