#7 Update to new version 1.1.28
Merged 3 years ago by mlombard. Opened 3 years ago by mlombard.
Unknown source f32  into  f32

file modified
+1
@@ -22,3 +22,4 @@

  /configshell-fb-1.1.fb23.tar.gz

  /configshell-fb-1.1.fb24.tar.gz

  /configshell-fb-1.1.fb25.tar.gz

+ /configshell-fb-1.1.28.tar.gz

@@ -1,31 +0,0 @@

- commit daa66bc6acd2430cdd05e9883dd1eab69b698252

- Author: Andy Grover <agrover@redhat.com>

- Date:   Tue May 23 12:00:10 2017 -0700

- 

-     Handle if TERM is not set

-     

-     Previous patch causes problems otherwise in some cases.

-     

-     Signed-off-by: Andy Grover <agrover@redhat.com>

- 

- diff --git a/configshell/shell.py b/configshell/shell.py

- index c916366..e029c76 100644

- --- a/configshell/shell.py

- +++ b/configshell/shell.py

- @@ -50,13 +50,14 @@ else:

-      tty=False

-      

-      # remember the original setting

- -    oldTerm = os.environ['TERM']

- +    oldTerm = os.environ.get('TERM')

-      os.environ['TERM'] = ''

-  

-      import readline

-  

-      # restore the orignal TERM setting

- -    os.environ['TERM'] = oldTerm

- +    if oldTerm != None:

- +        os.environ['TERM'] = oldTerm

-      del oldTerm

-      

-  # Pyparsing helper to group the location of a token and its value

file modified
+8 -2
@@ -5,8 +5,8 @@

  License:        ASL 2.0

  Summary:        A framework to implement simple but nice CLIs

  Epoch:          1

- Version:        1.1.fb25

- Release:        8%{?dist}

+ Version:        1.1.28

+ Release:        1%{?dist}

  URL:            https://github.com/open-iscsi/configshell-fb

  Source:         %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz

  BuildArch:      noarch
@@ -40,6 +40,12 @@

  %doc COPYING README.md

  

  %changelog

+ * Fri Jul 10 2020 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.28-1

+ - New upstream version

+ 

+ * Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 1:1.1.fb25-9

+ - Rebuilt for Python 3.9

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb25-8

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (configshell-fb-1.1.fb25.tar.gz) = 7f0af5014600d148326b4692a84fcc388d3ea175a79566a5e3b1ede89d9dbc90be5f4b1481e69dd5654e88578b3732441a822e4d89cd0504d0ad3221d3a2f027

+ SHA512 (configshell-fb-1.1.28.tar.gz) = 4cdc3ee72fc7c4bffcf2f508eef16cc8578d1358ceeb70050a619f5e93e0e189de7216ac0baa77af98fb1b7569940a22a0e3cd977cd460bb91252b4ab176d0f4