diff --git a/jaraco.ui-2.3.0.tar.gz b/jaraco.ui-2.3.0.tar.gz deleted file mode 100644 index bcd2d1d..0000000 --- a/jaraco.ui-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afaced6efda5c9715c17be9750687c283ff9ace5fb42d9a1997bedb46f6a8a1a -size 14474 diff --git a/jaraco_ui-2.4.0.tar.gz b/jaraco_ui-2.4.0.tar.gz new file mode 100644 index 0000000..b8a118f --- /dev/null +++ b/jaraco_ui-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4a85d76c894cad6a0d74cd59aeab80223a3b83254e68d33aed4387160d3957 +size 12356 diff --git a/python-jaraco.ui.changes b/python-jaraco.ui.changes index 990b4ec..4710a90 100644 --- a/python-jaraco.ui.changes +++ b/python-jaraco.ui.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 14 09:18:43 UTC 2024 - Dirk Müller + +- update to 2.4.0: + * Add main module. + ------------------------------------------------------------------- Wed Jan 3 17:28:45 UTC 2024 - ecsos diff --git a/python-jaraco.ui.spec b/python-jaraco.ui.spec index 14162e6..2518836 100644 --- a/python-jaraco.ui.spec +++ b/python-jaraco.ui.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,19 @@ %{?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} @@ -37,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 @@ -44,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 @@ -57,7 +61,7 @@ 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