From e207f7cb032cb1bb1544f72273f43e4d04b92214d1fcf2dd598dc0294f323d04 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Mar 2025 08:13:51 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-gettext?expand=0&rev=10 --- python-setuptools-gettext.changes | 15 +++++++++++++++ python-setuptools-gettext.spec | 8 ++++---- setuptools-gettext-0.1.11.tar.gz | 3 --- setuptools_gettext-0.1.14.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 setuptools-gettext-0.1.11.tar.gz create mode 100644 setuptools_gettext-0.1.14.tar.gz diff --git a/python-setuptools-gettext.changes b/python-setuptools-gettext.changes index f93d9b7..caf9649 100644 --- a/python-setuptools-gettext.changes +++ b/python-setuptools-gettext.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Mar 30 08:12:49 UTC 2025 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Thu Feb 1 20:54:46 UTC 2024 - Dirk Müller diff --git a/python-setuptools-gettext.spec b/python-setuptools-gettext.spec index 788ac9e..a8758f8 100644 --- a/python-setuptools-gettext.spec +++ b/python-setuptools-gettext.spec @@ -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 @@ BuildArch: noarch Setuptools gettext extension plugin %prep -%autosetup -p1 -n setuptools-gettext-%{version} +%autosetup -p1 -n setuptools_gettext-%{version} %build %pyproject_wheel diff --git a/setuptools-gettext-0.1.11.tar.gz b/setuptools-gettext-0.1.11.tar.gz deleted file mode 100644 index 98772ae..0000000 --- a/setuptools-gettext-0.1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d36c294f58c743179cacec35bae8fe88dbf16b4dc9c40be0d327f82430b04663 -size 15582 diff --git a/setuptools_gettext-0.1.14.tar.gz b/setuptools_gettext-0.1.14.tar.gz new file mode 100644 index 0000000..41be252 --- /dev/null +++ b/setuptools_gettext-0.1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f099eff31a4712cdfbcbb07e0264b0546ed3ebfd7ea998189326c519390d2c +size 16177