17
0

Accepting request 989261 from home:bnavigator:branches:devel:languages:python

- Remove ancient pathlib requirement for python3. It is part of the
  stdlib since Python 3.4

OBS-URL: https://build.opensuse.org/request/show/989261
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json_tricks?expand=0&rev=21
This commit is contained in:
2022-07-15 07:08:18 +00:00
committed by Git OBS Bridge
parent a9824a1d15
commit 3cfb6b00a9
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 14 17:58:22 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Remove ancient pathlib requirement for python3. It is part of the
stdlib since Python 3.4
-------------------------------------------------------------------
Mon Apr 19 06:34:11 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-json_tricks
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
%define skip_python36 1
Name: python-json_tricks
Version: 3.15.5
Release: 0
@@ -31,20 +30,20 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Recommends: python-numpy
Recommends: python-pandas
Recommends: python-pathlib
Recommends: python-pytz
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pathlib}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
%if %{with python2}
BuildRequires: python-enum34
BuildRequires: python-pathlib
%endif
# /SECTION
%ifpython2
Requires: python-pathlib
Recommends: python-enum34
%endif
%python_subpackages
@@ -78,6 +77,7 @@ As well as compression and disallowing duplicate keys.
%files %{python_files}
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*
%{python_sitelib}/json_tricks
%{python_sitelib}/json_tricks-%{version}*-info
%changelog