From 6cbbdae9eddaa71927484919d3ca3f3c4e937bd7162796a8d1c73f2f1fc8bd96 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Apr 2024 06:11:21 +0000 Subject: [PATCH] - update to 0.0.7: * support pytest 8 * ruff related reformatting * pin only new versions as legacy versions are untested OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gp-libs?expand=0&rev=5 --- gp_libs-0.0.5.tar.gz | 3 --- gp_libs-0.0.7.tar.gz | 3 +++ python-gp-libs.changes | 8 ++++++++ python-gp-libs.spec | 12 ++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 gp_libs-0.0.5.tar.gz create mode 100644 gp_libs-0.0.7.tar.gz diff --git a/gp_libs-0.0.5.tar.gz b/gp_libs-0.0.5.tar.gz deleted file mode 100644 index 4f563fa..0000000 --- a/gp_libs-0.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e5f43d2d362be9f8fb4bac0ccaaf27dd17f5642fee0f3f948e80375e2554a13 -size 18066 diff --git a/gp_libs-0.0.7.tar.gz b/gp_libs-0.0.7.tar.gz new file mode 100644 index 0000000..739856f --- /dev/null +++ b/gp_libs-0.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc76579611cbd8a9d0cb7949fd2ca4dd05c1106dd2a852717871e0ca9f1e5c6 +size 18839 diff --git a/python-gp-libs.changes b/python-gp-libs.changes index 432d91d..de08db1 100644 --- a/python-gp-libs.changes +++ b/python-gp-libs.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 15 06:10:36 UTC 2024 - Dirk Müller + +- update to 0.0.7: + * support pytest 8 + * ruff related reformatting + * pin only new versions as legacy versions are untested + ------------------------------------------------------------------- Fri Dec 29 12:45:26 UTC 2023 - Dirk Müller diff --git a/python-gp-libs.spec b/python-gp-libs.spec index 63f781f..484291b 100644 --- a/python-gp-libs.spec +++ b/python-gp-libs.spec @@ -1,7 +1,7 @@ # # spec file for package python-gp-libs # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: python-gp-libs -Version: 0.0.5 +Version: 0.0.7 Release: 0 Summary: Internal utilities for projects following git-pull python package spec License: MIT URL: https://gp-libs.git-pull.com Source: https://files.pythonhosted.org/packages/source/g/gp-libs/gp_libs-%{version}.tar.gz -BuildRequires: %{python_module docutils} -BuildRequires: %{python_module myst-parser} +BuildRequires: %{python_module docutils >= 0.20.1} +BuildRequires: %{python_module myst-parser >= 2.0.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core >= 1.0.0} BuildRequires: %{python_module wheel} @@ -34,8 +34,8 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-rerunfailures} # /SECTION BuildRequires: fdupes -Requires: python-docutils -Requires: python-myst-parser +Requires: python-docutils >= 0.20.1 +Requires: python-myst-parser >= 2.0.0 BuildArch: noarch %python_subpackages