Sync from SUSE:SLFO:Main python-jaraco.ui revision 8ae473bf3696d5312c768a599d09b70b

This commit is contained in:
2025-05-17 15:47:50 +02:00
parent e28da4e259
commit 0feb70b1bc
4 changed files with 36 additions and 10 deletions

BIN
jaraco.ui-2.3.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
jaraco_ui-2.4.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 1 15:35:47 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Wed Mar 26 05:48:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Thu Nov 14 09:18:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.4.0:
* Add main module.
-------------------------------------------------------------------
Wed Jan 3 17:28:45 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Wed Aug 16 08:48:07 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.ui
#
# Copyright (c) 2023 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
@@ -16,18 +16,21 @@
#
%{?sle15_python_module_pythons}
Name: python-jaraco.ui
Version: 2.3.0
Version: 2.4.0
Release: 0
Summary: User-Interface tools (mainly command-line)
License: MIT
URL: https://github.com/jaraco/jaraco.ui
Source: https://files.pythonhosted.org/packages/source/j/jaraco.ui/jaraco.ui-%{version}.tar.gz
BuildRequires: python-rpm-macros
Source: https://files.pythonhosted.org/packages/source/j/jaraco.ui/jaraco_ui-%{version}.tar.gz
BuildRequires: %{python_module named}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 42}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module typer}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module jaraco.classes}
BuildRequires: %{python_module jaraco.text}
@@ -36,6 +39,8 @@ BuildRequires: %{python_module pytest >= 3.5}
BuildRequires: fdupes
Requires: python-jaraco.classes
Requires: python-jaraco.text
Requires: python-named
Requires: python-typer
BuildArch: noarch
%python_subpackages
@@ -43,7 +48,7 @@ BuildArch: noarch
User-Interface tools (mainly command-line)
%prep
%autosetup -p1 -n jaraco.ui-%{version}
%autosetup -p1 -n jaraco_ui-%{version}
%build
%pyproject_wheel
@@ -56,9 +61,9 @@ User-Interface tools (mainly command-line)
%pytest
%files %{python_files}
%doc CHANGES.rst README.rst
%doc NEWS.rst README.rst
%license LICENSE
%{python_sitelib}/jaraco/ui
%{python_sitelib}/jaraco.ui-%{version}.dist-info
%{python_sitelib}/jaraco[_.]ui-%{version}.dist-info
%changelog