Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-weblate-language-data for
openSUSE:Factory checked in at 2024-01-03 12:24:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-weblate-language-data (Old)
and /work/SRC/openSUSE:Factory/.python-weblate-language-data.new.28375
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-weblate-language-data"
Wed Jan 3 12:24:03 2024 rev:6 rq:1135613 version:2023.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-weblate-language-data/python-weblate-language-data.changes
2022-12-15 19:24:53.771950821 +0100
+++
/work/SRC/openSUSE:Factory/.python-weblate-language-data.new.28375/python-weblate-language-data.changes
2024-01-03 12:24:06.173536874 +0100
@@ -1,0 +2,6 @@
+Fri Dec 29 09:39:56 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 2023.9:
+ * translation updates
+
+-------------------------------------------------------------------
Old:
----
weblate-language-data-2022.9.tar.gz
New:
----
weblate-language-data-2023.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-weblate-language-data.spec ++++++
--- /var/tmp/diff_new_pack.jigK0v/_old 2024-01-03 12:24:07.481584669 +0100
+++ /var/tmp/diff_new_pack.jigK0v/_new 2024-01-03 12:24:07.481584669 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-weblate-language-data
#
-# Copyright (c) 2022 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
@@ -20,14 +20,15 @@
%define modname weblate-language-data
%define skip_python2 1
Name: python-weblate-language-data
-Version: 2022.9
+Version: 2023.9
Release: 0
Summary: Language Data for Weblate
License: MIT
URL: https://github.com/WeblateOrg/language-data
Source0:
https://files.pythonhosted.org/packages/source/w/%{modname}/%{modname}-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module translate-toolkit >= 3.1}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -42,14 +43,15 @@
%setup -q -n %{modname}-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}/weblate_language_data
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/weblate_language_data
+%{python_sitelib}/weblate_language_data-%{version}.dist-info
++++++ weblate-language-data-2022.9.tar.gz ->
weblate-language-data-2023.9.tar.gz ++++++
++++ 122509 lines of diff (skipped)