forked from pool/python-setuptools-gettext
- 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:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d36c294f58c743179cacec35bae8fe88dbf16b4dc9c40be0d327f82430b04663
|
||||
size 15582
|
3
setuptools_gettext-0.1.14.tar.gz
Normal file
3
setuptools_gettext-0.1.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43f099eff31a4712cdfbcbb07e0264b0546ed3ebfd7ea998189326c519390d2c
|
||||
size 16177
|
Reference in New Issue
Block a user