forked from kubernetes-client/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git clean -xdf git submodule sync --recursive git submodule update --init --recursive tar zcvf ../python-kubernetes_29.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-kubernetes.spec ../python-kubernetes_29.0.0-1.spec cp ../python*-kubernetes*29.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/kubernetes-client-python-29.0.0/ rm -rf ../python*-kubernetes_29.0.0*.* See kubernetes-client#2131 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
- Loading branch information
Showing
50 changed files
with
281 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,3 +67,9 @@ target/ | |
.idea/* | ||
*.iml | ||
.vscode | ||
|
||
# created by sphinx documentation build | ||
doc/source/README.md | ||
doc/_build | ||
|
||
.pybuild/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
*.substvars | ||
*debhelper* | ||
.debhelper | ||
files | ||
python3-kubernetes | ||
tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
python-kubernetes (100:29.0.0-1) UNRELEASED; urgency=medium | ||
|
||
* https://github.com/kubernetes-client/python/releases/tag/v29.0.0 | ||
|
||
-- Wong Hoi Sing Edison <hswong3i@pantarei-design.com> Tue, 09 Jan 2024 12:22:45 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Source: python-kubernetes | ||
Section: python | ||
Priority: optional | ||
Standards-Version: 4.5.0 | ||
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com> | ||
Homepage: https://github.com/kubernetes-client/python/tags | ||
Vcs-Browser: https://github.com/alvistack/kubernetes-client-python | ||
Vcs-Git: https://github.com/alvistack/kubernetes-client-python.git | ||
Build-Depends: | ||
debhelper, | ||
debhelper-compat (= 10), | ||
dh-python, | ||
fdupes, | ||
python3-dev, | ||
python3-setuptools, | ||
|
||
Package: python3-kubernetes | ||
Architecture: all | ||
Description: Python client for the kubernetes API. | ||
This package provides a Python client for kubernetes. Kubernetes is a | ||
system for automating deployment, scaling, and management of | ||
containerized applications. | ||
Depends: | ||
${misc:Depends}, | ||
${shlibs:Depends}, | ||
${python3:Depends}, | ||
python3, | ||
python3-certifi (>= 14.05.14), | ||
python3-dateutil (>= 2.5.3), | ||
python3-google-auth (>= 1.0.1), | ||
python3-requests, | ||
python3-requests-oauthlib, | ||
python3-setuptools (>= 21.0.0), | ||
python3-six (>= 1.9.0), | ||
python3-urllib3 (>= 1.24.2), | ||
python3-websocket (>= 0.32.0), | ||
python3-yaml (>= 3.12), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
|
||
Files: debian/* | ||
Copyright: 2024 Wong Hoi Sing Edison <hswong3i@pantarei-design.com> | ||
License: Apache-2.0 | ||
|
||
License: Apache-2.0 | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
. | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
. | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
. | ||
The complete text of the Apache version 2.0 license | ||
can be found in "/usr/share/common-licenses/Apache-2.0". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
usr/lib/python*/*-packages/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
python3-kubernetes: copyright-without-copyright-notice | ||
python3-kubernetes: initial-upload-closes-no-bugs | ||
python3-kubernetes: no-manual-page | ||
python3-kubernetes: package-installs-python-pycache-dir | ||
python3-kubernetes: zero-byte-file-in-doc-directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/usr/bin/make -f | ||
|
||
SHELL := /bin/bash | ||
|
||
override_dh_auto_install: | ||
dh_auto_install --destdir=debian/tmp | ||
find debian/tmp/usr/lib/python*/*-packages -type f -name '*.pyc' -exec rm -rf {} \; | ||
fdupes -qnrps debian/tmp/usr/lib/python*/*-packages | ||
|
||
override_dh_auto_test: | ||
|
||
override_dh_auto_clean: | ||
|
||
%: | ||
dh $@ --buildsystem=pybuild --with python3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
python-kubernetes source: file-without-copyright-information | ||
python-kubernetes source: no-debian-changes |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
# Copyright 2024 Wong Hoi Sing Edison <hswong3i@pantarei-design.com> | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
%global debug_package %{nil} | ||
|
||
%global source_date_epoch_from_changelog 0 | ||
|
||
Name: python-kubernetes | ||
Epoch: 100 | ||
Version: 29.0.0 | ||
Release: 1%{?dist} | ||
BuildArch: noarch | ||
Summary: Python client for the kubernetes API. | ||
License: Apache-2.0 | ||
URL: https://github.com/kubernetes-client/python/tags | ||
Source0: %{name}_%{version}.orig.tar.gz | ||
BuildRequires: fdupes | ||
BuildRequires: python-rpm-macros | ||
BuildRequires: python3-devel | ||
BuildRequires: python3-setuptools | ||
|
||
%description | ||
This package provides a Python client for kubernetes. Kubernetes is a | ||
system for automating deployment, scaling, and management of | ||
containerized applications. | ||
|
||
%prep | ||
%autosetup -T -c -n %{name}_%{version}-%{release} | ||
tar -zx -f %{S:0} --strip-components=1 -C . | ||
|
||
%build | ||
%py3_build | ||
|
||
%install | ||
%py3_install | ||
find %{buildroot}%{python3_sitelib} -type f -name '*.pyc' -exec rm -rf {} \; | ||
fdupes -qnrps %{buildroot}%{python3_sitelib} | ||
|
||
%check | ||
|
||
%if 0%{?suse_version} > 1500 | ||
%package -n python%{python3_version_nodots}-kubernetes | ||
Summary: Python client for the kubernetes API. | ||
Requires: python3 | ||
Requires: python3-certifi >= 14.05.14 | ||
Requires: python3-python-dateutil >= 2.5.3 | ||
Requires: python3-google-auth >= 1.0.1 | ||
Requires: python3-PyYAML >= 3.12 | ||
Requires: python3-requests, | ||
Requires: python3-requests-oauthlib, | ||
Requires: python3-setuptools >= 21.0.0 | ||
Requires: python3-six >= 1.9.0 | ||
Requires: python3-urllib3 >= 1.24.2 | ||
Requires: python3-websocket-client >= 0.32.0 | ||
Provides: python3-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python3dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
|
||
%description -n python%{python3_version_nodots}-kubernetes | ||
This package provides a Python client for kubernetes. Kubernetes is a | ||
system for automating deployment, scaling, and management of | ||
containerized applications. | ||
|
||
%files -n python%{python3_version_nodots}-kubernetes | ||
%license LICENSE | ||
%{python3_sitelib}/* | ||
%endif | ||
|
||
%if 0%{?sle_version} > 150000 | ||
%package -n python3-kubernetes | ||
Summary: Python client for the kubernetes API. | ||
Requires: python3 | ||
Requires: python3-certifi >= 14.05.14 | ||
Requires: python3-python-dateutil >= 2.5.3 | ||
Requires: python3-google-auth >= 1.0.1 | ||
Requires: python3-PyYAML >= 3.12 | ||
Requires: python3-requests, | ||
Requires: python3-requests-oauthlib, | ||
Requires: python3-setuptools >= 21.0.0 | ||
Requires: python3-six >= 1.9.0 | ||
Requires: python3-urllib3 >= 1.24.2 | ||
Requires: python3-websocket-client >= 0.32.0 | ||
Provides: python3-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python3dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
|
||
%description -n python3-kubernetes | ||
This package provides a Python client for kubernetes. Kubernetes is a | ||
system for automating deployment, scaling, and management of | ||
containerized applications. | ||
|
||
%files -n python3-kubernetes | ||
%license LICENSE | ||
%{python3_sitelib}/* | ||
%endif | ||
|
||
%if 0%{?rhel} == 7 | ||
%package -n python3-kubernetes | ||
Summary: Python client for the kubernetes API. | ||
Requires: python3 | ||
Requires: python3-certifi >= 14.05.14 | ||
Requires: python36-dateutil >= 2.5.3 | ||
Requires: python3-google-auth >= 1.0.1 | ||
Requires: python3-PyYAML >= 3.12 | ||
Requires: python3-requests, | ||
Requires: python3-requests-oauthlib, | ||
Requires: python3-setuptools >= 21.0.0 | ||
Requires: python3-six >= 1.9.0 | ||
Requires: python3-urllib3 >= 1.24.2 | ||
Requires: python3-websocket-client >= 0.32.0 | ||
Provides: python3-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python3dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
|
||
%description -n python3-kubernetes | ||
This package provides a Python client for kubernetes. Kubernetes is a | ||
system for automating deployment, scaling, and management of | ||
containerized applications. | ||
|
||
%files -n python3-kubernetes | ||
%license LICENSE | ||
%{python3_sitelib}/* | ||
%endif | ||
|
||
%if !(0%{?suse_version} > 1500) && !(0%{?sle_version} > 150000) && !(0%{?rhel} == 7) | ||
%package -n python3-kubernetes | ||
Summary: Python client for the kubernetes API. | ||
Requires: python3 | ||
Requires: python3-certifi >= 14.05.14 | ||
Requires: python3-dateutil >= 2.5.3 | ||
Requires: python3-google-auth >= 1.0.1 | ||
Requires: python3-pyyaml >= 3.12 | ||
Requires: python3-requests, | ||
Requires: python3-requests-oauthlib, | ||
Requires: python3-setuptools >= 21.0.0 | ||
Requires: python3-six >= 1.9.0 | ||
Requires: python3-urllib3 >= 1.24.2 | ||
Requires: python3-websocket-client >= 0.32.0 | ||
Provides: python3-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python3dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version}dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}-kubernetes = %{epoch}:%{version}-%{release} | ||
Provides: python%{python3_version_nodots}dist(kubernetes) = %{epoch}:%{version}-%{release} | ||
|
||
%description -n python3-kubernetes | ||
This package provides a Python client for kubernetes. Kubernetes is a | ||
system for automating deployment, scaling, and management of | ||
containerized applications. | ||
|
||
%files -n python3-kubernetes | ||
%license LICENSE | ||
%{python3_sitelib}/* | ||
%endif | ||
|
||
%changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters