Package: rust-indieweb / 0.4.5-7

Metadata

Package Version Patches format
rust-indieweb 0.4.5-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_microformats.patch | (download)

library/Cargo.toml | 2 1 + 1 - 0 !
library/src/standards/webmention/mod.rs | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use branch 0.15 of crate microformats
1002_fence_features.patch | (download)

library/src/algorithms/ptd.rs | 3 3 + 0 - 0 !
library/src/standards/micropub/query/test.rs | 5 3 + 2 - 0 !
2 files changed, 6 insertions(+), 2 deletions(-)

 add feature fencing
2001_privacy.patch | (download)

README.markdown | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 avoid privacy breach in documentation
2002_mockito.patch | (download)

library/Cargo.toml | 1 0 + 1 - 0 !
library/src/algorithms/representative_hcard/mod.rs | 3 0 + 3 - 0 !
library/src/algorithms/representative_hcard/test.rs | 123 0 + 123 - 0 !
library/src/lib.rs | 2 0 + 2 - 0 !
library/src/standards/indieauth/test.rs | 140 0 + 140 - 0 !
library/src/standards/micropub/action/mod.rs | 141 0 + 141 - 0 !
library/src/standards/micropub/action/test.rs | 63 0 + 63 - 0 !
library/src/standards/micropub/query/test.rs | 212 0 + 212 - 0 !
library/src/standards/webmention/mod.rs | 6 2 + 4 - 0 !
library/src/standards/webmention/test.rs | 576 0 + 576 - 0 !
library/src/test.rs | 100 0 + 100 - 0 !
library/src/traits/mod.rs | 2 0 + 2 - 0 !
library/src/traits/test.rs | 37 0 + 37 - 0 !
13 files changed, 2 insertions(+), 1404 deletions(-)

 avoid not-in-debian crate mockito
2002_reqwest middleware.patch | (download)

library/Cargo.toml | 4 1 + 3 - 0 !
library/src/error.rs | 4 0 + 4 - 0 !
2 files changed, 1 insertion(+), 7 deletions(-)

 avoid not-in-debian crate reqwest-middleware
2002_serde_qs.patch | (download)

library/Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use specific branch of crate serde_qs
2002_tracing test.patch | (download)

library/Cargo.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 avoid not-in-debian crate tracing-test
2003_no_net.patch | (download)

library/src/standards/mod.rs | 6 3 + 3 - 0 !
library/src/standards/webmention/mod.rs | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 skip network-requiring tests by default