summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-05-09 09:50:35 +0100
committerColin Watson <cjwatson@debian.org>2019-05-09 09:52:58 +0100
commit1b2acc6aebeada2cf8d53b2e2184030ac6160f7e (patch)
tree1502b10f97b49252505a3f7734912d1e3c0216b6 /debian
parentbc4ad5ef594af4c89ab09c405e64c1483caa0696 (diff)
parent64f7b99b10a70e8341b4ddf5c9c726722f005ebe (diff)
Update upstream source from tag 'upstream/1.2.3'
Update to upstream version '1.2.3' with Debian dir 3636e342362ac7260cde53e4969a25f9f270aa8b
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/isolate-from-proxy.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d27d8c..c68abec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
-py-macaroon-bakery (1.2.1-2) UNRELEASED; urgency=medium
+py-macaroon-bakery (1.2.3-1) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* d/watch: Use https protocol.
+ [ Colin Watson ]
+ * New upstream release.
+
-- Ondřej Nový <onovy@debian.org> Wed, 09 Jan 2019 13:51:12 +0100
py-macaroon-bakery (1.2.1-1) unstable; urgency=medium
diff --git a/debian/patches/isolate-from-proxy.patch b/debian/patches/isolate-from-proxy.patch
index 8274832..06cc402 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 9c57b78..fe53579 100644
+index b03bafa..2ae08d3 100644
--- a/macaroonbakery/tests/test_client.py
+++ b/macaroonbakery/tests/test_client.py
@@ -3,6 +3,7 @@