George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-time-machine
Commits:
0d2eb93b by George Rawlinson at 2025-11-21T20:00:47+00:00
upgpkg: 3.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-time-machine
pkgdesc = Travel through time in your tests
- pkgver = 3.0.0
+ pkgver = 3.1.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=3.0.0
- b2sums =
5cb4e0f362a2dc3832ac0f62d296a1239a8d36db9abbad09771e7d8feecc41df1cf66c8f908f68e9f0010b5b2e5b448ff002c0f45a63e0fa5f3f64c76ce22490
+ source =
python-time-machine::git+https://github.com/adamchainz/time-machine#tag=3.1.0
+ b2sums =
f09b316f4d88084d467f7f0b1c177770e099ec58b71f0726cb63ec29e56d35ea3b94166175707339130ab212a3e7dac9c23dd227e97e470a96ac73d02aff2751
pkgname = python-time-machine
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=python-time-machine
-pkgver=3.0.0
+pkgver=3.1.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=('5cb4e0f362a2dc3832ac0f62d296a1239a8d36db9abbad09771e7d8feecc41df1cf66c8f908f68e9f0010b5b2e5b448ff002c0f45a63e0fa5f3f64c76ce22490')
+b2sums=('f09b316f4d88084d467f7f0b1c177770e099ec58b71f0726cb63ec29e56d35ea3b94166175707339130ab212a3e7dac9c23dd227e97e470a96ac73d02aff2751')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-time-machine/-/commit/0d2eb93b8c9318fd4f7a25c60c70e185cfd45562
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-time-machine/-/commit/0d2eb93b8c9318fd4f7a25c60c70e185cfd45562
You're receiving this email because of your account on gitlab.archlinux.org.