Your message dated Tue, 15 Sep 2026 11:53:42 +0000
with message-id <[email protected]>
and subject line Bug#1147287: fixed in python-stetl 2.1-3
has caused the Debian Bug report #1147287,
regarding python-stetl: please patch-out trivial usage of python3-mock
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.)


-- 
1147287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1147287
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-stetl
Version: 2.1-2
Severity: important

Dear Maintainer,


python3-mock is an obsolete package.
"mock" has been merge in the Python Standard Library a long time ago,
around the times of Python3.7

Please consider this trivial pseudo-patch that would help remove
the few remaining usage of this library from Debian.

There is no defined timeline yet that says wether this should happen
before of after Forky is released.

Greetings

Alexandre





diff --git a/debian/control b/debian/control
index 3be0dfd..12cef12 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper-compat (= 13),
                python3-gdal,
                python3-jinja2,
                python3-lxml,
-               python3-mock <!nocheck>,
                python3-nose2 <!nocheck>,
                python3-psycopg2,
                python3-setuptools,
diff --git a/tests/filters/test_vsi_file_extractor.py 
b/tests/filters/test_vsi_file_extractor.py
index 7866657..b2d84ed 100644
--- a/tests/filters/test_vsi_file_extractor.py
+++ b/tests/filters/test_vsi_file_extractor.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 
 from stetl.etl import ETL
diff --git a/tests/filters/test_vsifilter.py b/tests/filters/test_vsifilter.py
index 10b3bf1..cb1d856 100644
--- a/tests/filters/test_vsifilter.py
+++ b/tests/filters/test_vsifilter.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 import shutil
 import sys
diff --git a/debian/control b/debian/control
index 3be0dfd..12cef12 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper-compat (= 13),
                python3-gdal,
                python3-jinja2,
                python3-lxml,
-               python3-mock <!nocheck>,
                python3-nose2 <!nocheck>,
                python3-psycopg2,
                python3-setuptools,
diff --git a/tests/filters/test_vsi_file_extractor.py 
b/tests/filters/test_vsi_file_extractor.py
index 7866657..b2d84ed 100644
--- a/tests/filters/test_vsi_file_extractor.py
+++ b/tests/filters/test_vsi_file_extractor.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 
 from stetl.etl import ETL
diff --git a/tests/filters/test_vsifilter.py b/tests/filters/test_vsifilter.py
index 10b3bf1..cb1d856 100644
--- a/tests/filters/test_vsifilter.py
+++ b/tests/filters/test_vsifilter.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 import shutil
 import sys
diff --git a/tests/filters/test_zip_archive_expander.py 
b/tests/filters/test_zip_archive_expander.py
index 821cd74..e2e78b1 100644
--- a/tests/filters/test_zip_archive_expander.py
+++ b/tests/filters/test_zip_archive_expander.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 
 from stetl.etl import ETL
diff --git a/tests/filters/test_zip_file_extractor.py 
b/tests/filters/test_zip_file_extractor.py
index 0626d38..aec92a8 100644
--- a/tests/filters/test_zip_file_extractor.py
+++ b/tests/filters/test_zip_file_extractor.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 
 from stetl.etl import ETL
diff --git a/tests/outputs/test_command_exec_output.py 
b/tests/outputs/test_command_exec_output.py
index 4f11c94..ffe52a3 100644
--- a/tests/outputs/test_command_exec_output.py
+++ b/tests/outputs/test_command_exec_output.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
tchet@quieter:/tmp/python-stetl$ git diff
diff --git a/debian/control b/debian/control
index 3be0dfd..12cef12 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper-compat (= 13),
                python3-gdal,
                python3-jinja2,
                python3-lxml,
-               python3-mock <!nocheck>,
                python3-nose2 <!nocheck>,
                python3-psycopg2,
                python3-setuptools,
diff --git a/tests/filters/test_vsi_file_extractor.py 
b/tests/filters/test_vsi_file_extractor.py
index 7866657..b2d84ed 100644
--- a/tests/filters/test_vsi_file_extractor.py
+++ b/tests/filters/test_vsi_file_extractor.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 
 from stetl.etl import ETL
diff --git a/tests/filters/test_vsifilter.py b/tests/filters/test_vsifilter.py
index 10b3bf1..cb1d856 100644
--- a/tests/filters/test_vsifilter.py
+++ b/tests/filters/test_vsifilter.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 import shutil
 import sys
diff --git a/tests/filters/test_zip_archive_expander.py 
b/tests/filters/test_zip_archive_expander.py
index 821cd74..e2e78b1 100644
--- a/tests/filters/test_zip_archive_expander.py
+++ b/tests/filters/test_zip_archive_expander.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 
 from stetl.etl import ETL
diff --git a/tests/filters/test_zip_file_extractor.py 
b/tests/filters/test_zip_file_extractor.py
index 0626d38..aec92a8 100644
--- a/tests/filters/test_zip_file_extractor.py
+++ b/tests/filters/test_zip_file_extractor.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 
 from stetl.etl import ETL
diff --git a/tests/outputs/test_command_exec_output.py 
b/tests/outputs/test_command_exec_output.py
index 4f11c94..ffe52a3 100644
--- a/tests/outputs/test_command_exec_output.py
+++ b/tests/outputs/test_command_exec_output.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 import sys
 
