Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 2022g (0.3.x) #148

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changes between the versions

### 0.3.10 (2022-11-30)

* Update to 2022g

### 0.3.9 (2022-10-29)

* Update to 2022f
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb"
version = "0.3.9"
version = "0.3.10"
edition = "2018"
authors = ["René Kijewski <crates.io@k6i.de>"]
repository = "https://github.com/Kijewski/tzdb"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DELETE_ON_ERROR:

TZDB_VERSION := tzdb-2022f
TZDB_VERSION := tzdb-2022g

src/generated/mod.rs: tmp/${TZDB_VERSION}/usr/share/zoneinfo/
cargo r --package make-tzdb --bin make-tzdb -- $(@D) $<
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Static time zone information for [tz-rs](https://crates.io/crates/tz-rs).

This crate provides all time zones found in the [Time Zone Database](https://www.iana.org/time-zones),
currently in the version 2022f (released 2022-10-28).
currently in the version 2022g (released 2022-11-29).

See the documentation for a full list the the contained time zones:
<https://docs.rs/tzdb/latest/tzdb/time_zone/index.html>
Expand Down
805 changes: 420 additions & 385 deletions src/generated/mod.rs

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions src/generated/raw_time_zones_by_name.inc.rs

Large diffs are not rendered by default.

498 changes: 255 additions & 243 deletions src/generated/raw_tzdata.rs

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions src/generated/time_zones_by_name.inc.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/generated/time_zones_list.inc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"America/Cayman",
"America/Chicago",
"America/Chihuahua",
"America/Ciudad_Juarez",
"America/Coral_Harbour",
"America/Cordoba",
"America/Costa_Rica",
Expand Down Expand Up @@ -149,7 +150,6 @@
"America/Nome",
"America/Noronha",
"America/Nuuk",
"America/Ojinaga",
"America/Panama",
"America/Pangnirtung",
"America/Paramaribo",
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
//! Static time zone information for [tz-rs](https://crates.io/crates/tz-rs).
//!
//! This crate provides all time zones found in the [Time Zone Database](https://www.iana.org/time-zones),
//! currently in the version 2022f (released 2022-10-28).
//! currently in the version 2022g (released 2022-11-29).
//!
//! See the documentation for a full list the the contained time zones:
//! <https://docs.rs/tzdb/latest/tzdb/time_zone/index.html>
Expand Down Expand Up @@ -105,10 +105,10 @@ pub mod changelog {
}

/// The version of the source Time Zone Database
pub const VERSION: &str = "2022f";
pub const VERSION: &str = "2022g";

/// The SHA512 hash of the source Time Zone Database (using the "Complete Distribution")
pub const VERSION_HASH: &str = "1dd9f8fc3e9fa113a72010b9bceb04c7540b1175801fbd15b591a6bca9400503c6683a4c89f83e08d77f5b78624a005113a8fc428c552a2a4a2b8d26de110141";
pub const VERSION_HASH: &str = "f471046189f519de5735ac2d8c3edb27cbe925247b06f44634e700e5e4453ec5f715d85256fc74d300bcdaa070a7600fcc054327f2dfe743ab3c0fe404ff83c1";

Check failure

Code scanning / devskim

Do not store tokens or keys in source code.

Do not store tokens or keys in source code.

/// Find a time zone by name, e.g. `"Europe/Berlin"` (case-insensitive)
///
Expand Down
1 change: 0 additions & 1 deletion tzdb-2022f.tar.lz.sha

This file was deleted.

1 change: 1 addition & 0 deletions tzdb-2022g.tar.lz.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f471046189f519de5735ac2d8c3edb27cbe925247b06f44634e700e5e4453ec5f715d85256fc74d300bcdaa070a7600fcc054327f2dfe743ab3c0fe404ff83c1 tmp/tzdb-2022g.tar.lz