From aaecb52f339e015e5fe60065e79253329ede1ebc8e006f7e01c7c6dd2fde61bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 3 Apr 2020 08:27:25 +0000 Subject: [PATCH] Accepting request 791127 from home:mcalabkova:branches:devel:languages:python - update to 0.5.0 * Dropped Python 2.7, 3.3, 3.4 support * Removed six package * Removed pinned dependencies of tests * Dropped setup.py tests support in favor of tox OBS-URL: https://build.opensuse.org/request/show/791127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dparse?expand=0&rev=4 --- dparse-0.4.1.tar.gz | 3 --- dparse-0.5.0.tar.gz | 3 +++ python-dparse.changes | 9 +++++++++ python-dparse.spec | 9 +++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 dparse-0.4.1.tar.gz create mode 100644 dparse-0.5.0.tar.gz diff --git a/dparse-0.4.1.tar.gz b/dparse-0.4.1.tar.gz deleted file mode 100644 index 05df62a..0000000 --- a/dparse-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00a5fdfa900629e5159bf3600d44905b333f4059a3366f28e0dbd13eeab17b19 -size 31653 diff --git a/dparse-0.5.0.tar.gz b/dparse-0.5.0.tar.gz new file mode 100644 index 0000000..7b060c8 --- /dev/null +++ b/dparse-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db349e53f6d03c8ee80606c49b35f515ed2ab287a8e1579e2b4bdf52b12b1530 +size 23137 diff --git a/python-dparse.changes b/python-dparse.changes index 6f8c866..6050a90 100644 --- a/python-dparse.changes +++ b/python-dparse.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 3 08:12:12 UTC 2020 - Marketa Calabkova + +- update to 0.5.0 + * Dropped Python 2.7, 3.3, 3.4 support + * Removed six package + * Removed pinned dependencies of tests + * Dropped setup.py tests support in favor of tox + ------------------------------------------------------------------- Tue Apr 16 12:30:22 CEST 2019 - Matej Cepl diff --git a/python-dparse.spec b/python-dparse.spec index 353d36c..6901b85 100644 --- a/python-dparse.spec +++ b/python-dparse.spec @@ -1,7 +1,7 @@ # # spec file for package python-dparse # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test +%define skip_python2 1 Name: python-dparse -Version: 0.4.1 +Version: 0.5.0 Release: 0 Summary: Python dependency file parser License: MIT @@ -31,14 +32,13 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML Requires: python-packaging -Requires: python-six Recommends: python-pipenv BuildArch: noarch %if %{with test} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} +BuildRequires: %{python_module toml} %endif %python_subpackages @@ -60,6 +60,7 @@ A parser for Python dependency files. %check # There is a bug in the pipenv support, related to writing a new toml file. # Both dparse and pipenv have a vendored copy of different toml libraries. +# and even more, we do not have pipenv in our distribution %pytest --deselect 'tests/test_updater.py::test_update_pipfile' %endif