17
0

2 Commits

Author SHA256 Message Date
4839ec0543 Accepting request 1305042 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1305042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-plugins?expand=0&rev=11
2025-09-16 16:18:25 +00:00
b1cde8676a - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-plugins?expand=0&rev=21
2025-09-08 20:44:36 +00:00
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
size 8164

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcc7f70fda1e73121b23e248d8f7a16d7bfdc60838b1ee200836cde9929b75ed
size 10097

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 25 04:43:36 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
- 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>

View File

@@ -1,7 +1,7 @@
#
# 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
# 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
Version: 1.1.1.2
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
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
Patch0: support-click-8.2.patch
BuildRequires: %{python_module click >= 3.0}