Your message dated Sat, 20 Dec 2025 17:47:40 +0000
with message-id <[email protected]>
and subject line Bug#1123305: fixed in python-rdflib-endpoint 0.5.4-1
has caused the Debian Bug report #1123305,
regarding python-rdflib-endpoint: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.14 3.13" returned exit code 13
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.)


-- 
1123305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123305
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-rdflib-endpoint
Version: 0.5.1-2
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/202512/

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:python-rdflib-endpoint, 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:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14  
* Building wheel...
Successfully built rdflib_endpoint-0.5.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* Building wheel...
Successfully built rdflib_endpoint-0.5.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/example/ 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; 
python3.14 -m pytest -k 'not test_convert_oxigraph and not test_serve_oxigraph'
============================= test session starts 
==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0 -- 
/usr/bin/python3.14
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build
configfile: pyproject.toml
plugins: cov-5.0.0, anyio-4.11.0
collecting ... collected 43 items / 2 deselected / 41 selected

tests/test_example_app.py::test_service_description PASSED        
       [  2%]
tests/test_example_app.py::test_custom_concat PASSED              
       [  4%]
tests/test_example_app.py::test_bad_request PASSED                
       [  7%]
tests/test_oxrdflib.py::test_service_description PASSED           
       [  9%]
tests/test_oxrdflib.py::test_custom_concat_json PASSED            
       [ 12%]
tests/test_oxrdflib.py::test_select_noaccept_xml PASSED           
       [ 14%]
tests/test_oxrdflib.py::test_select_csv PASSED                    
       [ 17%]
tests/test_oxrdflib.py::test_fail_select_turtle PASSED            
       [ 19%]
tests/test_oxrdflib.py::test_concat_construct_turtle PASSED       
       [ 21%]
tests/test_oxrdflib.py::test_concat_construct_xml PASSED          
       [ 24%]
tests/test_oxrdflib.py::test_bad_request PASSED                   
       [ 26%]
tests/test_parse_accept.py::test_accept_preference[text/xml-text/xml] 
PASSED [ 29%]
tests/test_parse_accept.py::test_accept_preference[text/rdf+xml, text/xml, 
*/*-text/rdf+xml] PASSED [ 31%]
tests/test_parse_accept.py::test_accept_preference[text/html, 
application/xhtml+xml, application/xml;q=0.9, */*;q=0.8-text/html] 
PASSED [ 34%]
tests/test_parse_accept.py::test_accept_preference[text/html, 
application/xhtml+xml, application/xml;q=0.9, */*;q=-text/html] 
PASSED [ 36%]
tests/test_parse_accept.py::test_accept_preference[text/html;q=0.3, 
application/xhtml+xml, application/xml;q=0.9, */*;q=0.8-application/xhtml+xml] 
PASSED [ 39%]
tests/test_parse_accept.py::test_accept_preference[text/turtle;q=0.9;profile="urn:example:profile-1",
 text/turtle;q=0.7;profile="urn:example:profile-2"-text/turtle] 
PASSED [ 41%]
tests/test_rdflib_endpoint.py::test_service_description PASSED    
       [ 43%]
tests/test_rdflib_endpoint.py::test_custom_concat_json PASSED     
       [ 46%]
tests/test_rdflib_endpoint.py::test_select_noaccept_xml PASSED    
       [ 48%]
tests/test_rdflib_endpoint.py::test_select_csv PASSED             
       [ 51%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-True-body_form] 
PASSED [ 53%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-True-body_direct] 
PASSED [ 56%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-False-body_form] 
PASSED [ 58%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-False-body_direct] 
PASSED [ 60%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-True-body_form] 
PASSED [ 63%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-True-body_direct] 
PASSED [ 65%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-False-body_form] 
PASSED [ 68%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-False-body_direct] 
PASSED [ 70%]
tests/test_rdflib_endpoint.py::test_sparql_query_update_fail 
PASSED      [ 73%]
tests/test_rdflib_endpoint.py::test_multiple_accept_return_json 
PASSED   [ 75%]
tests/test_rdflib_endpoint.py::test_multiple_accept_return_json2 
PASSED  [ 78%]
tests/test_rdflib_endpoint.py::test_fail_select_turtle PASSED     
       [ 80%]
tests/test_rdflib_endpoint.py::test_concat_construct_turtle 
PASSED       [ 82%]
tests/test_rdflib_endpoint.py::test_concat_construct_csv PASSED   
       [ 85%]
tests/test_rdflib_endpoint.py::test_concat_construct_jsonld 
PASSED       [ 87%]
tests/test_rdflib_endpoint.py::test_concat_construct_xml PASSED   
       [ 90%]
tests/test_rdflib_endpoint.py::test_yasgui PASSED                 
       [ 92%]
