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