Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4839ec0543 | |||
| b1cde8676a |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
|
|
||||||
size 8164
|
|
||||||
3
python-click-plugins-1.1.1.2.tar.gz
Normal file
3
python-click-plugins-1.1.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dcc7f70fda1e73121b23e248d8f7a16d7bfdc60838b1ee200836cde9929b75ed
|
||||||
|
size 10097
|
||||||
@@ -1,7 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 29 11:14:07 UTC 2025 - Max Lin <mlin@suse.com>
|
Wed Jun 25 04:43:36 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
- Fix Leap 16.0 build
|
- Update to version 1.1.1.2:
|
||||||
|
* Add a clear note stating that the package is no longer maintained, but the library can be vendored.
|
||||||
|
- Update to version 1.1.1.1:
|
||||||
|
* Mark the project as inactive.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 14 04:08:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed May 14 04:08:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-click-plugins
|
# spec file for package python-click-plugins
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -22,12 +22,12 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-click-plugins
|
Name: python-click-plugins
|
||||||
Version: 1.1.1
|
Version: 1.1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Click extension to register CLI commands via setuptools entry-points
|
Summary: Click extension to register CLI commands via setuptools entry-points
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/click-contrib/click-plugins
|
URL: https://github.com/click-contrib/click-plugins
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/click-plugins/click-plugins-%{version}.tar.gz
|
Source0: https://github.com/click-contrib/click-plugins/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE https://github.com/click-contrib/click-plugins/issues/38
|
# PATCH-FIX-OPENSUSE https://github.com/click-contrib/click-plugins/issues/38
|
||||||
Patch0: support-click-8.2.patch
|
Patch0: support-click-8.2.patch
|
||||||
BuildRequires: %{python_module click >= 3.0}
|
BuildRequires: %{python_module click >= 3.0}
|
||||||
@@ -65,7 +65,11 @@ export LANG=en_US.UTF-8
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc AUTHORS.txt CHANGES.md README.rst
|
%doc AUTHORS.txt CHANGES.md README.rst
|
||||||
|
%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
|
||||||
|
%%license LICENSE.txt
|
||||||
|
%else
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
%endif
|
||||||
%{python_sitelib}/click_plugins
|
%{python_sitelib}/click_plugins
|
||||||
%{python_sitelib}/click_plugins-%{version}.dist-info
|
%{python_sitelib}/click_plugins-%{version}.dist-info
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user