15
0
forked from pool/python-plette

Accepting request 1056662 from home:yarunachalam:branches:devel:languages:python

- Update to 0.4.4 
  * Add validation for pipenv section
  * Add more tests
- Update to 0.4.3 (2022-12-13)
  Bug Fixes
  * Validate that package extras are a list

OBS-URL: https://build.opensuse.org/request/show/1056662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plette?expand=0&rev=9
This commit is contained in:
2023-01-06 18:59:36 +00:00
committed by Git OBS Bridge
parent 56bd98f89c
commit 734cbf5b59
4 changed files with 17 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-plette
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-plette
Version: 0.4.2
Version: 0.4.4
Release: 0
Summary: Structured Pipfile and Pipfile.lock models
License: ISC
@@ -28,7 +28,7 @@ Source: https://github.com/sarugaku/plette/archive/refs/tags/v%{version}
# See https://github.com/sarugaku/plette/issues/8
Patch0: ignore-hashlib-case.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 36.2.2}
BuildRequires: %{python_module setuptools >= 61.0.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros