diff --git a/dparse-0.6.2.tar.gz b/dparse-0.6.2.tar.gz deleted file mode 100644 index 96c2bdb..0000000 --- a/dparse-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d45255bda21f998bc7ddf2afd5e62505ba6134756ba2d42a84c56b0826614dfe -size 20181 diff --git a/dparse-0.6.3.tar.gz b/dparse-0.6.3.tar.gz new file mode 100644 index 0000000..e9dba25 --- /dev/null +++ b/dparse-0.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bb8b4bcaefec3997697ba3f6e06b2447200ba273c0b085c3d012a04571b528 +size 20316 diff --git a/python-dparse.changes b/python-dparse.changes index da11650..c9de92b 100644 --- a/python-dparse.changes +++ b/python-dparse.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 1 20:47:20 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-dparse.spec b/python-dparse.spec index 857593f..ccd6302 100644 --- a/python-dparse.spec +++ b/python-dparse.spec @@ -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