Bas Couwenberg pushed to branch master at Debian GIS Project / flox
Commits: 534ec227 by Bas Couwenberg at 2023-02-20T14:54:27+01:00 Fix import order. - - - - - 1 changed file: - debian/patches/no-distutils.patch Changes: ===================================== debian/patches/no-distutils.patch ===================================== @@ -4,17 +4,16 @@ Forwarded: https://github.com/xarray-contrib/flox/pull/221 --- a/tests/__init__.py +++ b/tests/__init__.py -@@ -1,9 +1,9 @@ +@@ -1,8 +1,8 @@ import importlib from contextlib import contextmanager -from distutils import version import numpy as np - import pandas as pd +import packaging.version + import pandas as pd import pytest - pd_types = (pd.Index,) @@ -42,7 +42,7 @@ def LooseVersion(vstring): # Our development version is something like '0.10.9+aac7bfc' # This function just ignored the git commit id. View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/commit/534ec227240f1e08137bf127b1f22540b6d5900b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/commit/534ec227240f1e08137bf127b1f22540b6d5900b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
