summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-24 09:28:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-24 09:28:25 -0700
commit7eb047cf271c027da83ad6624acc82e447584967 (patch)
tree337394c2235f3bcfcfefdd11be25dc23a2266268 /debian
parent08597c6a0798e695bce33e20fb8e171b8aec14f2 (diff)
refresh patch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/disable-test_docinfo_problems.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 27b728e..d4706f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pikepdf (1.8.3+dfsg-1) UNRELEASED; urgency=medium
+pikepdf (1.9.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh patch.
@@ -12,7 +12,7 @@ pikepdf (1.8.3+dfsg-1) UNRELEASED; urgency=medium
- Set PYTHONPATH.
* Drop superfluous '-O--buildsystem=pybuild'.
- -- Sean Whitton <spwhitton@spwhitton.name> Wed, 15 Jan 2020 07:19:56 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 24 Jan 2020 09:28:13 -0700
pikepdf (1.8.1+dfsg-1) unstable; urgency=medium
diff --git a/debian/patches/disable-test_docinfo_problems.patch b/debian/patches/disable-test_docinfo_problems.patch
index 0268156..b20c426 100644
--- a/debian/patches/disable-test_docinfo_problems.patch
+++ b/debian/patches/disable-test_docinfo_problems.patch
@@ -9,7 +9,7 @@ Needs a test resource whose DFSG status is in doubt.
--- a/tests/test_metadata.py
+++ b/tests/test_metadata.py
-@@ -60,12 +60,6 @@ def trivial(resources):
+@@ -62,12 +62,6 @@ def trivial(resources):
@pytest.fixture
@@ -22,7 +22,7 @@ Needs a test resource whose DFSG status is in doubt.
def invalid_creationdate(resources):
# Has nuls in docinfo, old PDF
return Pdf.open(resources / 'invalid_creationdate.pdf')
-@@ -339,37 +333,6 @@ def test_remove_attribute_metadata(sandw
+@@ -341,37 +335,6 @@ def test_remove_attribute_metadata(sandw
assert not re.search(r'rdf:Description xmlns:[^\s]+ rdf:about=""/', str(xmp))