rebase to version v1.1.30
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
parent
bbdb5cf253
commit
82963caed1
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/configshell-fb-1.1.fb25.tar.gz
|
/configshell-fb-1.1.fb25.tar.gz
|
||||||
/configshell-fb-1.1.28.tar.gz
|
/configshell-fb-1.1.28.tar.gz
|
||||||
/configshell-fb-1.1.29.tar.gz
|
/configshell-fb-1.1.29.tar.gz
|
||||||
|
/configshell-fb-1.1.30.tar.gz
|
||||||
|
@ -5,11 +5,10 @@ Name: python-configshell
|
|||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Summary: A framework to implement simple but nice CLIs
|
Summary: A framework to implement simple but nice CLIs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.1.29
|
Version: 1.1.30
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/open-iscsi/configshell-fb
|
URL: https://github.com/open-iscsi/configshell-fb
|
||||||
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
|
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
|
||||||
Patch0: 0001-replace-getargspec-with-getfullargspec.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
@ -29,7 +28,6 @@ Requires: python3-pyparsing python3-urwid
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{oname}-%{version}
|
%setup -q -n %{oname}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
sed -r -i "s/'pyparsing.*'/'pyparsing'/" setup.py
|
sed -r -i "s/'pyparsing.*'/'pyparsing'/" setup.py
|
||||||
|
|
||||||
@ -44,6 +42,9 @@ sed -r -i "s/'pyparsing.*'/'pyparsing'/" setup.py
|
|||||||
%doc COPYING README.md
|
%doc COPYING README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 06 2023 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.30-1
|
||||||
|
- Rebase to version v1.1.30
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.29-10
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.29-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (configshell-fb-1.1.29.tar.gz) = 1b5f573506317119d2420e415abbb856692caa65a7f407f741300eec302d1b442e29d2691f6a192b202b2a5731a7a179d1b03f6cd27780876194d97e4df5f7d0
|
SHA512 (configshell-fb-1.1.30.tar.gz) = b3189130ac047fe28ea987391591b7886f7234864d455a8423d1d65b02a514511e2a32dce1429a6b71cedbc0b7cb6e6e10f29d240b746d222c285f0baa6b46b0
|
||||||
|
Loading…
Reference in New Issue
Block a user