Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-json_tricks for openSUSE:Factory checked in at 2022-07-15 13:52:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-json_tricks (Old) and /work/SRC/openSUSE:Factory/.python-json_tricks.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-json_tricks" Fri Jul 15 13:52:46 2022 rev:10 rq:989340 version:3.15.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-json_tricks/python-json_tricks.changes 2021-04-19 21:06:19.816059138 +0200 +++ /work/SRC/openSUSE:Factory/.python-json_tricks.new.1523/python-json_tricks.changes 2022-07-15 13:53:00.255573622 +0200 @@ -1,0 +2,6 @@ +Thu Jul 14 17:58:22 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Remove ancient pathlib requirement for python3. It is part of the + stdlib since Python 3.4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-json_tricks.spec ++++++ --- /var/tmp/diff_new_pack.3iERCh/_old 2022-07-15 13:53:00.691573764 +0200 +++ /var/tmp/diff_new_pack.3iERCh/_new 2022-07-15 13:53:00.691573764 +0200 @@ -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: 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 @@ %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/json_tricks +%{python_sitelib}/json_tricks-%{version}*-info %changelog