14
0

- update to 0.1.8:

* **Full Changelog**: https://github.com/breezy-
    team/setuptools-gettext/compare/v0.1.1...v0.1.7
  * Delay adding entry points to finalize_distribution_options

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-gettext?expand=0&rev=5
This commit is contained in:
2023-12-29 10:29:54 +00:00
committed by Git OBS Bridge
parent 40eb20269d
commit 7ac6def222
4 changed files with 13 additions and 9 deletions

View File

@@ -18,22 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-setuptools-gettext
Version: 0.1.1
Version: 0.1.8
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
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 46.1}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools >= 46.1
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module setuptools >= 46.1}
# /SECTION
%python_subpackages
%description
@@ -56,6 +52,6 @@ Setuptools gettext extension plugin
%doc README.md
%license COPYING
%{python_sitelib}/setuptools_gettext
%{python_sitelib}/setuptools_gettext-%{version}*-info
%{python_sitelib}/setuptools_gettext-%{version}.dist-info
%changelog