[Debian-med-packaging] Bug#976506: Fix for bullseye

Santiago Vila sanvila at debian.org
Mon Jan 9 14:41:11 GMT 2023


reopen 976506
found 976506 1.7.2-1
found 976506 1.7.2-2
fixed 976506 2.0.1-1
thanks

Hi. Please consider fixing this in stable as well,
as packages in stable must build in stable.

If you have never done an upload for stable, the procedure
is documented here:

https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#special-case-uploads-to-the-stable-and-oldstable-distributions

I would make an upload proposal in the form of debdiff, but I'm unsure
about backporting the fix in unstable to stable in this case, because
I don't really understand it.

In bullseye the code was like this:

@pytest.mark.skipif(datetime.now() <= datetime(2021, 12, 1), reason="Don't understand why this doesn't behave.  Punt.")

and I removed the "if" and the condition (datetime etc) in my proposal
to fix this in unstable.

But now in version 2.0.1-1 I see this:

@pytest.mark.skipif(reason="Don't understand why this doesn't behave.  Punt.")

I believe the "if" thing does not apply here, but I don't know enough python to be 100% sure.

Thanks.



More information about the Debian-med-packaging mailing list