summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/isolate-from-proxy.patch2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 00cac67..a7ad0ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-py-macaroon-bakery (1.1.4-2) UNRELEASED; urgency=medium
+py-macaroon-bakery (1.2.0-1) UNRELEASED; urgency=medium
* debian/watch: Switch to PyPI, which upstream updates more reliably than
GitHub releases.
+ * New upstream release.
-- Colin Watson <cjwatson@debian.org> Fri, 12 Oct 2018 13:04:58 +0100
diff --git a/debian/patches/isolate-from-proxy.patch b/debian/patches/isolate-from-proxy.patch
index 40803e2..8274832 100644
--- a/debian/patches/isolate-from-proxy.patch
+++ b/debian/patches/isolate-from-proxy.patch
@@ -40,7 +40,7 @@ index a6c3e58..72a6928 100644
def assert_cookie_security(self, cookies, name, secure):
for cookie in cookies:
diff --git a/macaroonbakery/tests/test_client.py b/macaroonbakery/tests/test_client.py
-index 4061a8a..aa1f268 100644
+index 9c57b78..fe53579 100644
--- a/macaroonbakery/tests/test_client.py
+++ b/macaroonbakery/tests/test_client.py
@@ -3,6 +3,7 @@