summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| |
* | Initial release (closes: #866779).Colin Watson2017-11-02
|\ \
| * | Avoid relative imports to fix Python 3 testsColin Watson2017-11-02
| |/ | | | | | | | | | | | | | | | | This is fixed in a different way in 0.0.4. Forwarded: not-needed Last-Update: 2017-11-02 Patch-Name: avoid-relative-imports.patch
* / Initialize git-dpmColin Watson2017-10-31
|/
* Import py-macaroon-bakery_0.0.3.orig.tar.gzColin Watson2017-10-31