Your message dated Sat, 07 Mar 2026 08:35:13 +0000
with message-id <[email protected]>
and subject line Bug#1129894: fixed in pyresample 1.35.0-2
has caused the Debian Bug report #1129894,
regarding pyresample: FTBFS: FAILED 
pyresample/test/test_geometry/test_area.py::TestAreaDefinition::test_from_epsg[AreaDefinition]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1129894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129894
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pyresample
Version: 1.35.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202603/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pyresample, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build" 
module
I: pybuild base:384: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyresample  
* Building wheel...
running bdist_wheel

[... snipped ...]

pyresample/test/test_ewa_ll2cr.py: 1 warning
pyresample/test/test_geometry_legacy.py: 10 warnings
pyresample/test/test_grid.py: 9 warnings
pyresample/test/test_image.py: 15 warnings
pyresample/test/test_utils/test_cf.py: 7 warnings
pyresample/test/test_utils/test_proj4.py: 2 warnings
pyresample/test/test_utils/test_utils.py: 5 warnings
  /usr/lib/python3/dist-packages/pyproj/crs/crs.py:1295: UserWarning: You will 
likely lose important projection information when converting to a PROJ string 
from another format. See: 
https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems
    proj = self._crs.to_proj4(version=version)

pyresample/test/test_area_config.py::TestLegacyAreaParser::test_commented
pyresample/test/test_area_config.py::TestLegacyAreaParser::test_commented
pyresample/test/test_area_config.py::TestLegacyAreaParser::test_commented
pyresample/test/test_area_config.py::TestLegacyAreaParser::test_commented
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_area_config.py:98:
 PendingDeprecationWarning: 'name' is deprecated, use 'description' instead.
    self.assertNotIn('commented', [area.name for area in areas])

pyresample/test/test_area_config.py::TestYAMLAreaParser::test_area_parser_yaml
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_area_config.py:108:
 UserWarning: Unused/unexpected area definition parameter(s) for test_meters: 
