Control: tags 1141482 + patch
Control: tags 1141482 + pending
Dear maintainer,
I've prepared an NMU for freezegun (versioned as 1.5.5-1.2) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should cancel it.
Regards.
diffstat for freezegun-1.5.5 freezegun-1.5.5
changelog | 13 +++++++++++++
control | 17 ++++++++---------
gitlab-ci.yml | 16 ++++++++++++++--
rules | 2 +-
4 files changed, 36 insertions(+), 12 deletions(-)
diff -Nru freezegun-1.5.5/debian/changelog freezegun-1.5.5/debian/changelog
--- freezegun-1.5.5/debian/changelog 2026-04-01 20:17:55.000000000 +0200
+++ freezegun-1.5.5/debian/changelog 2026-08-05 12:46:47.000000000 +0200
@@ -1,3 +1,16 @@
+freezegun (1.5.5-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Mark python3-{coverage, dateutil & pytest} as <!nocheck>
+ (Closes: #1141482)
+ * Salsa CI: test nocheck profile
+ * Fix Salsa CI "build source" job
+ * Use dh-sequence-python3
+ * Drop "Rules-Requires-Root: no": it is the default now
+ * Bump Standards-Version to 4.7.4, drop Priority: tag
+
+ -- Alexandre Detiste <[email protected]> Wed, 05 Aug 2026 12:46:47 +0200
+
freezegun (1.5.5-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru freezegun-1.5.5/debian/control freezegun-1.5.5/debian/control
--- freezegun-1.5.5/debian/control 2026-04-01 20:17:55.000000000 +0200
+++ freezegun-1.5.5/debian/control 2026-08-05 12:28:30.000000000 +0200
@@ -1,17 +1,16 @@
Source: freezegun
Section: python
-Priority: optional
Maintainer: Federico Ceratto <[email protected]>
-Build-Depends: debhelper-compat (= 13)
-Build-Depends-Indep:
- dh-python,
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
python3-all,
- python3-coverage,
- python3-dateutil,
- python3-pytest,
python3-setuptools,
-Standards-Version: 4.6.2
-Rules-Requires-Root: no
+Build-Depends-Indep:
+ python3-coverage <!nocheck>,
+ python3-dateutil <!nocheck>,
+ python3-pytest <!nocheck>,
+Standards-Version: 4.7.4
Homepage: https://github.com/spulec/freezegun
Vcs-Git: https://salsa.debian.org/debian/python-freezegun.git
Vcs-Browser: https://salsa.debian.org/debian/python-freezegun
diff -Nru freezegun-1.5.5/debian/gitlab-ci.yml
freezegun-1.5.5/debian/gitlab-ci.yml
--- freezegun-1.5.5/debian/gitlab-ci.yml 2026-04-01 20:17:55.000000000
+0200
+++ freezegun-1.5.5/debian/gitlab-ci.yml 2026-08-05 12:16:17.000000000
+0200
@@ -1,4 +1,16 @@
---
include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- -
https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ -
https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+ SALSA_CI_DISABLE_BLHC: 1
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
+ SALSA_CI_ENABLE_BUILD_PACKAGE_PROFILES: 1
+
+test-build-profiles:
+ extends: .test-build-package-profiles
+ parallel:
+ matrix:
+ - BUILD_PROFILES: nocheck
+# - BUILD_PROFILES: nodoc
diff -Nru freezegun-1.5.5/debian/rules freezegun-1.5.5/debian/rules
--- freezegun-1.5.5/debian/rules 2026-04-01 20:17:55.000000000 +0200
+++ freezegun-1.5.5/debian/rules 2026-08-05 12:16:36.000000000 +0200
@@ -5,7 +5,7 @@
export PYBUILD_NAME=freezegun
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG