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}