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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa6bd3106939da0f072a214e7bd33eb69736132068a877c0a528ad09eb6b162a
size 34805

3
plette-0.4.4.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 6 17:11:13 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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
-------------------------------------------------------------------
Mon Oct 17 12:20:21 UTC 2022 - pgajdos@suse.com

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