15
0

- 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
This commit is contained in:
2024-04-15 06:11:21 +00:00
committed by Git OBS Bridge
parent 1b290c322f
commit 6cbbdae9ed
4 changed files with 17 additions and 9 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 15 06:10:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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