Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-uritemplate for openSUSE:Factory checked in at 2023-02-11 21:57:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uritemplate (Old) and /work/SRC/openSUSE:Factory/.python-uritemplate.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uritemplate" Sat Feb 11 21:57:13 2023 rev:8 rq:1064338 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uritemplate/python-uritemplate.changes 2021-11-07 00:19:32.120553200 +0100 +++ /work/SRC/openSUSE:Factory/.python-uritemplate.new.1848/python-uritemplate.changes 2023-02-11 21:57:50.787817929 +0100 @@ -1,0 +2,5 @@ +Fri Feb 10 21:05:49 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Remove completely unnecessary dependency on python-simplejson. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uritemplate.spec ++++++ --- /var/tmp/diff_new_pack.dKPeEz/_old 2023-02-11 21:57:51.127820045 +0100 +++ /var/tmp/diff_new_pack.dKPeEz/_new 2023-02-11 21:57:51.131820071 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-uritemplate # -# Copyright (c) 2021 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,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 %bcond_without tests Name: python-uritemplate @@ -28,10 +27,8 @@ URL: https://pypi.python.org/pypi/uritemplate Source: https://files.pythonhosted.org/packages/source/u/uritemplate/uritemplate-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module simplejson} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-simplejson BuildArch: noarch %python_subpackages @@ -40,7 +37,7 @@ templates up to and including Level 4 in that specification %prep -%setup -q -n uritemplate-%{version} +%autosetup -p1 -n uritemplate-%{version} %build %python_build @@ -59,6 +56,7 @@ %files %{python_files} %license LICENSE LICENSE.* %doc AUTHORS.rst HISTORY.rst README.rst -%{python_sitelib}/* +%{python_sitelib}/uritemplate +%{python_sitelib}/uritemplate-%{version}*-info %changelog