George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-time-machine
Commits:
d19832b4 by George Rawlinson at 2025-11-19T01:00:48+00:00
reuse: simplify conf
- - - - -
899286c9 by George Rawlinson at 2025-11-19T01:04:10+00:00
upgpkg: 3.0.0-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-time-machine
pkgdesc = Travel through time in your tests
- pkgver = 2.19.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/adamchainz/time-machine
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = python-time-machine
depends = python-dateutil
optdepends = python-pytest: for pytest plugin
optdepends = python-tokenize-rt: for the migration tool
- source =
python-time-machine::git+https://github.com/adamchainz/time-machine#tag=2.19.0
- b2sums =
146e5dcc6b76116aa272b20fd652dd225a7e6d9a847d26c2f5e741cf728756c3919361706c6d028254a276e8f5a078dc07048dd854d45f594686a3b85a59f781
+ source =
python-time-machine::git+https://github.com/adamchainz/time-machine#tag=3.0.0
+ b2sums =
5cb4e0f362a2dc3832ac0f62d296a1239a8d36db9abbad09771e7d8feecc41df1cf66c8f908f68e9f0010b5b2e5b448ff002c0f45a63e0fa5f3f64c76ce22490
pkgname = python-time-machine
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=python-time-machine
-pkgver=2.19.0
+pkgver=3.0.0
pkgrel=1
pkgdesc='Travel through time in your tests'
arch=('x86_64')
@@ -29,7 +29,7 @@ optdepends=(
'python-tokenize-rt: for the migration tool'
)
source=("$pkgname::git+$url#tag=$pkgver")
-b2sums=('146e5dcc6b76116aa272b20fd652dd225a7e6d9a847d26c2f5e741cf728756c3919361706c6d028254a276e8f5a078dc07048dd854d45f594686a3b85a59f781')
+b2sums=('5cb4e0f362a2dc3832ac0f62d296a1239a8d36db9abbad09771e7d8feecc41df1cf66c8f908f68e9f0010b5b2e5b448ff002c0f45a63e0fa5f3f64c76ce22490')
build() {
cd "$pkgname"
=====================================
REUSE.toml
=====================================
@@ -7,16 +7,6 @@ path = [
"keys/**",
".SRCINFO",
".nvchecker.toml",
- "*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-time-machine/-/compare/94c66ccfe68c5bc3fedfe01d6ad4e7204547ff5a...899286c9c4b2251d5b8e26bc239c52ef9a0393cc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-time-machine/-/compare/94c66ccfe68c5bc3fedfe01d6ad4e7204547ff5a...899286c9c4b2251d5b8e26bc239c52ef9a0393cc
You're receiving this email because of your account on gitlab.archlinux.org.