diff --git a/tests/outputs/test_ogr2ogr_exec_output.py 
b/tests/outputs/test_ogr2ogr_exec_output.py
index f598653..b49b9e3 100644
--- a/tests/outputs/test_ogr2ogr_exec_output.py
+++ b/tests/outputs/test_ogr2ogr_exec_output.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 import shutil
 import sys
diff --git a/tests/outputs/test_ogr2ogr_exec_output_lco.py 
b/tests/outputs/test_ogr2ogr_exec_output_lco.py
index 046c2b8..bac27f5 100644
--- a/tests/outputs/test_ogr2ogr_exec_output_lco.py
+++ b/tests/outputs/test_ogr2ogr_exec_output_lco.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 import shutil
 import sys
diff --git a/tests/outputs/test_postgres_db_output.py 
b/tests/outputs/test_postgres_db_output.py
index f24c3af..9c88405 100644
--- a/tests/outputs/test_postgres_db_output.py
+++ b/tests/outputs/test_postgres_db_output.py
@@ -1,4 +1,4 @@
-import mock
+from unittest import mock
 import os
 import sys
 

--- End Message ---
--- Begin Message ---
Source: python-stetl
Source-Version: 2.1-3
Done: Bas Couwenberg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-stetl, 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.
Bas Couwenberg <[email protected]> (supplier of updated python-stetl 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: Tue, 15 Sep 2026 04:22:46 -0700
Source: python-stetl
Architecture: source
Version: 2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1147287 1147807
Changes:
 python-stetl (2.1-3) unstable; urgency=medium
 .
   * Bump Standards-Version to 4.7.4, no changes.
   * Update lintian overrides.
   * Drop Rules-Requires-Root: no, default since dpkg 1.22.13.
   * Use test-build-validate-cleanup instead of test-build-twice.
   * Annotate build dependencies with nocheck & nodoc.
   * Drop Priority: optional, default since dpkg 1.22.13.
   * Use pybuild-plugin-pyproject instead of python3-setuptools.
   * Apply patch by Alexandre Detiste to move away from python3-mock.
     (closes: #1147287)
   * Add patch to move away from pkg_resources-style namespace packages.
     (closes: #1147807)
Checksums-Sha1:
 851dd75a5c20f822f8000685c58cb535e554de8e 2313 python-stetl_2.1-3.dsc
 d5fb579425399fc8e4ba602c0cff944c89b3dfe7 7496 python-stetl_2.1-3.debian.tar.xz
 d557c2f6d61d3b9db1ce214ce9d102da692c7569 14673 
python-stetl_2.1-3_amd64.buildinfo
Checksums-Sha256:
 fdd341f3dfeb4dad192f5a739aa0ee7c67793f55f62be6397d92d19ad3549eee 2313 
python-stetl_2.1-3.dsc
 f869b1ccb89c292872d5052f98b0aa95dfecc2e0e0759636866038be89c01091 7496 
python-stetl_2.1-3.debian.tar.xz
 1d088392ed2341b0ac9b76b33759ab419cd2a68bfbb0c70ec900e6a6a79e95cd 14673 
python-stetl_2.1-3_amd64.buildinfo
Files:
 33435c0a80884ca908a0335c4a41b889 2313 science optional python-stetl_2.1-3.dsc
 b590bbf695140c7b4ae99d3833703dfe 7496 science optional 
python-stetl_2.1-3.debian.tar.xz
 b3c763397b4208e1eba1e046b1a96aa3 14673 science optional 
python-stetl_2.1-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmqpKx8ACgkQZ1DxCuiN
SvFB2hAAphfsR6MQHSG6hbGCzdVQjihEexJrML8oXwHxqyO9rD84DQFiNFH86XOV
yN1VOLsXeEbuxbBlMfVu0Pt0JH9L4gcw2F8EyihA/dliPRYoC0VmSt341l1Ro3kc
qAChjkOnPzQd58XKQQ4LRFUId4EqFV8KbuO2WLLKB/JdVG6uaFgxHa6sE+7kFAFR
bZafexiAkfVyhExty5agUaZjjTKnovRXbJ4hqfTPcEERMx782LHdXYlq4ufBbEac
5JPsiN9bJS/IC4k9YkuJU0f6iHqWwTtNFwW0pVJJsqWkqRN6jxm+jjvwqu8rv40d
nR0sjG+gCQAcGaUOMcN3oSq6uREwtVPIP/SPTZgdf43UAl2YZqRKfDnZHOhZb30g
HyrLOWwid4oxYdMOPBwccS13hryzY0Q6FMVEcN45Boh+By/lE5VNvFSBV9AlFTp2
bbM0iBCzR+oocR7MbE7TW1pLYbD9wzM9Wwn2vVP5QxFC9fRZJsL4XBHbdkP19DT3
jSHBvX+6vcpQcEvOTZiezeH3Q1SYwcei5zjce8wEgG62EQi9yK0YBimckwStczkh
qS+3Gc7shIqO+A2W6vQLvcaMXckaEcZBk/uvRR0dIbSvMEj08VyavqFeI8J16cFW
1p+E67NUUCOSu1z3MFOIRnM2q/L4eyif5PyAtfc4WvMiGHvqK80=
=Ovu+
-----END PGP SIGNATURE-----

Attachment: pgpy05bgcDitZ.pgp
Description: PGP signature


--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to