From a23ee0d3625ea3e5051bacd2d4ffd71e488cde4a4b103b4ed4c6c76d7928f3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 21:04:45 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-instance-billing-flavor-check revision c87190a1d6353ec2a6b65e16b470a37a --- .gitattributes | 23 ++++++++ ...instance-billing-flavor-check-0.0.6.tar.gz | 3 ++ python-instance-billing-flavor-check.changes | 52 +++++++++++++++++++ python-instance-billing-flavor-check.spec | 52 +++++++++++++++++++ 4 files changed, 130 insertions(+) create mode 100644 .gitattributes create mode 100644 python-instance-billing-flavor-check-0.0.6.tar.gz create mode 100644 python-instance-billing-flavor-check.changes create mode 100644 python-instance-billing-flavor-check.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/python-instance-billing-flavor-check-0.0.6.tar.gz b/python-instance-billing-flavor-check-0.0.6.tar.gz new file mode 100644 index 0000000..c27c63f --- /dev/null +++ b/python-instance-billing-flavor-check-0.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f4ab823c7f93d57d460b150b57a496aa0dee633280be7b1dd6770489353c2e +size 15712 diff --git a/python-instance-billing-flavor-check.changes b/python-instance-billing-flavor-check.changes new file mode 100644 index 0000000..feb1aa1 --- /dev/null +++ b/python-instance-billing-flavor-check.changes @@ -0,0 +1,52 @@ +------------------------------------------------------------------- +Fri Jan 19 15:31:53 UTC 2024 - Robert Schweikert + +- Version 0.0.6 (bsc#1218561) + Support proxy setup on the client to access the update infrastructure + API + +------------------------------------------------------------------- +Thu Jan 18 17:28:42 UTC 2024 - Jesús Bermúdez Velázquez + +- Version 0.0.5 + Add IPv6 support (bsc#1218739) + +------------------------------------------------------------------- +Wed Nov 15 09:30:24 UTC 2023 - Jesús Bermúdez Velázquez + +- Version 0.0.4 + Run the command as sudo only (bsc#1217696, bsc#1217695) + +------------------------------------------------------------------- +Thu Jul 20 13:28:02 UTC 2023 - Jesús Bermúdez Velázquez + +- Version 0.0.3 + Handle exception for Python 3.4 + +------------------------------------------------------------------- +Mon Jul 17 09:04:32 UTC 2023 - Jesús Bermúdez Velázquez + +- Add reference + Include PAYG checker package in SLE (jsc#PED-4791) + +------------------------------------------------------------------- +Fri Jul 14 15:43:20 UTC 2023 - Jesús Bermúdez Velázquez + +- Version 0.0.2 + Handle IPv6 enabled on /etc/hosts + +------------------------------------------------------------------- +Fri Jun 9 16:49:23 UTC 2023 - Jesús Bermúdez Velázquez + +- Lincese in spdx format + +------------------------------------------------------------------- +Fri Jun 9 16:25:04 UTC 2023 - Jesús Bermúdez Velázquez + +- Update license for initial build + +------------------------------------------------------------------- +Fri Jun 9 14:48:16 UTC 2023 - Jesús Bermúdez Velázquez + +- Initial build + + Version 0.0.1 diff --git a/python-instance-billing-flavor-check.spec b/python-instance-billing-flavor-check.spec new file mode 100644 index 0000000..dbd67d7 --- /dev/null +++ b/python-instance-billing-flavor-check.spec @@ -0,0 +1,52 @@ +# +# spec file for package instance-billing-type-check +# +# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# +%define skip_python2 1 + +Summary: Cloud Billing Flavour Check +Name: python-instance-billing-flavor-check +Version: 0.0.6 +Release: 0 +License: GPL-3.0 +Group: Productivity/Networking/Web/Utilities +URL: https://github.com/SUSE-Enceladus/instance-billing-flavor-check +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: python3 +Requires: python3-lxml +Requires: python3-requests +BuildRequires: python3-setuptools +BuildRequires: python-rpm-macros + +%description +Check if instance is PAYG or BYOS + +%prep +%setup -q + +%build +python3 setup.py build + +%install +python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%files +%doc README.md +%license LICENSE +%{_bindir}/instance-flavor-check +%{python_sitelib}/instance_billing_flavor_check* + +%changelog