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