vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit f89f62165ea96ae2654e12ef7e8e0af29745656b
Author: Antonio Terceiro <terceiro@debian.org>
Date: Fri Mar 28 14:13:39 2025 -0300
Debci::Job.slow: fix comparison by using an integer input
The corresponding test started failing recently, with the error message
saying this:
ERROR: invalid input syntax for type integer: "3600.0"
Either ActiveRecord, ruby-pg, of PostgreSQL 17 at some point started
being more strict about the input value, revealing an actual bug. We
should not be using a floating point number in there since the
underlying data we want to compare is an int, and the input data can't
realistically provide a non-integer number.
commit c9b3ac7e4eb4b06f369e63f6490bb5a2019205a8
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Mar 27 18:12:27 2025 -0300
Debci::Job: improve readability
Gbp-Dch: ignore
commit c3a04487b93eaca898f4a4e3a3cdd960ba54bfb7
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Mar 27 14:07:57 2025 -0300
Debci::Job: move check for newer jobs inside transation
This should avoid race conditions when processing several new jobs for a
given package.
Gbp-Dch: ignore
commit 17a304453a874c9bbdc34b570f98c87036e3acd3
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Mar 27 14:04:50 2025 -0300
Debci::Job: turn after_save callback to update statuses into a method
Gbp-Dch: ignore
commit 6bccf8b1f327906f9763c35ae185c341ad4c768d
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Mar 5 13:57:19 2025 -0300
make tags: use an acceptlist instead of a rejectlist