From 43945f62a19a709653c2f72c17e4d2b7bf69de04bb4470db8a2938ee3223e5ca Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Dec 2025 11:26:22 +0000 Subject: [PATCH] - update to 1.1.0: * Add support for 3.14 and drop 3.9|3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-process?expand=0&rev=8 --- devpi_process-1.0.2.tar.gz | 3 --- devpi_process-1.1.0.tar.gz | 3 +++ python-devpi-process.changes | 6 ++++++ python-devpi-process.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 devpi_process-1.0.2.tar.gz create mode 100644 devpi_process-1.1.0.tar.gz diff --git a/devpi_process-1.0.2.tar.gz b/devpi_process-1.0.2.tar.gz deleted file mode 100644 index e103b52..0000000 --- a/devpi_process-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:412fdc7c28c38f0c9cf3487242bdb6800eeecec1dbf31f67140e59a0178a466c -size 11387 diff --git a/devpi_process-1.1.0.tar.gz b/devpi_process-1.1.0.tar.gz new file mode 100644 index 0000000..7387b8a --- /dev/null +++ b/devpi_process-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdb23f6cd8360337083033d861d8931bb2e0194331dfa355d2d3270b078f3a4 +size 11443 diff --git a/python-devpi-process.changes b/python-devpi-process.changes index 82498ea..4acaf04 100644 --- a/python-devpi-process.changes +++ b/python-devpi-process.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 13 11:25:51 UTC 2025 - Dirk Müller + +- update to 1.1.0: + * Add support for 3.14 and drop 3.9|3.8 + ------------------------------------------------------------------- Thu Oct 10 15:42:53 UTC 2024 - Dirk Müller diff --git a/python-devpi-process.spec b/python-devpi-process.spec index 2c679ac..b220b79 100644 --- a/python-devpi-process.spec +++ b/python-devpi-process.spec @@ -1,7 +1,7 @@ # # spec file for package python-devpi-process # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} %define skip_python39 1 Name: python-devpi-process%{psuffix} -Version: 1.0.2 +Version: 1.1.0 Release: 0 Summary: Programmatic API to create and use a devpi server process License: MIT