17
0

Accepting request 698150 from network:ha-clustering:Factory

- Remove enum34 dependency from code 
- Fix the package license to be in synch with repo license.
- Improved the use of keystore access. When the key_name is informed,
  the user_name/user_password is not needed.
- Fix UT to check the inst formatting correctly
- Move the comment to the right place
- Enforce the HANA instance nr format.
- Forces Intance nr always with 2 positions filled with 0
- Forces right formating on HANA OS admin user.
- First package version

OBS-URL: https://build.opensuse.org/request/show/698150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shaptools?expand=0&rev=1
This commit is contained in:
2019-05-08 13:16:32 +00:00
committed by Git OBS Bridge
commit 5fd3db5e0b
5 changed files with 115 additions and 0 deletions

29
python-shaptools.changes Normal file
View File

@@ -0,0 +1,29 @@
-------------------------------------------------------------------
Tue Apr 23 11:04:53 UTC 2019 - Xabier Arbulu Insausti <xarbulu@suse.com>
- Remove enum34 dependency from code
-------------------------------------------------------------------
Wed Mar 6 11:01:10 UTC 2019 - dakechi@suse.com
- Fix the package license to be in synch with repo license.
-------------------------------------------------------------------
Mon Mar 04 15:09:10 UTC 2019 - xarbulu@suse.com
- Improved the use of keystore access. When the key_name is informed,
the user_name/user_password is not needed.
-------------------------------------------------------------------
Thu Feb 25 10:20:10 UTC 2019 - dakechi@suse.com
- Fix UT to check the inst formatting correctly
- Move the comment to the right place
- Enforce the HANA instance nr format.
- Forces Intance nr always with 2 positions filled with 0
- Forces right formating on HANA OS admin user.
-------------------------------------------------------------------
Thu Dec 20 08:33:10 UTC 2018 - xarbulu@suse.com
- First package version