tests/test_rdflib_endpoint.py::test_bad_request PASSED            
       [ 95%]
tests/test_serve_cli.py::test_convert FAILED                      
       [ 97%]
tests/test_serve_cli.py::test_serve PASSED                        
       [100%]/usr/lib/python3/dist-packages/coverage/inorout.py:509: 
CoverageWarning: Module src was never imported. (module-not-imported)
  self.warn(f"Module {pkg} was never imported.", slug="module-not-imported")
/usr/lib/python3/dist-packages/coverage/control.py:915: CoverageWarning: No 
data was collected. (no-data-collected)
  self._warn("No data was collected.", slug="no-data-collected")
/usr/lib/python3/dist-packages/pytest_cov/plugin.py:352: CovReportWarning: 
Failed to generate report: No data to report.

  warnings.warn(CovReportWarning(message), stacklevel=1)
WARNING: Failed to generate report: No data to report.



=================================== FAILURES ===================================
_________________________________ test_convert 
_________________________________

    def test_convert():
        for out_format in 
out_formats:
            with 
tempfile.NamedTemporaryFile(delete=True) as 
tmp_file:
                out_file = 
str(f"{tmp_file}.{out_format}")
                result = runner.invoke(
                    cli,
                    ["convert", 
"tests/resources/test2.ttl", 
"--output", 
out_file],
                )
