From 1b290c322fc501b7a8cc09f4a0c2a8983560d2ef4bac0c3641c840b44809f118 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 29 Dec 2023 12:46:16 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.0.5:=20=20=20*=20Move=20Cod?= =?UTF-8?q?eQL=20from=20advanced=20configuration=20file=20to=20GitHub?= =?UTF-8?q?=E2=80=99s=20default=20=20=20*=20Add=20docstrings=20to=20functi?= =?UTF-8?q?ons,=20methods,=20classes,=20and=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gp-libs?expand=0&rev=3 --- gp_libs-0.0.4.tar.gz | 3 --- gp_libs-0.0.5.tar.gz | 3 +++ python-gp-libs.changes | 7 +++++++ python-gp-libs.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 gp_libs-0.0.4.tar.gz create mode 100644 gp_libs-0.0.5.tar.gz diff --git a/gp_libs-0.0.4.tar.gz b/gp_libs-0.0.4.tar.gz deleted file mode 100644 index 58d8736..0000000 --- a/gp_libs-0.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f643f1c7d450310689b63c2f07f774e499514e6340fea13167da3f1139c6cb2 -size 17455 diff --git a/gp_libs-0.0.5.tar.gz b/gp_libs-0.0.5.tar.gz new file mode 100644 index 0000000..4f563fa --- /dev/null +++ b/gp_libs-0.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5f43d2d362be9f8fb4bac0ccaaf27dd17f5642fee0f3f948e80375e2554a13 +size 18066 diff --git a/python-gp-libs.changes b/python-gp-libs.changes index 78ffb8b..432d91d 100644 --- a/python-gp-libs.changes +++ b/python-gp-libs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 29 12:45:26 UTC 2023 - Dirk Müller + +- update to 0.0.5: + * Move CodeQL from advanced configuration file to GitHub’s default + * Add docstrings to functions, methods, classes, and packages + ------------------------------------------------------------------- Tue Nov 21 06:23:29 UTC 2023 - Johannes Kastl diff --git a/python-gp-libs.spec b/python-gp-libs.spec index d3a1326..63f781f 100644 --- a/python-gp-libs.spec +++ b/python-gp-libs.spec @@ -17,18 +17,18 @@ Name: python-gp-libs -Version: 0.0.4 +Version: 0.0.5 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-rpm-macros -BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} -BuildRequires: %{python_module poetry-core >= 1.0.0} BuildRequires: %{python_module docutils} BuildRequires: %{python_module myst-parser} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core >= 1.0.0} +BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-rerunfailures}