params={'units': 'degrees'}
    test_areas = parse_area_file(test_area_file, 'ease_nh', 'ease_sh', 
'test_meters', 'test_degrees',

pyresample/test/test_bilinear.py: 6 warnings
pyresample/test/test_geometry/test_area.py: 4 warnings
pyresample/test/test_grid.py: 6 warnings
pyresample/test/test_kd_tree.py: 4 warnings
  /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: 
This process (pid=280) is multi-threaded, use of fork() may lead to deadlocks 
in the child.
    self.pid = os.fork()

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_bil_info
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:286:
 FutureWarning: Usage of get_bil_info() is deprecated, please use 
NumpyResamplerBilinear class instead
    t__, s__, _, _ = get_bil_info(self.source_def,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_bil_info
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:293:
 FutureWarning: Usage of get_bil_info() is deprecated, please use 
NumpyResamplerBilinear class instead
    t__, s__, _, _ = get_bil_info(self.source_def,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances
pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_division_by_zero
pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_irregular
pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_division_by_zero
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:395:
 RuntimeWarning: invalid value encountered in divide
    x_1 = (-b__ + np.sqrt(discriminant)) / (2 * a__)

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances
pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_division_by_zero
pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_irregular
pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_division_by_zero
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:396:
 RuntimeWarning: divide by zero encountered in divide
    x_2 = (-b__ - np.sqrt(discriminant)) / (2 * a__)

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances
pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_irregular
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:462:
 RuntimeWarning: invalid value encountered in divide
    g__ = ((out_y - y_1 - y_21 * f__) /

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:395:
 RuntimeWarning: divide by zero encountered in divide
    x_1 = (-b__ + np.sqrt(discriminant)) / (2 * a__)

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:396:
 RuntimeWarning: invalid value encountered in divide
    x_2 = (-b__ - np.sqrt(discriminant)) / (2 * a__)

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:304:
 FutureWarning: Usage of get_bil_info() is deprecated, please use 
NumpyResamplerBilinear class instead
    t__, s__, input_idxs, idx_arr = get_bil_info(self.source_def,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:309:
 FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use 
NumpyResamplerBilinear class instead
    res = get_sample_from_bil_info(self.data1.ravel(), t__, s__,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:313:
 FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use 
NumpyResamplerBilinear class instead
    res = get_sample_from_bil_info(self.data2.ravel(), t__, s__,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:317:
 FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use 
NumpyResamplerBilinear class instead
    res = get_sample_from_bil_info(self.data2.ravel(), t__, s__,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:325:
 FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use 
NumpyResamplerBilinear class instead
    res = get_sample_from_bil_info(self.data3.ravel(), t__, s__,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:333:
 FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use 
NumpyResamplerBilinear class instead
    res = get_sample_from_bil_info(data.ravel(), t__, s__,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_resample_bilinear
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:358:
 FutureWarning: Usage of resample_bilinear() is deprecated, please use 
NumpyResamplerBilinear class instead
    res = resample_bilinear(self.data1,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_resample_bilinear
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:369:
 FutureWarning: Usage of resample_bilinear() is deprecated, please use 
NumpyResamplerBilinear class instead
    res = resample_bilinear(self.data1,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_resample_bilinear
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:380:
 FutureWarning: Usage of resample_bilinear() is deprecated, please use 
NumpyResamplerBilinear class instead
    res = resample_bilinear(data,

pyresample/test/test_bilinear.py::TestNumpyBilinear::test_solve_quadratic
pyresample/test/test_bilinear.py::TestXarrayBilinear::test_solve_quadratic
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:398:
 RuntimeWarning: invalid value encountered in divide
    x_3 = -c__ / b__

pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_irregular
pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_irregular
pyresample/test/test_bucket.py::test_resample_bucket_fractions
pyresample/test/test_bucket.py::test_resample_bucket_fractions
  /usr/lib/python3/dist-packages/dask/_task_spec.py:745: RuntimeWarning: 
invalid value encountered in divide
    return self.func(*new_argspec)

pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_irregular
pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_irregular
  /usr/lib/python3/dist-packages/dask/_task_spec.py:745: RuntimeWarning: divide 
by zero encountered in divide
    return self.func(*new_argspec)

pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:442:
 RuntimeWarning: invalid value encountered in subtract
    a__ = x_31 * y_42 - y_31 * x_42

pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:443:
 RuntimeWarning: invalid value encountered in subtract
    b__ = out_y * (x_42 - x_31) - out_x * (y_42 - y_31) + \

pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:446:
 RuntimeWarning: invalid value encountered in subtract
    c__ = out_y * x_21 - out_x * y_21 + pt_1[:, 0] * pt_2[:, 1] - \

pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:510:
 RuntimeWarning: invalid value encountered in subtract
    (x_21 * y_31 - y_21 * x_31)

pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:509:
 RuntimeWarning: invalid value encountered in divide
    t__ = (x_21 * (out_y - pt_1[:, 1]) - y_21 * (out_x - pt_1[:, 0])) / \

pyresample/test/test_bucket.py: 4 warnings
pyresample/test/test_geometry/test_area.py: 20 warnings
pyresample/test/test_geometry/test_swath.py: 16 warnings
pyresample/test/test_grid.py: 2 warnings
pyresample/test/test_utils/test_proj4.py: 36 warnings
  /usr/lib/python3/dist-packages/pyproj/transformer.py:816: DeprecationWarning: 
Conversion of an array with ndim > 0 to a scalar is deprecated, and will error 
in future. Ensure you extract a single element from your array before 
performing this operation. (Deprecated NumPy 1.25.)
    return self._transformer._transform_point(

pyresample/test/test_data_reduce.py::Test::test_reduce_north_pole
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_data_reduce.py:136:
 UserWarning: 'get_area_def' has moved, import it with 'from pyresample import 
get_area_def'
    area_def = utils.get_area_def(area_id, description, proj_id,

pyresample/test/test_data_reduce.py::Test::test_reduce_north_pole
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_data_reduce.py:148:
 UserWarning: 'get_area_def' has moved, import it with 'from pyresample import 
get_area_def'
    smaller_area_def = utils.get_area_def(area_id, description, proj_id,

pyresample/test/test_geometry/test_area.py: 30 warnings
pyresample/test/test_utils/test_proj4.py: 1 warning
  /usr/lib/python3/dist-packages/pyproj/crs/crs.py:143: FutureWarning: 
'+init=<authority>:<code>' syntax is deprecated. '<authority>:<code>' is the 
preferred initialization method. When making the change, be mindful of axis 
order changes: 
https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
    in_crs_string = _prepare_from_proj_string(in_crs_string)

pyresample/test/test_geometry/test_area.py::TestAreaDefinition::test_area_def_geocentric_resolution[AreaDefinition]
pyresample/test/test_geometry/test_area.py::TestAreaDefinition::test_area_def_geocentric_resolution[LegacyAreaDefinition]
  /usr/lib/python3/dist-packages/numpy/lib/_function_base_impl.py:1518: 
RuntimeWarning: invalid value encountered in subtract
    a = op(a[slice1], a[slice2])

pyresample/test/test_geometry/test_area.py: 20 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/geometry/_subset.py:103:
 PendingDeprecationWarning: The `frequency` argument is pending deprecation, 
use `vertices_per_side` instead
    return area_to_cover.boundary(frequency=boundary_shape, 
force_clockwise=True)

pyresample/test/test_geometry_legacy.py: 8 warnings
pyresample/test/test_utils/test_proj4.py: 6 warnings
  /usr/lib/python3/dist-packages/dask/array/core.py:793: FutureWarning: The 
`token=` keyword to `map_blocks` has been moved to `name=`. Please use `name=` 
instead as the `token=` keyword will be removed in a future release.
    warnings.warn(

pyresample/test/test_gradient.py: 5 warnings
pyresample/test/test_resample_blocks.py: 65 warnings
pyresample/test/test_slicer.py: 9 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/slicer.py:173:
 PendingDeprecationWarning: The `frequency` argument is pending deprecation, 
use `vertices_per_side` instead
    x, y = 
self.area_to_contain.get_edge_bbox_in_projection_coordinates(frequency=10)

pyresample/test/test_gradient.py: 4 warnings
pyresample/test/test_resample_blocks.py: 65 warnings
pyresample/test/test_slicer.py: 7 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/slicer.py:205:
 PendingDeprecationWarning: The `frequency` argument is pending deprecation, 
use `vertices_per_side` instead
    *self.area_to_crop.get_edge_bbox_in_projection_coordinates(frequency=10),

pyresample/test/test_image.py::Test::test_bilinear
pyresample/test/test_image.py::Test::test_bilinear
pyresample/test/test_image.py::Test::test_bilinear_multi
pyresample/test/test_image.py::Test::test_bilinear_multi
pyresample/test/test_image.py::Test::test_bilinear_swath
pyresample/test/test_image.py::Test::test_bilinear_swath
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/image.py:349:
 FutureWarning: Usage of ImageContainer is deprecated, please use 
NumpyResamplerBilinear class instead
    super(ImageContainerBilinear, self).__init__(image_data, geo_def,

pyresample/test/test_image.py::Test::test_bilinear
pyresample/test/test_image.py::Test::test_bilinear_multi
pyresample/test/test_image.py::Test::test_bilinear_swath
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/image.py:385:
 FutureWarning: Usage of resample_bilinear() is deprecated, please use 
NumpyResamplerBilinear class instead
    bilinear.resample_bilinear(image_data,

pyresample/test/test_image.py::Test::test_bilinear
pyresample/test/test_image.py::Test::test_bilinear_multi
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/_transform_utils.py:26:
 RuntimeWarning: invalid value encountered in cos
    r_cos_lats = R * np.cos(lats)

pyresample/test/test_image.py::Test::test_bilinear
pyresample/test/test_image.py::Test::test_bilinear_multi
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/_transform_utils.py:28:
 RuntimeWarning: invalid value encountered in cos
    x_coords = r_cos_lats * np.cos(lons)

pyresample/test/test_image.py::Test::test_bilinear
pyresample/test/test_image.py::Test::test_bilinear_multi
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/_transform_utils.py:29:
 RuntimeWarning: invalid value encountered in sin
    y_coords = r_cos_lats * np.sin(lons)

pyresample/test/test_image.py::Test::test_bilinear
pyresample/test/test_image.py::Test::test_bilinear_multi
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/_transform_utils.py:30:
 RuntimeWarning: invalid value encountered in sin
    z_coords = R * np.sin(lats)

pyresample/test/test_image.py: 10 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/image.py:173:
 FutureWarning: Usage of ImageContainer is deprecated, please use 
NumpyResamplerBilinear class instead
    super(ImageContainerQuick, self).__init__(image_data, geo_def,

pyresample/test/test_image.py::Test::test_nearest_neighbour
pyresample/test/test_image.py::Test::test_nearest_neighbour_multi
pyresample/test/test_image.py::Test::test_nearest_resize
pyresample/test/test_image.py::Test::test_nearest_swath
pyresample/test/test_image.py::Test::test_nearest_swath_segments
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/image.py:252:
 FutureWarning: Usage of ImageContainer is deprecated, please use 
NumpyResamplerBilinear class instead
    super(ImageContainerNearest, self).__init__(image_data, geo_def,

pyresample/test/test_image.py::Test::test_nearest_neighbour_multi_preproc
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_image.py:172:
 FutureWarning: Usage of ImageContainer is deprecated, please use 
NumpyResamplerBilinear class instead
    msg_con = image.ImageContainer(data, self.msg_area)

pyresample/test/test_kd_tree.py::TestXArrayResamplerNN::test_nearest_area_2d_to_area_1n_no_roi
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/kd_tree.py:962:
 RuntimeWarning: All-NaN axis encountered
    radius_of_influence = np.nanmax([src_res, dst_res])

pyresample/test/test_plot.py::Test::test_translate_coast_res
  /usr/lib/python3.13/unittest/case.py:606: UserWarning: 'coast_res' should be 
either '110m', '50m', '10m'.
    if method() is not None:

pyresample/test/test_resamplers/test_nearest.py::TestNearestNeighborResampler::test_nearest_area_2d_to_area_1n_no_roi_no_geocentric
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/nearest.py:147:
 RuntimeWarning: All-NaN axis encountered
    radius_of_influence = np.nanmax([src_res, dst_res])

pyresample/test/test_spherical.py::TestSphericalPolygon::test_intersection
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/spherical.py:300:
 RuntimeWarning: invalid value encountered in divide
    cart = self.cart / norm

pyresample/test/test_utils/test_rasterio.py::TestFromRasterio::test_get_area_def_from_raster_extracts_proj_id
  /usr/lib/python3/dist-packages/rasterio/__init__.py:377: 
NotGeoreferencedWarning: Dataset has no geotransform, gcps, or rpcs. The 
identity matrix will be returned.
    dataset = writer(

pyresample/test/test_utils/test_rasterio.py::TestFromRasterio::test_get_area_def_from_raster_extracts_proj_id
  /usr/lib/python3/dist-packages/rasterio/__init__.py:367: 
NotGeoreferencedWarning: Dataset has no geotransform, gcps, or rpcs. The 
identity matrix will be returned.
    dataset = DatasetReader(path, driver=driver, sharing=sharing, 
thread_safe=thread_safe, **kwargs)

pyresample/test/test_utils/test_rasterio.py::TestFromRasterio::test_get_area_def_from_raster_non_georef_respects_proj_dict[True-False]
  /usr/lib/python3/dist-packages/osgeo/gdal.py:606: FutureWarning: Neither 
gdal.UseExceptions() nor gdal.DontUseExceptions() has been explicitly called. 
In GDAL 4.0, exceptions will be enabled by default.
    warnings.warn(

pyresample/test/test_utils/test_utils.py::test_def2yaml_converter
pyresample/test/test_utils/test_utils.py::test_def2yaml_converter
pyresample/test/test_utils/test_utils.py::test_def2yaml_converter
pyresample/test/test_utils/test_utils.py::test_def2yaml_converter
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/area_config.py:907:
 DeprecationWarning: 'create_areas_def' is deprecated. Please use `dump` 
instead, which also supports writing directly to a file.
    yaml_file.write(area.create_areas_def())

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED 
pyresample/test/test_geometry/test_area.py::TestAreaDefinition::test_from_epsg[AreaDefinition]
FAILED 
pyresample/test/test_geometry/test_area.py::TestAreaDefinition::test_from_epsg[LegacyAreaDefinition]
= 2 failed, 1120 passed, 25 skipped, 15 deselected, 485 warnings in 108.78s 
(0:01:48) =
E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build; python3.13 -m pytest 
-k "not test_compare_to_legacy and not test_get_sample_from_bil_info_1d and not 
test_to_odc_geobox and not test_area_def_cartopy_installed and not 
test_area_repr_w_static_files and not test_area_repr_wo_static_files and not 
test_get_sample_from_cached_bil_info and not test_save_and_load_bil_info" 
--pyargs pyresample
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:24: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pyresample
Source-Version: 1.35.0-2
Done: Antonio Valentino <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pyresample, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Valentino <[email protected]> (supplier of updated 
pyresample package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 07 Mar 2026 07:44:05 +0000
Source: pyresample
Architecture: source
Version: 1.35.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Antonio Valentino <[email protected]>
Closes: 1129894
Changes:
 pyresample (1.35.0-2) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Drop Priority: optional, default since dpkg 1.22.13.
   * Bump Standards-Version to 4.7.3, changes: priority.
   * Add patch to fix FTBFS with PROJ 9.8.0.
     (closes: #1129894)
 .
   [ Antonio Valentino ]
   * Update dates in d/copyright.
Checksums-Sha1:
 61557611625ca3327c12b4aec18f0a8dfa87dd6e 3351 pyresample_1.35.0-2.dsc
 c10993ac51c8658e3757b76cc9c9f0883b4e7d6d 12992 
pyresample_1.35.0-2.debian.tar.xz
 5d1f8b4b58a33ab77bd1ada2a709f4ff22a5d3c0 16218 
pyresample_1.35.0-2_amd64.buildinfo
Checksums-Sha256:
 b6f5e176ec975f8b20008a0d171728a8d6c88ca23ed6311c11fe94dd9af89195 3351 
pyresample_1.35.0-2.dsc
 822d2a6c5d1746ab425f60b63f6225705f33d3f8c9dba61daf4a88648d998bb0 12992 
pyresample_1.35.0-2.debian.tar.xz
 8146ceea75beea221aca6c868573dae8b33d6a03848f9daaac732419da6f79e6 16218 
pyresample_1.35.0-2_amd64.buildinfo
Files:
 fd79f9b3653951f6048d0c95b68d3ac0 3351 python optional pyresample_1.35.0-2.dsc
 ddaa8033e0a3cc19a248f5f53fb8a7e9 12992 python optional 
pyresample_1.35.0-2.debian.tar.xz
 004a1b811621f1bfaf187b5cc6f97f86 16218 python optional 
pyresample_1.35.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJRBAEBCgA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmmr3b0dHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBJlHQ//S4zsqkrTz+QBNwOa
rrPl06T5w6GCQdV0TfNX2cTpcK7ymcBXDCysJ+11TVDNSGF/XNBvpAHRw/p72iUy
P4C7MS0HlLjNRftNMRRg/85Dxu4yvfcYdfzg1QTm0gfGVE/rYz24BJ7Dmmg8V4g4
B4v7VSDI+pUHRZinIaajEyNHkBEIzso9ex/BN33T4OPhhAzNH3ff4kb+QvasuYlV
g3D+/DH/BFFQPH6SDarsPU0Ji9TUKMMJ1X5b2JUPE/qpnc3glqzX4vCkmuvywTgp
VMqpnmWgc69xZgK/R4MkUPyZ62Nlmq0HdsvHqY+SfQclSCCAbXIWCEBa09FEiLFX
w7pgmbLeeQThes9LYPsxtn7eIrG2lHdf16s5HAbpDoWOWmmwvgTfB+WtXrN09NVk
1pAH2smeyaeI7grTvdPGLnFiU9XLHDryqzomahs3+RuXZAMsMdKAQiuw3G931/64
EuoZ+mOjCwUSneh5+kfsZLjyULkmd3uYYHkhw6PLqDoUGJ5KElUY5OSXs5Hft2on
kwsGIa7cWzBpShcIy4qSZOg0r5JtWkp4kMiQc6F0i+y0i6OhoL8xFBiyRkY3GLFT
CRF+ViXIYjQhRHszKwArIJPAEKLYBsfQbYFWwN1JTvdqJzTJ2qN48sqBe4ZxRCtt
FSLi+H3PNQVrThw0F0tEUsZugJg=
=LTQ8
-----END PGP SIGNATURE-----

Attachment: pgpGSGwtiuvL0.pgp
Description: PGP signature


--- End Message ---

Reply via email to