New Upstream Snapshot - klaus

Ready changes

Summary

Merged new upstream version: 2.0.2+git20230119.1.3cbab50 (was: 2.0.2).

Resulting package

Built on 2023-01-20T07:18 (took 2m38s)

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

apt install -t fresh-snapshots klausapt install -t fresh-snapshots python3-klaus

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index ad4b80a..ffaddb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+klaus (2.0.2+git20230119.1.3cbab50-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 20 Jan 2023 07:17:08 -0000
+
 klaus (2.0.2-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/klaus.egg-info/SOURCES.txt b/klaus.egg-info/SOURCES.txt
index 895cf53..c24bd3c 100644
--- a/klaus.egg-info/SOURCES.txt
+++ b/klaus.egg-info/SOURCES.txt
@@ -2,6 +2,7 @@ LICENSE
 MANIFEST.in
 README.rst
 klaus.1
+pyproject.toml
 setup.py
 klaus/__init__.py
 klaus/cli.py
diff --git a/klaus.egg-info/requires.txt b/klaus.egg-info/requires.txt
index 728702e..1ea4c44 100644
--- a/klaus.egg-info/requires.txt
+++ b/klaus.egg-info/requires.txt
@@ -1,8 +1,8 @@
-flask
 Werkzeug>=0.15.0
-pygments
+flask
 httpauth
 humanize
+pygments
 
 [:python_version < "3.5"]
 dulwich<0.20,>=0.19.3
diff --git a/klaus/utils.py b/klaus/utils.py
index a736e3c..0ffa055 100644
--- a/klaus/utils.py
+++ b/klaus/utils.py
@@ -159,7 +159,7 @@ def force_unicode(s):
         # Try chardet, if available
         encoding = chardet.detect(s)["encoding"]
         if encoding is not None:
-            return s.decode(encoding)
+            return s.decode(encoding, 'replace')
 
     return s.decode('latin1', 'replace')
 
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..fed528d
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package klaus

No differences were encountered between the control files of package python3-klaus

More details

Full run details