Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Tempita for openSUSE:Factory checked in at 2022-03-22 19:39:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Tempita (Old) and /work/SRC/openSUSE:Factory/.python-Tempita.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Tempita" Tue Mar 22 19:39:46 2022 rev:15 rq:963785 version:0.5.2+git.1630978236.a30af77 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Tempita/python-Tempita.changes 2019-11-22 10:21:21.665335268 +0100 +++ /work/SRC/openSUSE:Factory/.python-Tempita.new.25692/python-Tempita.changes 2022-03-22 19:39:48.747065504 +0100 @@ -1,0 +2,15 @@ +Mon Mar 21 20:46:04 UTC 2022 - mc...@cepl.eu + +- Update to version 0.5.2+git.1630978236.a30af77: + * Update to Python 3.6, drop 2to3 + * invalid commands + * versionbump + * shebang + * small performance patch for Tempita + * order imports + * compatability is hard + * py3 unicode +- Switch upstream (the original is so dead, it is hard to find it + even in the Web Archive; gh#nsoranzo/tempita#1). + +------------------------------------------------------------------- Old: ---- Tempita-0.5.2.tar.gz New: ---- _service _servicedata tempita-0.5.2+git.1630978236.a30af77.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Tempita.spec ++++++ --- /var/tmp/diff_new_pack.I7xe9h/_old 2022-03-22 19:39:49.295066079 +0100 +++ /var/tmp/diff_new_pack.I7xe9h/_new 2022-03-22 19:39:49.299066083 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Tempita # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,19 +18,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Tempita -Version: 0.5.2 +Version: 0.5.2+git.1630978236.a30af77 Release: 0 Summary: A very small text templating language License: MIT -URL: http://pythonpaste.org/tempita/ -Source: https://files.pythonhosted.org/packages/source/T/Tempita/Tempita-%{version}.tar.gz +URL: https://github.com/nsoranzo/tempita +Source: tempita-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: %{python_module xml} +BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -%ifpython2 -Provides: python-tempita = %{version} -Obsoletes: python-tempita < %{version} -%endif %python_subpackages %description @@ -42,15 +42,17 @@ Python in strings, and it doesn't do much else. %prep -%setup -q -n Tempita-%{version} +%setup -q -n tempita-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%{python_sitelib}/* +%{python_sitelib}/Tempita* +%{python_sitelib}/tempita* %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/nsoranzo/tempita.git</param> <param name="scm">git</param> <param name="versionprefix">0.5.2+git</param> <param name="revision">main</param> <param name="changesgenerate">enable</param> <param name="changesauthor">mc...@cepl.eu</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service mode="disabled" name="set_version" /> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/nsoranzo/tempita.git</param> <param name="changesrevision">a30af77422444985d43e249e035963a0e131ea05</param></service></servicedata> (No newline at EOF)