forked from pool/python-jaraco.ui
- update to 2.4.0:
* Add main module. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.ui?expand=0&rev=5
This commit is contained in:
BIN
jaraco.ui-2.3.0.tar.gz
(Stored with Git LFS)
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
BIN
jaraco_ui-2.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Jan 3 17:28:45 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jaraco.ui
|
# spec file for package python-jaraco.ui
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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,17 +18,19 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jaraco.ui
|
Name: python-jaraco.ui
|
||||||
Version: 2.3.0
|
Version: 2.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-Interface tools (mainly command-line)
|
Summary: User-Interface tools (mainly command-line)
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/jaraco.ui
|
URL: https://github.com/jaraco/jaraco.ui
|
||||||
Source: https://files.pythonhosted.org/packages/source/j/jaraco.ui/jaraco.ui-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/j/jaraco.ui/jaraco_ui-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: %{python_module named}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools >= 42}
|
BuildRequires: %{python_module setuptools >= 42}
|
||||||
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
|
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
|
||||||
|
BuildRequires: %{python_module typer}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module jaraco.classes}
|
BuildRequires: %{python_module jaraco.classes}
|
||||||
BuildRequires: %{python_module jaraco.text}
|
BuildRequires: %{python_module jaraco.text}
|
||||||
@@ -37,6 +39,8 @@ BuildRequires: %{python_module pytest >= 3.5}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-jaraco.classes
|
Requires: python-jaraco.classes
|
||||||
Requires: python-jaraco.text
|
Requires: python-jaraco.text
|
||||||
|
Requires: python-named
|
||||||
|
Requires: python-typer
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -44,7 +48,7 @@ BuildArch: noarch
|
|||||||
User-Interface tools (mainly command-line)
|
User-Interface tools (mainly command-line)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n jaraco.ui-%{version}
|
%autosetup -p1 -n jaraco_ui-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -57,7 +61,7 @@ User-Interface tools (mainly command-line)
|
|||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES.rst README.rst
|
%doc NEWS.rst README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/jaraco/ui
|
%{python_sitelib}/jaraco/ui
|
||||||
%{python_sitelib}/jaraco.ui-%{version}.dist-info
|
%{python_sitelib}/jaraco.ui-%{version}.dist-info
|
||||||
|
|||||||
Reference in New Issue
Block a user