15
0

- update to 0.0.5:

* Move CodeQL from advanced configuration file to GitHub’s default
  * Add docstrings to functions, methods, classes, and packages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gp-libs?expand=0&rev=3
This commit is contained in:
2023-12-29 12:46:16 +00:00
committed by Git OBS Bridge
parent 67cf6d64d4
commit 1b290c322f
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f643f1c7d450310689b63c2f07f774e499514e6340fea13167da3f1139c6cb2
size 17455

3
gp_libs-0.0.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e5f43d2d362be9f8fb4bac0ccaaf27dd17f5642fee0f3f948e80375e2554a13
size 18066

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 29 12:45:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.0.5:
* Move CodeQL from advanced configuration file to GitHubs default
* Add docstrings to functions, methods, classes, and packages
-------------------------------------------------------------------
Tue Nov 21 06:23:29 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -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}