Package Release Info

python-instance-billing-flavor-check-1.0.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-instance-billing-flavor-check

Change Logs

* Fri May 23 2025 jesus.bv@suse.com
- Update to version 1.0.1
  + Fix infinite loop (bsc#1242064)
  + Fix bug in update infrastructure request (bsc#1242064)
* Sat Feb 22 2025 rjschwei@suse.com
- Update to version 1.0.0 (jsc#PCT-531)
  + API incompatibility: The check_payg_byos function no longer exits, it now
    returns a tuple of (flavor, exit_code). This makes the function reusable.
  + Update the build setup to work with the system interpreter of
    upcoming SLE releases. SLE 12 stays with the Python 3.4 interpreter
    and SLE 15 with the Python 3.6 interpreter.
* Fri Jan 31 2025 rjschwei@suse.com
- Version 0.1.2 (bsc#1234444)
  + Improve detection of IPv4 and IPv6 network setup and use appropriate
    IP version for access the update servers
  + Improve reliability of flavor detection. Try an update server multiple
    times to get an answer, if we hit timeouts return the value flavor
    value from a cache file.
* Tue Jan 21 2025 rjschwei@suse.com
- Version 0.1.1 (bsc#1235991, bsc#1235992)
  + Add time stamp to log
- From version 0.1.0
  + Doc improvements clarifying exit staus codes
* Fri Jan 19 2024 rjschwei@suse.com
- Version 0.0.6 (bsc#1218561)
  Support proxy setup on the client to access the update infrastructure
  API
* Thu Jan 18 2024 jesus.bv@suse.com
- Version 0.0.5
  Add IPv6 support (bsc#1218739)
* Wed Nov 15 2023 jesus.bv@suse.com
- Version 0.0.4
  Run the command as sudo only (bsc#1217696, bsc#1217695)
* Thu Jul 20 2023 jesus.bv@suse.com
- Version 0.0.3
  Handle exception for Python 3.4
* Mon Jul 17 2023 jesus.bv@suse.com
- Add reference
  Include PAYG checker package in SLE (jsc#PED-4791)
* Fri Jul 14 2023 jesus.bv@suse.com
- Version 0.0.2
  Handle IPv6 enabled on /etc/hosts