Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-setuptools-gettext for
openSUSE:Factory checked in at 2025-03-31 11:43:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools-gettext (Old)
and /work/SRC/openSUSE:Factory/.python-setuptools-gettext.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools-gettext"
Mon Mar 31 11:43:08 2025 rev:5 rq:1265487 version:0.1.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-setuptools-gettext/python-setuptools-gettext.changes
2024-02-02 15:47:40.285537659 +0100
+++
/work/SRC/openSUSE:Factory/.python-setuptools-gettext.new.2696/python-setuptools-gettext.changes
2025-03-31 11:44:33.431587794 +0200
@@ -1,0 +2,15 @@
+Sun Mar 30 08:12:49 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 0.1.14:
+ * Avoid importing convert_path from distutils, which is gone in
+ Python 3.12
+- update to 0.1.13:
+ * Fix wheel building
+- update to 0.1.12:
+ * replace logging.warn with logging.warning
+ * Support wheel building
+ * Update pip with dependabot
+ * Ruff fixes
+ * Drop python 3.7 support
+
+-------------------------------------------------------------------
Old:
----
setuptools-gettext-0.1.11.tar.gz
New:
----
setuptools_gettext-0.1.14.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-setuptools-gettext.spec ++++++
--- /var/tmp/diff_new_pack.FHVOML/_old 2025-03-31 11:44:34.051613522 +0200
+++ /var/tmp/diff_new_pack.FHVOML/_new 2025-03-31 11:44:34.051613522 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-setuptools-gettext
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-setuptools-gettext
-Version: 0.1.11
+Version: 0.1.14
Release: 0
Summary: Setuptools gettext extension plugin
License: GPL-2.0-or-later
URL: https://github.com/breezy-team/setuptools-gettext
-Source:
https://files.pythonhosted.org/packages/source/s/setuptools-gettext/setuptools-gettext-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/s/setuptools-gettext/setuptools_gettext-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -37,7 +37,7 @@
Setuptools gettext extension plugin
%prep
-%autosetup -p1 -n setuptools-gettext-%{version}
+%autosetup -p1 -n setuptools_gettext-%{version}
%build
%pyproject_wheel