15
0
forked from pool/python-dparse

- update to 0.6.3:

* Use the modern tomli/tomllib to parse TOML files.
  * Drop Python 3.5 from our CI.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=13
This commit is contained in:
2023-07-01 20:47:38 +00:00
committed by Git OBS Bridge
parent f5bddfaaca
commit 61b41f1370
4 changed files with 13 additions and 8 deletions

View File

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

3
dparse-0.6.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 1 20:47:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.6.3:
* Use the modern tomli/tomllib to parse TOML files.
* Drop Python 3.5 from our CI.
-------------------------------------------------------------------
Thu Oct 27 22:55:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dparse
#
# 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
@@ -16,11 +16,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
%define skip_python2 1
Name: python-dparse
Version: 0.6.2
Version: 0.6.3
Release: 0
Summary: Python dependency file parser
License: MIT
@@ -32,13 +30,13 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
Requires: python-packaging
Requires: (python-tomli if python-base < 3.11)
Recommends: python-pipenv
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module toml}
%endif
%python_subpackages