From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 10/48] rust-chrono:Update to version 0.4.22 required by python3-cryptography
Date: Wed, 09 Nov 2022 19:56:56 +0100 [thread overview]
Message-ID: <20221109185734.3920-10-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 13605 bytes --]
- Updated from version 0.4.19 to 0.4.22
- Update of rootfile
- Update of metadata patch as more windows related entries in Cargo.toml to be excluded
- Changelog
## 0.4.22
* Allow wasmbindgen to be optional on `wasm32-unknown-unknown` target [(#771)](https://github.com/chronotope/chrono/pull/771)
* Fix compile error for `x86_64-fortanix-unknown-sgx` [(#767)](https://github.com/chronotope/chrono/pull/767)
* Update `iana-time-zone` version to 1.44 [(#773)](https://github.com/chronotope/chrono/pull/773)
## 0.4.21
* Fall back to UTC timezone in cases where no timezone is found [(#756)](https://github.com/chronotope/chrono/pull/756)
* Correctly detect timezone on Android [(#756)](https://github.com/chronotope/chrono/pull/756)
* Improve documentation for strftime `%Y` specifier [(#760)](https://github.com/chronotope/chrono/pull/760)
## 0.4.20
* Add more formatting documentation and examples.
* Add support for microseconds timestamps serde serialization/deserialization (#304)
* Fix `DurationRound` is not TZ aware (#495)
* Implement `DurationRound` for `NaiveDateTime`
* Implement `std::iter::Sum` for `Duration`
* Add `DateTime::from_local()` to construct from given local date and time (#572)
* Add a function that calculates the number of years elapsed between now and a given `Date` or `DateTime` (#557)
* Correct build for wasm32-unknown-emscripten target (#568)
* Change `Local::now()` and `Utc::now()` documentation from "current date" to "current date and time" (#647)
* Fix `duration_round` panic on rounding by `Duration::zero()` (#658)
* Add optional rkyv support.
* Add support for microseconds timestamps serde serialization for `NaiveDateTime`.
* Add support for optional timestamps serde serialization for `NaiveDateTime`.
* Fix build for wasm32-unknown-emscripten (@yu-re-ka #593)
* Make `ParseErrorKind` public and available through `ParseError::kind()` (#588)
* Implement `DoubleEndedIterator` for `NaiveDateDaysIterator` and `NaiveDateWeeksIterator`
* Fix panicking when parsing a `DateTime` (@botahamec)
* Add support for getting week bounds based on a specific `NaiveDate` and a `Weekday` (#666)
* Remove libc dependency from Cargo.toml.
* Add the `and_local_timezone` method to `NaiveDateTime`
* Fix the behavior of `Duration::abs()` for negative durations with non-zero nanos
* Add compatibility with rfc2822 comments (#733)
* Make `js-sys` and `wasm-bindgen` enabled by default when target is `wasm32-unknown-unknown` for ease of API discovery
* Add the `Months` struct and associated `Add` and `Sub` impls
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/rust-chrono | 108 +++++++++++-------
lfs/rust-chrono | 6 +-
.../rust-chrono-0.4.19-fix-metadata.patch | 23 ----
.../rust-chrono-0.4.22-fix-metadata.patch | 49 ++++++++
4 files changed, 116 insertions(+), 70 deletions(-)
delete mode 100644 src/patches/rust-chrono-0.4.19-fix-metadata.patch
create mode 100644 src/patches/rust-chrono-0.4.22-fix-metadata.patch
diff --git a/config/rootfiles/common/rust-chrono b/config/rootfiles/common/rust-chrono
index f30695b97..bf1e3715b 100644
--- a/config/rootfiles/common/rust-chrono
+++ b/config/rootfiles/common/rust-chrono
@@ -1,44 +1,64 @@
-#usr/share/cargo/registry/chrono-0.4.19
-#usr/share/cargo/registry/chrono-0.4.19/.cargo-checksum.json
-#usr/share/cargo/registry/chrono-0.4.19/AUTHORS.txt
-#usr/share/cargo/registry/chrono-0.4.19/CHANGELOG.md
-#usr/share/cargo/registry/chrono-0.4.19/Cargo.toml
-#usr/share/cargo/registry/chrono-0.4.19/Cargo.toml.deps
-#usr/share/cargo/registry/chrono-0.4.19/LICENSE.txt
-#usr/share/cargo/registry/chrono-0.4.19/README.md
-#usr/share/cargo/registry/chrono-0.4.19/benches
-#usr/share/cargo/registry/chrono-0.4.19/benches/chrono.rs
-#usr/share/cargo/registry/chrono-0.4.19/benches/serde.rs
-#usr/share/cargo/registry/chrono-0.4.19/rustfmt.toml
-#usr/share/cargo/registry/chrono-0.4.19/src
-#usr/share/cargo/registry/chrono-0.4.19/src/date.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/datetime.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/div.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/format
-#usr/share/cargo/registry/chrono-0.4.19/src/format/locales.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/format/mod.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/format/parse.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/format/parsed.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/format/scan.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/format/strftime.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/lib.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/naive
-#usr/share/cargo/registry/chrono-0.4.19/src/naive/date.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/naive/datetime.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/naive/internals.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/naive/isoweek.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/naive/time.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/offset
-#usr/share/cargo/registry/chrono-0.4.19/src/offset/fixed.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/offset/local.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/offset/mod.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/offset/utc.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/oldtime.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/round.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/sys
-#usr/share/cargo/registry/chrono-0.4.19/src/sys.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/sys/stub.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/sys/unix.rs
-#usr/share/cargo/registry/chrono-0.4.19/src/sys/windows.rs
-#usr/share/cargo/registry/chrono-0.4.19/tests
-#usr/share/cargo/registry/chrono-0.4.19/tests/wasm.rs
+#usr/share/cargo/registry/chrono-0.4.22
+#usr/share/cargo/registry/chrono-0.4.22/.cargo-checksum.json
+#usr/share/cargo/registry/chrono-0.4.22/AUTHORS.txt
+#usr/share/cargo/registry/chrono-0.4.22/CHANGELOG.md
+#usr/share/cargo/registry/chrono-0.4.22/Cargo.toml
+#usr/share/cargo/registry/chrono-0.4.22/Cargo.toml.deps
+#usr/share/cargo/registry/chrono-0.4.22/LICENSE.txt
+#usr/share/cargo/registry/chrono-0.4.22/README.md
+#usr/share/cargo/registry/chrono-0.4.22/benches
+#usr/share/cargo/registry/chrono-0.4.22/benches/chrono.rs
+#usr/share/cargo/registry/chrono-0.4.22/benches/serde.rs
+#usr/share/cargo/registry/chrono-0.4.22/clippy.toml
+#usr/share/cargo/registry/chrono-0.4.22/rustfmt.toml
+#usr/share/cargo/registry/chrono-0.4.22/src
+#usr/share/cargo/registry/chrono-0.4.22/src/date.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/datetime
+#usr/share/cargo/registry/chrono-0.4.22/src/datetime/mod.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/datetime/rustc_serialize.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/datetime/serde.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/datetime/tests.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/format
+#usr/share/cargo/registry/chrono-0.4.22/src/format/locales.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/format/mod.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/format/parse.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/format/parsed.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/format/scan.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/format/strftime.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/lib.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/month.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/date.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/datetime
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/datetime/mod.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/datetime/rustc_serialize.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/datetime/serde.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/datetime/tests.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/internals.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/isoweek.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/mod.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/time
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/time/mod.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/time/rustc_serialize.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/time/serde.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/naive/time/tests.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/fixed.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local/mod.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local/stub.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local/tz_info
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local/tz_info/mod.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local/tz_info/parser.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local/tz_info/rule.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local/tz_info/timezone.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local/unix.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/local/windows.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/mod.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/offset/utc.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/oldtime.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/round.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/traits.rs
+#usr/share/cargo/registry/chrono-0.4.22/src/weekday.rs
+#usr/share/cargo/registry/chrono-0.4.22/tests
+#usr/share/cargo/registry/chrono-0.4.22/tests/wasm.rs
diff --git a/lfs/rust-chrono b/lfs/rust-chrono
index cac6a8033..35ab126a7 100644
--- a/lfs/rust-chrono
+++ b/lfs/rust-chrono
@@ -24,7 +24,7 @@
include Config
-VER = 0.4.19
+VER = 0.4.22
THISAPP = chrono-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = c92c273fb6475bbb2546dfb75eaa23321bc8f9a5fa8a7c652f527649b96ff8718fa932f52b500b02a4acae7837df5bdb14f69cb821d4962be2790dbd1d023a54
+$(DL_FILE)_BLAKE2 = 10dfae2fe871a9910bf885b78aaf3e9ed1bcb87a40962d781c8ea407a945b837c665c2bb4e3d0562ac63d9e7bd5012804434642ee6f5c80e22bc816d4331f1b0
install : $(TARGET)
@@ -73,7 +73,7 @@ $(subst %,%_BLAKE2,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/rust-chrono-0.4.19-fix-metadata.patch
+ cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/rust-chrono-0.4.22-fix-metadata.patch
cd $(DIR_APP) && $(CARGO_PREPARE)
cd $(DIR_APP) && $(CARGO_BUILD)
cd $(DIR_APP) && $(CARGO_INSTALL)
diff --git a/src/patches/rust-chrono-0.4.19-fix-metadata.patch b/src/patches/rust-chrono-0.4.19-fix-metadata.patch
deleted file mode 100644
index cf6861693..000000000
--- a/src/patches/rust-chrono-0.4.19-fix-metadata.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- chrono-0.4.19/Cargo.toml.original 2020-09-30 17:06:24.000000000 +0200
-+++ chrono-0.4.19/Cargo.toml 2022-06-16 17:27:21.440234723 +0200
-@@ -93,7 +93,7 @@
- __doctest = []
- __internal_bench = []
- alloc = []
--clock = ["libc", "std", "winapi"]
-+clock = ["libc", "std"]
- default = ["clock", "std", "oldtime"]
- oldtime = ["time"]
- std = []
-@@ -108,10 +108,7 @@
- optional = true
- [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
- version = "0.3"
--[target."cfg(windows)".dependencies.winapi]
--version = "0.3.0"
--features = ["std", "minwinbase", "minwindef", "timezoneapi"]
--optional = true
-+
- [badges.appveyor]
- repository = "chronotope/chrono"
-
diff --git a/src/patches/rust-chrono-0.4.22-fix-metadata.patch b/src/patches/rust-chrono-0.4.22-fix-metadata.patch
new file mode 100644
index 000000000..366db4495
--- /dev/null
+++ b/src/patches/rust-chrono-0.4.22-fix-metadata.patch
@@ -0,0 +1,49 @@
+--- chrono-0.4.22/Cargo.toml.original 1970-01-01 01:00:01.000000000 +0100
++++ chrono-0.4.22/Cargo.toml 2022-10-13 23:41:34.829910648 +0200
+@@ -115,14 +115,12 @@
+ alloc = []
+ clock = [
+ "std",
+- "winapi",
+ "iana-time-zone",
+ ]
+ default = [
+ "clock",
+ "std",
+ "oldtime",
+- "wasmbind",
+ ]
+ libc = []
+ oldtime = ["time"]
+@@ -131,31 +129,7 @@
+ "pure-rust-locales",
+ "alloc",
+ ]
+-wasmbind = [
+- "wasm-bindgen",
+- "js-sys",
+-]
+-
+-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
+-version = "0.3"
+-optional = true
+-
+-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
+-version = "0.2"
+-optional = true
+
+-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
+-version = "0.3"
+-
+-[target."cfg(windows)".dependencies.winapi]
+-version = "0.3.0"
+-features = [
+- "std",
+- "minwinbase",
+- "minwindef",
+- "timezoneapi",
+-]
+-optional = true
+
+ [badges.appveyor]
+ repository = "chronotope/chrono"
--
2.38.1
next prev parent reply other threads:[~2022-11-09 18:56 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-09 18:56 [PATCH 01/48] python3: Update to version 3.10.8 Adolf Belka
2022-11-09 18:56 ` [PATCH 02/48] make.sh: Addition, deletion and re-orderiong of packages for Python-3.10.8 Adolf Belka
2022-11-09 18:56 ` [PATCH 03/48] python3-Cython: Removal of this module from IPFire Adolf Belka
2022-11-09 18:56 ` [PATCH 04/48] python3-build: Update to version 0.8.0 and to work with python-3.10.8 Adolf Belka
2022-11-09 18:56 ` [PATCH 05/48] python3-daemon: Update to version 2.3.1 " Adolf Belka
2022-11-09 18:56 ` [PATCH 06/48] python3-pep517:Update to version 0.13.0 " Adolf Belka
2022-11-09 18:56 ` [PATCH 07/48] python3-setuptools-rust:Update to version 1.5.2 " Adolf Belka
2022-11-09 18:56 ` [PATCH 08/48] python3-setuptools-scm:Update to version 7.0.5 " Adolf Belka
2022-11-09 18:56 ` [PATCH 09/48] python3-cryptography:Update to version 38.0.1 " Adolf Belka
2022-11-09 18:56 ` Adolf Belka [this message]
2022-11-09 18:56 ` [PATCH 11/48] rust-iana-time-zone: Required by updated rust-chrono Adolf Belka
2022-11-09 18:56 ` [PATCH 12/48] rust-asn1: Update to version 0.12.2 - required by python3-cryptography Adolf Belka
2022-11-09 18:56 ` [PATCH 13/48] rust-asn1_derive:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 14/48] rust-ouroboros:Update to version 0.15.5 " Adolf Belka
2022-11-09 18:57 ` [PATCH 15/48] rust-ouroboros_macro:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 16/48] rust-pem:Update to version 1.1.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 17/48] rust-pyo3:Update to version 0.15.2 " Adolf Belka
2022-11-09 18:57 ` [PATCH 18/48] rust-pyo3-macros:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 19/48] rust-pyo3-macros-backend:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 20/48] rust-pyo3-build-config:Update " Adolf Belka
2022-11-09 18:57 ` [PATCH 21/48] python3-arrow:Update to version 1.2.3 and to work with python-3.10.8 Adolf Belka
2022-11-09 18:57 ` [PATCH 22/48] python3-attrs:Update to version 22.1.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 23/48] python3-botocore:Update to version 1.27.89 " Adolf Belka
2022-11-09 18:57 ` [PATCH 24/48] python3-certifi:Update to version 2022.9.4 " Adolf Belka
2022-11-09 18:57 ` [PATCH 25/48] python3-cffi:Update to version 1.15.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 26/48] python3-charset-normalizer:Update to version 2.1.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 27/48] python3-circuitbreaker:Update to version 1.4.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 28/48] python3-click:Update to version 8.1.3 " Adolf Belka
2022-11-09 18:57 ` [PATCH 29/48] python3-colorama:Update to version 0.4.5 " Adolf Belka
2022-11-09 18:57 ` [PATCH 30/48] python3-docutils:Update to version 0.19 " Adolf Belka
2022-11-09 18:57 ` [PATCH 31/48] python3-idna:Update to version 3.4 " Adolf Belka
2022-11-09 18:57 ` [PATCH 32/48] python3-jmespath:Update to version 1.0.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 33/48] python3-msgpack:Update to version 1.0.4 " Adolf Belka
2022-11-09 18:57 ` [PATCH 34/48] python3-pyfuse3:Update to version 3.2.2 " Adolf Belka
2022-11-09 18:57 ` [PATCH 35/48] python3-pyparsing:Update to version 3.0.9 " Adolf Belka
2022-11-09 18:57 ` [PATCH 36/48] python3-pytz:Update to version 2022.4 " Adolf Belka
2022-11-09 18:57 ` [PATCH 37/48] python3-requests:Update to version 2.28.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 38/48] python3-rsa:Update to version 4.9 " Adolf Belka
2022-11-09 18:57 ` [PATCH 39/48] python3-s3transfer:Update to version 0.6.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 40/48] python3-semantic_version:Update to version 2.10.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 41/48] python3-setuptools:Update to version 65.4.1 " Adolf Belka
2022-11-09 18:57 ` [PATCH 42/48] python3-sniffio:Update to version 1.3.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 43/48] python3-trio:Update to version 0.22.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 44/48] python3-typing_extensions:Update to version 4.4.0 " Adolf Belka
2022-11-09 18:57 ` [PATCH 45/48] python3-urllib3:Update to version 1.26.12 " Adolf Belka
2022-11-09 18:57 ` [PATCH 46/48] python3-flit:Modify lfs " Adolf Belka
2022-11-09 18:57 ` [PATCH 47/48] libplist: Update rootfile for operation " Adolf Belka
2022-11-09 18:57 ` [PATCH 48/48] iotop: Modified rootfile " Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221109185734.3920-10-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox