From 483cd0f0d185db5f157abefbfc3ef5f5ae7880421bb65bc485957dc9656ced0e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 27 May 2023 19:47:47 +0000 Subject: [PATCH] - update to 2.9.0: * Explicitly error when attempting to install on PyPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=21 --- python-time-machine-2.8.2.tar.gz | 3 --- python-time-machine-2.9.0.tar.gz | 3 +++ python-time-machine.changes | 6 ++++++ python-time-machine.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 python-time-machine-2.8.2.tar.gz create mode 100644 python-time-machine-2.9.0.tar.gz diff --git a/python-time-machine-2.8.2.tar.gz b/python-time-machine-2.8.2.tar.gz deleted file mode 100644 index d82b393..0000000 --- a/python-time-machine-2.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e17cd56da15a78ffc38f948b0592e509db394d3f86d7b8bd974ac3dd686932e -size 27856 diff --git a/python-time-machine-2.9.0.tar.gz b/python-time-machine-2.9.0.tar.gz new file mode 100644 index 0000000..7d5bda5 --- /dev/null +++ b/python-time-machine-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c356560a2af1b3235da6deeeb68de67afda2bcfbe2a810e211ae4c5df3684a4 +size 28043 diff --git a/python-time-machine.changes b/python-time-machine.changes index 1a3559f..6aee31d 100644 --- a/python-time-machine.changes +++ b/python-time-machine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 27 19:44:39 UTC 2023 - Dirk Müller + +- update to 2.9.0: + * Explicitly error when attempting to install on PyPy. + ------------------------------------------------------------------- Tue Apr 11 08:32:21 UTC 2023 - Dominique Leuenberger diff --git a/python-time-machine.spec b/python-time-machine.spec index 3b18c92..59bfa8b 100644 --- a/python-time-machine.spec +++ b/python-time-machine.spec @@ -19,7 +19,7 @@ %define skip_python2 1 Name: python-time-machine Group: Development/Languages/Python -Version: 2.8.2 +Version: 2.9.0 Release: 0 Summary: Travel through time in your tests License: MIT