summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Isolate client tests from any HTTP proxyColin Watson2019-05-09
| | | | | | | | | | | | | Debian's Python packaging tools set http_proxy to a non-existent proxy to help flush out packages that try to talk to the network during build, but these tests could previously fail in more normal development environments too. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/28 Last-Update: 2018-02-05 Patch-Name: isolate-from-proxy.patch Gbp-Pq: Name isolate-from-proxy.patch
* releasing package py-macaroon-bakery version 1.2.3-1debian/1.2.3-1Colin Watson2019-05-09
|
* Update upstream source from tag 'upstream/1.2.3'Colin Watson2019-05-09
|\ | | | | | | | | Update to upstream version '1.2.3' with Debian dir 3636e342362ac7260cde53e4969a25f9f270aa8b
| * New upstream version 1.2.3Colin Watson2019-05-09
| |
* | d/watch: Use https protocolOndřej Nový2019-01-09
| |
* | releasing package py-macaroon-bakery version 1.2.1-1Colin Watson2018-10-15
| |
* | Update upstream source from tag 'upstream/1.2.1'Colin Watson2018-10-15
|\| | | | | | | | | Update to upstream version '1.2.1' with Debian dir ccd0e7fdc6e29a6c6f8c47c3e463ae6e6a3343c3
| * New upstream version 1.2.1Colin Watson2018-10-15
| |
* | releasing package py-macaroon-bakery version 1.2.0-1Colin Watson2018-10-12
| |
* | Update upstream source from tag 'upstream/1.2.0'Colin Watson2018-10-12
|\| | | | | | | | | Update to upstream version '1.2.0' with Debian dir 5a4217f321858ba75a2e0dc3dd2ee98be506efca
| * New upstream version 1.2.0Colin Watson2018-10-12
| |
* | debian/watch: Switch to PyPIColin Watson2018-10-12
| | | | | | | | Upstream updates this more reliably than GitHub releases.
* | releasing package py-macaroon-bakery version 1.1.4-1Colin Watson2018-08-20
| |
* | Update upstream source from tag 'upstream/1.1.4'Colin Watson2018-08-20
|\| | | | | | | | | Update to upstream version '1.1.4' with Debian dir 42ca954c317c7fd65bffdc0e0e6803556dccdf2f
| * New upstream version 1.1.4Colin Watson2018-08-20
| |
* | Convert git repository from git-dpm to gbp layoutOndřej Nový2018-08-08
| |
* | Chase Vcs-Git redirectionColin Watson2018-06-16
| |
* | releasing package py-macaroon-bakery version 1.1.3-1Colin Watson2018-02-28
| |
* | New upstream release (1.1.3)Colin Watson2018-02-28
|\ \
| * | Improve mock setup for 407-then-unknown testColin Watson2018-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `test_407_then_unknown_interaction_methods` causes the client to fetch the possible methods supported by the discharger (because it's told that it only supports a non-window method). This is currently unmocked, which causes the client to actually contact `http://example.com/visit`. This fails in Launchpad builds because they run with a restrictive network setup that doesn't even expose DNS lookups for non-permitted hosts. There isn't really a good way to simulate this without setting up a similar stunt DNS server (though perhaps installing an `httmock.all_requests` fallback mock that raises an exception would be a good idea?), but this seems to be the only failure at the moment. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/45 Last-Update: 2018-02-09 Patch-Name: improve-unknown-interaction-mock.patch
| * | Isolate client tests from any HTTP proxyColin Watson2018-02-28
| |/ | | | | | | | | | | | | | | | | | | | | | | Debian's Python packaging tools set http_proxy to a non-existent proxy to help flush out packages that try to talk to the network during build, but these tests could previously fail in more normal development environments too. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/28 Last-Update: 2018-02-05 Patch-Name: isolate-from-proxy.patch
| * Import py-macaroon-bakery_1.1.3.orig.tar.gzColin Watson2018-02-28
| |
* | releasing package py-macaroon-bakery version 1.1.2-1Colin Watson2018-02-20
| |
* | New upstream release (1.1.2)Colin Watson2018-02-20
|\ \
| * | Improve mock setup for 407-then-unknown testColin Watson2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `test_407_then_unknown_interaction_methods` causes the client to fetch the possible methods supported by the discharger (because it's told that it only supports a non-window method). This is currently unmocked, which causes the client to actually contact `http://example.com/visit`. This fails in Launchpad builds because they run with a restrictive network setup that doesn't even expose DNS lookups for non-permitted hosts. There isn't really a good way to simulate this without setting up a similar stunt DNS server (though perhaps installing an `httmock.all_requests` fallback mock that raises an exception would be a good idea?), but this seems to be the only failure at the moment. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/45 Last-Update: 2018-02-09 Patch-Name: improve-unknown-interaction-mock.patch
| * | Isolate client tests from any HTTP proxyColin Watson2018-02-20
| |/ | | | | | | | | | | | | | | | | | | | | | | Debian's Python packaging tools set http_proxy to a non-existent proxy to help flush out packages that try to talk to the network during build, but these tests could previously fail in more normal development environments too. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/28 Last-Update: 2018-02-05 Patch-Name: isolate-from-proxy.patch
| * Import py-macaroon-bakery_1.1.2.orig.tar.gzColin Watson2018-02-20
| |
* | releasing package py-macaroon-bakery version 1.1.0-2Colin Watson2018-02-09
| |
* | Improve mock setup for 407-then-unknown test.Colin Watson2018-02-09
|\ \
| * | Improve mock setup for 407-then-unknown testColin Watson2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `test_407_then_unknown_interaction_methods` causes the client to fetch the possible methods supported by the discharger (because it's told that it only supports a non-window method). This is currently unmocked, which causes the client to actually contact `http://example.com/visit`. This fails in Launchpad builds because they run with a restrictive network setup that doesn't even expose DNS lookups for non-permitted hosts. There isn't really a good way to simulate this without setting up a similar stunt DNS server (though perhaps installing an `httmock.all_requests` fallback mock that raises an exception would be a good idea?), but this seems to be the only failure at the moment. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/45 Last-Update: 2018-02-09 Patch-Name: improve-unknown-interaction-mock.patch
* | | Move VCS to salsa.debian.org.Colin Watson2018-02-09
| | |
* | | releasing package py-macaroon-bakery version 1.1.0-1Colin Watson2018-02-05
| | |
* | | New upstream release (1.1.0)Colin Watson2018-02-05
|\| |
| * | Isolate client tests from any HTTP proxyColin Watson2018-02-05
| |/ | | | | | | | | | | | | | | | | | | | | | | Debian's Python packaging tools set http_proxy to a non-existent proxy to help flush out packages that try to talk to the network during build, but these tests could previously fail in more normal development environments too. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/28 Last-Update: 2018-02-05 Patch-Name: isolate-from-proxy.patch
| * Import py-macaroon-bakery_1.1.0.orig.tar.gzColin Watson2017-12-12
| |
* | releasing package py-macaroon-bakery version 0.0.6-1Colin Watson2017-11-11
| |
* | New upstream release (0.0.6)Colin Watson2017-11-11
|\ \
| * | Isolate client tests from any HTTP proxyColin Watson2017-11-10
| |/ | | | | | | | | | | | | | | | | | | | | | | Debian's Python packaging tools set http_proxy to a non-existent proxy to help flush out packages that try to talk to the network during build, but these tests could previously fail in more normal development environments too. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/28 Last-Update: 2017-11-06 Patch-Name: isolate-from-proxy.patch
| * Import py-macaroon-bakery_0.0.6.orig.tar.gzColin Watson2017-11-10
| |
* | releasing package py-macaroon-bakery version 0.0.5-1Colin Watson2017-11-06
| |
* | Set Rules-Requires-Root: no.Colin Watson2017-11-06
| |
* | New upstream release (0.0.5)Colin Watson2017-11-06
|\ \
| * | Isolate client tests from any HTTP proxyColin Watson2017-11-06
| |/ | | | | | | | | | | | | | | | | | | | | | | Debian's Python packaging tools set http_proxy to a non-existent proxy to help flush out packages that try to talk to the network during build, but these tests could previously fail in more normal development environments too. Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/28 Last-Update: 2017-11-06 Patch-Name: isolate-from-proxy.patch
| * Import py-macaroon-bakery_0.0.5.orig.tar.gzColin Watson2017-11-06
| |
* | releasing package py-macaroon-bakery version 0.0.4-1Colin Watson2017-11-03
| |
* | Cherry-pick https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/26 ↵Colin Watson2017-11-03
|\ \ | | | | | | | | | to lower protobuf and requests dependencies to versions satisfiable in unstable.
| * | Lowering the protobuf and requests deps.Andrea Azzarone2017-11-03
| |/ | | | | | | | | | | | | | | Origin: other, https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/26 Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/26 Patch-Name: lower-protobuf-requests-deps.patch Last-Update: 2017-11-03
* | New upstream release (0.0.4)Colin Watson2017-11-03
|\|
| * Import py-macaroon-bakery_0.0.4.orig.tar.gzColin Watson2017-11-03
| |
* | releasing package py-macaroon-bakery version 0.0.3-1Colin Watson2017-11-02
| |