>               assert result.exit_code == 
> 0
E               AssertionError: assert 1 == 0
E                +  where 1 = <Result FileNotFoundError(2, 'No such 
file or directory')>.exit_code

tests/test_serve_cli.py:23: AssertionError
=============================== warnings summary 
===============================
example/app/main.py:94
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/example/app/main.py:94: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(

tests/test_serve_cli.py::test_convert
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/rdflib_endpoint/__main__.py:68: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(store=store)

tests/test_serve_cli.py::test_serve
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/rdflib_endpoint/__main__.py:30: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(store=store)

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/nquads.py:80: 
DeprecationWarning: Dataset.default_context is deprecated, use 
Dataset.default_graph instead.
    ds_default = ds.default_context  # the DEFAULT_DATASET_GRAPH_ID

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/nquads.py:91: 
DeprecationWarning: Dataset.default_context is deprecated, use 
Dataset.default_graph instead.
    ds.default_context = new_default_context

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/jsonld.py:159: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    conj_sink = ConjunctiveGraph(store=sink.store, identifier=sink.identifier)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

---------- coverage: platform linux, python 3.14.2-final-0 -----------

=========================== short test summary info 
============================
FAILED tests/test_serve_cli.py::test_convert - AssertionError: 
assert 1 == 0
 +  where 1 = <Result FileNotFoundError(2, 'No such file or 
directory')>.exit_code
============ 1 failed, 40 passed, 2 
deselected, 6 warnings in 1.01s ============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest -k 'not 
test_convert_oxigraph and not test_serve_oxigraph'
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/example/ 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest -k 'not test_convert_oxigraph and not test_serve_oxigraph'
============================= test session starts 
==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0 -- 
/usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
plugins: cov-5.0.0, anyio-4.11.0
collecting ... collected 43 items / 2 deselected / 41 selected

tests/test_example_app.py::test_service_description PASSED        
       [  2%]
tests/test_example_app.py::test_custom_concat PASSED              
       [  4%]
tests/test_example_app.py::test_bad_request PASSED                
       [  7%]
tests/test_oxrdflib.py::test_service_description PASSED           
       [  9%]
tests/test_oxrdflib.py::test_custom_concat_json PASSED            
       [ 12%]
tests/test_oxrdflib.py::test_select_noaccept_xml PASSED           
       [ 14%]
tests/test_oxrdflib.py::test_select_csv PASSED                    
       [ 17%]
tests/test_oxrdflib.py::test_fail_select_turtle PASSED            
       [ 19%]
tests/test_oxrdflib.py::test_concat_construct_turtle PASSED       
       [ 21%]
tests/test_oxrdflib.py::test_concat_construct_xml PASSED          
       [ 24%]
tests/test_oxrdflib.py::test_bad_request PASSED                   
       [ 26%]
tests/test_parse_accept.py::test_accept_preference[text/xml-text/xml] 
PASSED [ 29%]
tests/test_parse_accept.py::test_accept_preference[text/rdf+xml, text/xml, 
*/*-text/rdf+xml] PASSED [ 31%]
tests/test_parse_accept.py::test_accept_preference[text/html, 
application/xhtml+xml, application/xml;q=0.9, */*;q=0.8-text/html] 
PASSED [ 34%]
tests/test_parse_accept.py::test_accept_preference[text/html, 
application/xhtml+xml, application/xml;q=0.9, */*;q=-text/html] 
PASSED [ 36%]
tests/test_parse_accept.py::test_accept_preference[text/html;q=0.3, 
application/xhtml+xml, application/xml;q=0.9, */*;q=0.8-application/xhtml+xml] 
PASSED [ 39%]
tests/test_parse_accept.py::test_accept_preference[text/turtle;q=0.9;profile="urn:example:profile-1",
 text/turtle;q=0.7;profile="urn:example:profile-2"-text/turtle] 
PASSED [ 41%]
tests/test_rdflib_endpoint.py::test_service_description PASSED    
       [ 43%]
tests/test_rdflib_endpoint.py::test_custom_concat_json PASSED     
       [ 46%]
tests/test_rdflib_endpoint.py::test_select_noaccept_xml PASSED    
       [ 48%]
tests/test_rdflib_endpoint.py::test_select_csv PASSED             
       [ 51%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-True-body_form] 
PASSED [ 53%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-True-body_direct] 
PASSED [ 56%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-False-body_form] 
PASSED [ 58%]
tests/test_rdflib_endpoint.py::test_sparql_update[None-False-body_direct] 
PASSED [ 60%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-True-body_form] 
PASSED [ 63%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-True-body_direct] 
PASSED [ 65%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-False-body_form] 
PASSED [ 68%]
tests/test_rdflib_endpoint.py::test_sparql_update[key-False-body_direct] 
PASSED [ 70%]
tests/test_rdflib_endpoint.py::test_sparql_query_update_fail 
PASSED      [ 73%]
tests/test_rdflib_endpoint.py::test_multiple_accept_return_json 
PASSED   [ 75%]
tests/test_rdflib_endpoint.py::test_multiple_accept_return_json2 
PASSED  [ 78%]
tests/test_rdflib_endpoint.py::test_fail_select_turtle PASSED     
       [ 80%]
tests/test_rdflib_endpoint.py::test_concat_construct_turtle 
PASSED       [ 82%]
tests/test_rdflib_endpoint.py::test_concat_construct_csv PASSED   
       [ 85%]
tests/test_rdflib_endpoint.py::test_concat_construct_jsonld 
PASSED       [ 87%]
tests/test_rdflib_endpoint.py::test_concat_construct_xml PASSED   
       [ 90%]
tests/test_rdflib_endpoint.py::test_yasgui PASSED                 
       [ 92%]
tests/test_rdflib_endpoint.py::test_bad_request PASSED            
       [ 95%]
tests/test_serve_cli.py::test_convert PASSED                      
       [ 97%]
tests/test_serve_cli.py::test_serve PASSED                        
       [100%]/usr/lib/python3/dist-packages/coverage/inorout.py:509: 
CoverageWarning: Module src was never imported. (module-not-imported)
  self.warn(f"Module {pkg} was never imported.", slug="module-not-imported")
/usr/lib/python3/dist-packages/coverage/control.py:915: CoverageWarning: No 
data was collected. (no-data-collected)
  self._warn("No data was collected.", slug="no-data-collected")
/usr/lib/python3/dist-packages/pytest_cov/plugin.py:352: CovReportWarning: 
Failed to generate report: No data to report.

  warnings.warn(CovReportWarning(message), stacklevel=1)
WARNING: Failed to generate report: No data to report.



=============================== warnings summary 
===============================
example/app/main.py:94
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/example/app/main.py:94: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(

tests/test_serve_cli.py::test_convert
tests/test_serve_cli.py::test_convert
tests/test_serve_cli.py::test_convert
tests/test_serve_cli.py::test_convert
tests/test_serve_cli.py::test_convert
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/rdflib_endpoint/__main__.py:68: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(store=store)

tests/test_serve_cli.py::test_convert
  /usr/lib/python3/dist-packages/rdflib/plugins/serializers/nt.py:39: 
UserWarning: NTSerializer always uses UTF-8 encoding. Given encoding was: None
    warnings.warn(

tests/test_serve_cli.py::test_serve
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/rdflib_endpoint/__main__.py:30: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    g = ConjunctiveGraph(store=store)

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/nquads.py:80: 
DeprecationWarning: Dataset.default_context is deprecated, use 
Dataset.default_graph instead.
    ds_default = ds.default_context  # the DEFAULT_DATASET_GRAPH_ID

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/nquads.py:91: 
DeprecationWarning: Dataset.default_context is deprecated, use 
Dataset.default_graph instead.
    ds.default_context = new_default_context

tests/test_serve_cli.py::test_serve
  /usr/lib/python3/dist-packages/rdflib/plugins/parsers/jsonld.py:159: 
DeprecationWarning: ConjunctiveGraph is deprecated, use Dataset instead.
    conj_sink = ConjunctiveGraph(store=sink.store, identifier=sink.identifier)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

---------- coverage: platform linux, python 3.13.11-final-0 ----------

================ 41 passed, 2 deselected, 
11 warnings in 1.01s =================
I: pybuild pybuild:334: rm -rf 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/example/
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-rdflib-endpoint
Source-Version: 0.5.4-1
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-rdflib-endpoint, 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.
Alexandre Detiste <[email protected]> (supplier of updated 
python-rdflib-endpoint 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, 20 Dec 2025 17:06:29 +0100
Source: python-rdflib-endpoint
Architecture: source
Version: 0.5.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1123305
Changes:
 python-rdflib-endpoint (0.5.4-1) unstable; urgency=medium
 .
   * New upstream version 0.5.4 (Closes: #1123305)
   * Bump Standards-Version to 4.7.2
   * Drop "Rules-Requires-Root: no": it is now the default
   * Add debian/salsa-ci.yml
   * Translate debian/watch in v5 format
   * Add a patch to disable useless pytest-coverage
Checksums-Sha1:
 bb74ddc58b1e19106c630aadd9a541387a96efd1 2387 
python-rdflib-endpoint_0.5.4-1.dsc
 5f898f50eb3f7e5fe9f24e03a51320ae8da47a3b 157757 
python-rdflib-endpoint_0.5.4.orig.tar.gz
 4cecfe94c1e4f45c80009a93d1d112a942c293f0 3280 
python-rdflib-endpoint_0.5.4-1.debian.tar.xz
 0ee938be937966698a523ce43fafc47afa1e2885 8008 
python-rdflib-endpoint_0.5.4-1_source.buildinfo
Checksums-Sha256:
 9e272a481e2cc2f07fbbc95c5d6d0b55a4378e1b8db78d6d7964bc8a29dcc3da 2387 
python-rdflib-endpoint_0.5.4-1.dsc
 27cb310590d7f56d9033f3319b7f93c9d2af20e92f4a123579570bd12e9e374b 157757 
python-rdflib-endpoint_0.5.4.orig.tar.gz
 0ac8ac3813fc2e1a8e416346b1e7f8e5d3b50b366db0cec1a05f5885352f5ecc 3280 
python-rdflib-endpoint_0.5.4-1.debian.tar.xz
 9e71c665a5cb0b0ff164d5b186f736dc685cc971a33ff82dd06c05cc7b6225ea 8008 
python-rdflib-endpoint_0.5.4-1_source.buildinfo
Files:
 500324233fd02d4c0e5585365395607c 2387 python optional 
python-rdflib-endpoint_0.5.4-1.dsc
 662fd61294c8a48ac5cd685474376000 157757 python optional 
python-rdflib-endpoint_0.5.4.orig.tar.gz
 efdc9557478915633bf460e807e5aac4 3280 python optional 
python-rdflib-endpoint_0.5.4-1.debian.tar.xz
 f6cb7b70d0743a1bef8b1a31b0833660 8008 python optional 
python-rdflib-endpoint_0.5.4-1_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmlGzaERHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqicQ//X0f/91MLT4UX04tOtCyEeO29NEy1H9dA
b/Xva155g7NMfmkn0HxAdv1A7JVRSVG4ZWkbUTUI+iwh+X/95Ix3gSZbUrOoP/j9
FHQcTmf8Glyk+FjYOAqoCDlqoi3L8W37WJtcRYstgYUz4RkeB84GkcmRej8gIXYu
pzBkG1GukHO8D9Qvg0D9qpaA9IEGLsSAlDcQeis/2fnWn4DQBRKjhzokLnjzsgW+
v/68jS/8KP8GJVTW+HldbtQ3pzvF7L9cLdpDdV5gO7VQlhpCsbsvRxojjSCqI55b
GkvfaN7PceJIPLXxYpcjgVjKYe5iYjkyWVEtqr8N9OYZOrT/M4rJfwO9GRCLhhRP
7jx7p5Ym0L8Kr0BV1PB0eM8fB1mzlWc0lN4V8fNuKd+5EFGe1I+kMSYhwLhtYW84
soVOGLysDSS0jqXF4tJaGUNvpPYKVmpXRs0KkMyrPWdTXA87JmLLfoEMxcfC03fs
pTOL4+j24xQ0Qj5ESRlOOQ7+Yr1cCNvIW2VckznjjuP21ONQWCX15aJOMMDYOyn4
s0/NwKUc8ukuBsplHEXdF9TGAm0q3pYnlo6Zb+vuwntNX1rktStqd/RurbakCzZe
DkNmpD40IS6Cs3Xm/cpxlcX4fSZ8frtqBGYXMqWj0CgwHQu6DsIOHbFMtQX78UZ/
kTiZc+o5PRc=
=eGRC
-----END PGP SIGNATURE-----

Attachment: pgp5YzinwNDWi.pgp
Description: PGP signature


--- End Message ---

Reply via email to