summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Keinath <carl.keinath@gmail.com>2025-12-11 00:13:00 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2025-12-11 10:51:33 +0000
commitb59919443eb82ee3341b2aa7436fac4bb56fb53f (patch)
tree2ff85513fefc1e8abfdaf70e14c5cc48b4d0ecbe
parentc342127e63b2efe77255bf87a216f6817b8ee28c (diff)
Imported using git-ubuntu import.
Notes
Notes: * add mkdocstrings-python 2 compat patch * Fix FTBFS (Closes: #1122467)
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0002-remove-remote-resources.patch6
-rw-r--r--debian/patches/0003-use-local-python-objects-inv.patch2
-rw-r--r--debian/patches/0004-mkdocstrings2-compat.patch22
-rw-r--r--debian/patches/series1
5 files changed, 34 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index f76bd3e..c0a0b69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-pwdlib (0.3.0-2) unstable; urgency=medium
+
+ * add mkdocstrings-python 2 compat patch
+ * Fix FTBFS (Closes: #1122467)
+
+ -- Carl Keinath <carl.keinath@gmail.com> Thu, 11 Dec 2025 00:13:00 +0100
+
python-pwdlib (0.3.0-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/patches/0002-remove-remote-resources.patch b/debian/patches/0002-remove-remote-resources.patch
index 1fbcacc..48d2c18 100644
--- a/debian/patches/0002-remove-remote-resources.patch
+++ b/debian/patches/0002-remove-remote-resources.patch
@@ -14,7 +14,7 @@ index c4433cd..dd94a36 100644
@@ -4,10 +4,11 @@
<em>Modern password hashing for Python</em>
</p>
-
+
-[![build](https://github.com/frankie567/pwdlib/workflows/Build/badge.svg)](https://github.com/frankie567/pwdlib/actions)
-[![codecov](https://codecov.io/gh/frankie567/pwdlib/branch/main/graph/badge.svg)](https://codecov.io/gh/frankie567/pwdlib)
-[![PyPI version](https://badge.fury.io/py/pwdlib.svg)](https://badge.fury.io/py/pwdlib)
@@ -24,6 +24,6 @@ index c4433cd..dd94a36 100644
+- [**PyPI**](https://pypi.org/project/pwdlib/)
+- [**Downloads**](https://pepy.tech/project/pwdlib)
+- [**Support development**](https://polar.sh/frankie567)
-
+
---
-
+
diff --git a/debian/patches/0003-use-local-python-objects-inv.patch b/debian/patches/0003-use-local-python-objects-inv.patch
index 0383090..b1bcf2f 100644
--- a/debian/patches/0003-use-local-python-objects-inv.patch
+++ b/debian/patches/0003-use-local-python-objects-inv.patch
@@ -19,4 +19,4 @@ index 62a7529..4a12427 100644
+ - /usr/share/doc/python3/html/objects.inv
options:
docstring_style: google
-
+
diff --git a/debian/patches/0004-mkdocstrings2-compat.patch b/debian/patches/0004-mkdocstrings2-compat.patch
new file mode 100644
index 0000000..092f1fe
--- /dev/null
+++ b/debian/patches/0004-mkdocstrings2-compat.patch
@@ -0,0 +1,22 @@
+From: Carl Keinath <carl.keinath@gmail.com>
+Date: Wed, 10 Dec 2025 23:00:02 +0100
+Subject: mkdocstrings2-compat
+
+Forwarded: https://github.com/frankie567/pwdlib/pull/33
+---
+ mkdocs.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mkdocs.yml b/mkdocs.yml
+index 4a12427..6b317ce 100644
+--- a/mkdocs.yml
++++ b/mkdocs.yml
+@@ -54,7 +54,7 @@ plugins:
+ - mkdocstrings:
+ handlers:
+ python:
+- import:
++ inventories:
+ - /usr/share/doc/python3/html/objects.inv
+ options:
+ docstring_style: google
diff --git a/debian/patches/series b/debian/patches/series
index e311556..a6c7b02 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-disable-external-fonts.patch
0002-remove-remote-resources.patch
0003-use-local-python-objects-inv.patch
+0004-mkdocstrings2-compat.patch