diff --git a/SPECS-EXTENDED/python-configshell/python-configshell.signatures.json b/SPECS-EXTENDED/python-configshell/python-configshell.signatures.json index 781d7c4ba9d..4e68a40ac75 100644 --- a/SPECS-EXTENDED/python-configshell/python-configshell.signatures.json +++ b/SPECS-EXTENDED/python-configshell/python-configshell.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "configshell-fb-1.1.28.tar.gz": "435822d4cee6d66cd7dc0d34725962bcf0168840556bbb9cc01335a78a3ec79d" + "configshell-fb-1.1.30.tar.gz": "44696b92bea2b44c1d0bf2828477dddeb3b4dfb312ad82ce06d7b704c0985e27" } } diff --git a/SPECS-EXTENDED/python-configshell/python-configshell.spec b/SPECS-EXTENDED/python-configshell/python-configshell.spec index 90dd1498929..8fbd49b6f23 100644 --- a/SPECS-EXTENDED/python-configshell/python-configshell.spec +++ b/SPECS-EXTENDED/python-configshell/python-configshell.spec @@ -4,10 +4,11 @@ Distribution: Azure Linux %global oname configshell-fb Name: python-configshell -License: ASL 2.0 +License: Apache-2.0 Summary: A framework to implement simple but nice CLIs -Version: 1.1.28 -Release: 3%{?dist} +Epoch: 1 +Version: 1.1.30 +Release: 1%{?dist} URL: https://github.com/open-iscsi/configshell-fb Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz BuildArch: noarch @@ -30,6 +31,8 @@ Requires: python3-pyparsing python3-urwid %prep %setup -q -n %{oname}-%{version} +sed -r -i "s/'pyparsing.*'/'pyparsing'/" setup.py + %build %py3_build @@ -41,13 +44,68 @@ Requires: python3-pyparsing python3-urwid %doc COPYING README.md %changelog -* Mon Nov 01 2021 Muhammad Falak - 1.1.28-3 -- Remove epoch +* Wed Dec 18 2024 Sumit Jena - 1.1.30-1 +- Azure Linux import from Fedora 41 (license: MIT). +- License verified. + +* Fri Jul 19 2024 Fedora Release Engineering - 1:1.1.30-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 1:1.1.30-7 +- Rebuilt for Python 3.13 + +* Mon Feb 12 2024 Maurizio Lombardi - 1:1.1.30-6 +- Migrated to SPDX License + +* Fri Jan 26 2024 Fedora Release Engineering - 1:1.1.30-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1:1.1.30-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1:1.1.30-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 1:1.1.30-2 +- Rebuilt for Python 3.12 + +* Tue Jun 06 2023 Maurizio Lombardi - 1:1.1.30-1 +- Rebase to version v1.1.30 + +* Fri Jan 20 2023 Fedora Release Engineering - 1:1.1.29-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Aug 03 2022 Vojtech Trefny - 1:1.1.29-9 +- Python 3.11: replace getargspec() with getfullargspec() + +* Fri Jul 22 2022 Fedora Release Engineering - 1:1.1.29-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek - 1:1.1.29-7 +- Rebuilt for pyparsing-3.0.9 + +* Mon Jun 13 2022 Python Maint - 1:1.1.29-5 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1:1.1.29-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1:1.1.29-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1:1.1.29-2 +- Rebuilt for Python 3.10 + +* Mon May 17 2021 Maurizio Lombardi - 1:1.1.29-1 +- Update to version 1.1.29 + +* Wed Jan 27 2021 Fedora Release Engineering - 1:1.1.28-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild -* Fri Oct 15 2021 Pawel Winogrodzki - 1:1.1.28-2 -- Initial CBL-Mariner import from Fedora 32 (license: MIT). +* Wed Jul 29 2020 Fedora Release Engineering - 1:1.1.28-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild -* Fri Jul 10 2020 Maurizio Lombardi - 1:1.1.28-1 +* Thu Jun 18 2020 Matt Coleman - 1:1.1.28-1 - New upstream version * Tue May 26 2020 Miro Hrončok - 1:1.1.fb25-9 diff --git a/cgmanifest.json b/cgmanifest.json index 66a68e721c3..800434f09db 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -22043,8 +22043,8 @@ "type": "other", "other": { "name": "python-configshell", - "version": "1.1.28", - "downloadUrl": "https://github.com/open-iscsi/configshell-fb/archive/v1.1.28/configshell-fb-1.1.28.tar.gz" + "version": "1.1.30", + "downloadUrl": "https://github.com/open-iscsi/configshell-fb/archive/v1.1.30/configshell-fb-1.1.30.tar.gz" } } },