diff --git a/python-rtslib.spec b/python-rtslib.spec index f9ab936133e7739eab999c123849c9a4a5ab244a..f9c40a26f7475dea6fe3c260f0d8b96652c13cc7 100644 --- a/python-rtslib.spec +++ b/python-rtslib.spec @@ -3,8 +3,8 @@ %global oname rtslib-fb Name: python-rtslib -Version: 2.1.76 -Release: 2 +Version: 2.2.0 +Release: 1 Summary: Python object API for Linux kernel LIO SCSI target License: ASL 2.0 @@ -121,6 +121,12 @@ install -m 755 scripts/targetctl %{buildroot}%{_bindir}/ %{_mandir}/man5/saveconfig.json.5.gz %changelog +* Mon Dec 16 2024 wanggang - 2.2.0-1 +- updates to "v2.2.0" +- Move to PEP-621, drop -fb from module name +- Refactoring code for Python >= 3.9 +- Fixes for issues found by ruff pycodestyle, pep8-naming and linter + * Tue Apr 16 2024 Pengda Dou - 2.1.76-2 - Fix missing targetctl file error diff --git a/rtslib-fb-2.1.76.tar.gz b/rtslib-fb-2.1.76.tar.gz deleted file mode 100644 index 1fb4c331b3fd7943b6757efcfabdeb9e3b558bd6..0000000000000000000000000000000000000000 Binary files a/rtslib-fb-2.1.76.tar.gz and /dev/null differ diff --git a/rtslib-fb-2.2.0.tar.gz b/rtslib-fb-2.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9280c7c6d28f6d91aa6ae0cec395c97a84d92ba9 Binary files /dev/null and b/rtslib-fb-2.2.0.tar.gz differ