time: bump version to 2.0.2-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
44e7ca98cd
commit
aa12dcbba0
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-time"
|
||||
description = "time utilities and TmEditor"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,13 @@
|
||||
rust-proxmox-time (2.0.2-1) bookworm; urgency=medium
|
||||
|
||||
* time span:
|
||||
- drop trailing space when not showing seconds at end
|
||||
- avoid displaying months with a minute time unit
|
||||
- use single-letter time unit variant for displaying minutes
|
||||
- add basic module level docs
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 17 Oct 2024 16:13:23 +0200
|
||||
|
||||
rust-proxmox-time (2.0.1-1) bookworm; urgency=medium
|
||||
|
||||
* replace lazy_static with std's LazyLock and drop dependency
|
||||
|
@ -1,10 +1,10 @@
|
||||
Source: rust-proxmox-time
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 25),
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native (>= 1.80) <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-bitflags-2+default-dev (>= 2.4-~~) <!nocheck>,
|
||||
@ -13,9 +13,10 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~) <!nocheck>,
|
||||
librust-nom-7+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.2
|
||||
Standards-Version: 4.7.0
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
Homepage: https://proxmox.com
|
||||
X-Cargo-Crate: proxmox-time
|
||||
Rules-Requires-Root: no
|
||||
|
||||
@ -36,7 +37,7 @@ Provides:
|
||||
librust-proxmox-time-2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-2.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-2.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-2.0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-2.0.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-time-2.0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-2.0.2+default-dev (= ${binary:Version})
|
||||
Description: Time utilities and TmEditor - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-time"
|
||||
|
Loading…
Reference in New Issue
Block a user