Run of lintian-fixes for arpys

Merge these changes:

git pull https://janitor.debian.net/git/arpys lintian-fixes/main
Full worker log

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index e947a60..af63712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,5 @@ arpys (2.0.2-3) unstable; urgency=medium
 arpys (2.0.2-2) unstable; urgency=medium
 
   * First release (Closes: #972959)
-  
- -- Sebastien Delafond <seb@debian.org>  Fri, 30 Oct 2020 06:53:05 +0100
-
-
 
+ -- Sebastien Delafond <seb@debian.org>  Fri, 30 Oct 2020 06:53:05 +0100
diff --git a/debian/compat b/debian/compat
index 48082f7..b1bd38b 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-12
+13
diff --git a/debian/control b/debian/control
index 9547338..b43a5f9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders:
  Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>,
  Freexian Packaging Team <team+freexian@tracker.debian.org>,
  Picca Frédéric-Emmanuel <picca@debian.org>
-Build-Depends: 
- debhelper (>= 12),
+Build-Depends:
+ debhelper (>= 13~),
  dh-python,
  python3-all,
  python3-astropy,
@@ -18,7 +18,7 @@ Build-Depends:
  python3-numpy,
  python3-scipy,
  python3-setuptools
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Homepage: https://github.com/kuadrat/arpys
 Vcs-Browser: https://salsa.debian.org/science-team/arpys
 Vcs-Git: https://salsa.debian.org/science-team/arpys.git
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..ccf69aa
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/kuadrat/arpys
diff --git a/debian/watch b/debian/watch
index 333130d..edd3b59 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/kuadrat/arpys/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: python3-astropy, python3-cycler, python3-h5py (>= 2.7.1), python3-igor, python3-matplotlib, python3-numpy, python3-scipy, python3:any

Publish History

  • 2023-03-14T07:28: Failed to create merge proposal: publisher-invalid-response (
    INFO:brz:Total 1387 (delta 8), reused 0 (delta 0), pack-reused 1369
    Traceback (most recent call last):
      File "<frozen runpy>", line 198, in _run_module_as_main
      File "<frozen runpy>", line 88, in _run_code
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 575, in <module>
        publish_result, branch_name = publish_one(
                                      ^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 413, in publish_one
        existing_proposal = forge.get_proposal_by_url(existing_mp_url)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 874, in get_proposal_by_url
        mr = self._get_merge_request(project['path_with_namespace'], merge_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 596, in _get_merge_request
        response = self._api_request('GET', path)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 431, in _api_request
        return self.transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1822, in request
        response = self._opener.open(request)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 525, in open
        response = meth(req, response)
                   ^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1688, in http_response
        response = self.parent.error('http', request, response,
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 563, in error
        return self._call_chain(*args)
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1704, in http_error_default
        raise errors.UnexpectedHttpStatus(
    breezy.errors.UnexpectedHttpStatus: Unexpected HTTP status 500 for https://salsa.debian.org/api/v4/projects/science-team%2Farpys/merge_requests/1: Unable to handle http code: Internal Server Error
    
    )
  • 2023-03-14T07:22: Merge proposal updated ( Successfully updated )
  • 2023-03-14T06:57: Failed to create merge proposal: publisher-invalid-response (
    INFO:brz:Total 1387 (delta 8), reused 0 (delta 0), pack-reused 1369
    WARNING:brz:Text conflict in 
    INFO:brz:found 0 deltas to reuse
    INFO:brz:
    INFO:brz:View merge request for lintian-fixes:
      https://salsa.debian.org/science-team/arpys/-/merge_requests/1
    Traceback (most recent call last):
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 279, in set_description
        self._update(description=description)
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 257, in _update
        self.gl._update_merge_request(
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 611, in _update_merge_request
        response = self._api_request('PUT', path, fields=mr)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 431, in _api_request
        return self.transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1822, in request
        response = self._opener.open(request)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 525, in open
        response = meth(req, response)
                   ^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1688, in http_response
        response = self.parent.error('http', request, response,
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 563, in error
        return self._call_chain(*args)
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1704, in http_error_default
        raise errors.UnexpectedHttpStatus(
    breezy.errors.UnexpectedHttpStatus: Unexpected HTTP status 500 for https://salsa.debian.org/api/v4/projects/55421/merge_requests/1: Unable to handle http code: Internal Server Error
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "<frozen runpy>", line 198, in _run_module_as_main
      File "<frozen runpy>", line 88, in _run_code
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 575, in <module>
        publish_result, branch_name = publish_one(
                                      ^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 499, in publish_one
        publish_result = publish(
                         ^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 179, in publish
        return publish_changes(
               ^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/silver_platter/publish.py", line 725, in publish_changes
        (proposal, is_new) = propose_changes(
                             ^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/silver_platter/publish.py", line 315, in propose_changes
        resume_proposal.set_description(mp_description)
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 285, in set_description
        self._mr = self.gl._get_merge_request(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 596, in _get_merge_request
        response = self._api_request('GET', path)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 431, in _api_request
        return self.transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1822, in request
        response = self._opener.open(request)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 525, in open
        response = meth(req, response)
                   ^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1688, in http_response
        response = self.parent.error('http', request, response,
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 563, in error
        return self._call_chain(*args)
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1704, in http_error_default
        raise errors.UnexpectedHttpStatus(
    breezy.errors.UnexpectedHttpStatus: Unexpected HTTP status 500 for https://salsa.debian.org/api/v4/projects/55421/merge_requests/1: Unable to handle http code: Internal Server Error
    
    )
  • 2023-03-14T06:52: Failed to create merge proposal: publisher-invalid-response (
    INFO:brz:Total 1387 (delta 8), reused 0 (delta 0), pack-reused 1369
    WARNING:brz:Text conflict in 
    INFO:brz:found 0 deltas to reuse
    INFO:brz:
    View merge request for lintian-fixes:
      https://salsa.debian.org/science-team/arpys/-/merge_requests/2
    Traceback (most recent call last):
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 279, in set_description
        self._update(description=description)
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 257, in _update
        self.gl._update_merge_request(
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 611, in _update_merge_request
        response = self._api_request('PUT', path, fields=mr)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 431, in _api_request
        return self.transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1822, in request
        response = self._opener.open(request)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 525, in open
        response = meth(req, response)
                   ^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1688, in http_response
        response = self.parent.error('http', request, response,
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 563, in error
        return self._call_chain(*args)
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1704, in http_error_default
        raise errors.UnexpectedHttpStatus(
    breezy.errors.UnexpectedHttpStatus: Unexpected HTTP status 500 for https://salsa.debian.org/api/v4/projects/55421/merge_requests/2: Unable to handle http code: Internal Server Error
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "<frozen runpy>", line 198, in _run_module_as_main
      File "<frozen runpy>", line 88, in _run_code
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 575, in <module>
        publish_result, branch_name = publish_one(
                                      ^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 499, in publish_one
        publish_result = publish(
                         ^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/janitor/publish_one.py", line 179, in publish
        return publish_changes(
               ^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/silver_platter/publish.py", line 725, in publish_changes
        (proposal, is_new) = propose_changes(
                             ^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/silver_platter/publish.py", line 315, in propose_changes
        resume_proposal.set_description(mp_description)
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 285, in set_description
        self._mr = self.gl._get_merge_request(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 596, in _get_merge_request
        response = self._api_request('GET', path)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/plugins/gitlab/forge.py", line 431, in _api_request
        return self.transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1822, in request
        response = self._opener.open(request)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 525, in open
        response = meth(req, response)
                   ^^^^^^^^^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1688, in http_response
        response = self.parent.error('http', request, response,
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 563, in error
        return self._call_chain(*args)
               ^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/usr/local/lib/python3.11/dist-packages/breezy/transport/http/urllib.py", line 1704, in http_error_default
        raise errors.UnexpectedHttpStatus(
    breezy.errors.UnexpectedHttpStatus: Unexpected HTTP status 500 for https://salsa.debian.org/api/v4/projects/55421/merge_requests/2: Unable to handle http code: Internal Server Error
    
    )

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t lintian-fixes python3-arpys

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved