14
0

- 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
This commit is contained in:
2025-03-30 08:13:51 +00:00
committed by Git OBS Bridge
parent b07c2a7bb6
commit 5b7ca3603e
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 30 08:12:49 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com> Thu Feb 1 20:54:46 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-setuptools-gettext # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-setuptools-gettext Name: python-setuptools-gettext
Version: 0.1.11 Version: 0.1.14
Release: 0 Release: 0
Summary: Setuptools gettext extension plugin Summary: Setuptools gettext extension plugin
License: GPL-2.0-or-later License: GPL-2.0-or-later
URL: https://github.com/breezy-team/setuptools-gettext 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 pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
@@ -37,7 +37,7 @@ BuildArch: noarch
Setuptools gettext extension plugin Setuptools gettext extension plugin
%prep %prep
%autosetup -p1 -n setuptools-gettext-%{version} %autosetup -p1 -n setuptools_gettext-%{version}
%build %build
%pyproject_wheel %pyproject_wheel

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d36c294f58c743179cacec35bae8fe88dbf16b4dc9c40be0d327f82430b04663
size 15582

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43f099eff31a4712cdfbcbb07e0264b0546ed3ebfd7ea998189326c519390d2c
size 16177