Hello community,

here is the log from the commit of package python-shellingham for 
openSUSE:Factory checked in at 2019-04-30 13:01:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-shellingham (Old)
 and      /work/SRC/openSUSE:Factory/.python-shellingham.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-shellingham"

Tue Apr 30 13:01:25 2019 rev:2 rq:697501 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-shellingham/python-shellingham.changes    
2019-03-10 09:38:59.804124209 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-shellingham.new.5536/python-shellingham.changes
  2019-04-30 13:01:30.838153836 +0200
@@ -1,0 +2,7 @@
+Wed Apr 24 12:43:38 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.3.1
+  * Fix a typo that prevents ash and csh from being detected.  `#24
+  <https://github.com/sarugaku/shellingham/issues/24>`_
+
+-------------------------------------------------------------------

Old:
----
  shellingham-1.3.0.tar.gz

New:
----
  shellingham-1.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-shellingham.spec ++++++
--- /var/tmp/diff_new_pack.804XR0/_old  2019-04-30 13:01:32.030153479 +0200
+++ /var/tmp/diff_new_pack.804XR0/_new  2019-04-30 13:01:32.034153478 +0200
@@ -18,16 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-shellingham
-Version:        1.3.0
+Version:        1.3.1
 Release:        0
 Summary:        Library to detect surrounding shell
 License:        ISC
 Group:          Development/Languages/Python
 URL:            https://github.com/sarugaku/shellingham
 Source:         
https://github.com/sarugaku/shellingham/archive/%{version}.tar.gz#//shellingham-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-mock}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch

++++++ shellingham-1.3.0.tar.gz -> shellingham-1.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shellingham-1.3.0/CHANGELOG.rst 
new/shellingham-1.3.1/CHANGELOG.rst
--- old/shellingham-1.3.0/CHANGELOG.rst 2019-03-06 05:36:09.000000000 +0100
+++ new/shellingham-1.3.1/CHANGELOG.rst 2019-04-10 09:28:34.000000000 +0200
@@ -1,3 +1,13 @@
+1.3.1 (2019-04-10)
+==================
+
+Bug Fixes
+---------
+
+- Fix a typo that prevents ash and csh from being detected.  `#24
+  <https://github.com/sarugaku/shellingham/issues/24>`_
+
+
 1.3.0 (2019-03-06)
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shellingham-1.3.0/src/shellingham/__init__.py 
new/shellingham-1.3.1/src/shellingham/__init__.py
--- old/shellingham-1.3.0/src/shellingham/__init__.py   2019-03-06 
05:36:09.000000000 +0100
+++ new/shellingham-1.3.1/src/shellingham/__init__.py   2019-04-10 
09:28:34.000000000 +0200
@@ -4,7 +4,7 @@
 from ._core import ShellDetectionFailure
 
 
-__version__ = '1.3.0'
+__version__ = '1.3.1'
 
 
 def detect_shell(pid=None, max_depth=6):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shellingham-1.3.0/src/shellingham/_core.py 
new/shellingham-1.3.1/src/shellingham/_core.py
--- old/shellingham-1.3.0/src/shellingham/_core.py      2019-03-06 
05:36:09.000000000 +0100
+++ new/shellingham-1.3.1/src/shellingham/_core.py      2019-04-10 
09:28:34.000000000 +0200
@@ -1,5 +1,5 @@
 SHELL_NAMES = {
-    'sh', 'bash', 'dash', 'ash'     # Bourne.
+    'sh', 'bash', 'dash', 'ash',    # Bourne.
     'csh', 'tcsh',                  # C.
     'ksh', 'zsh', 'fish',           # Common alternatives.
     'cmd', 'powershell', 'pwsh',    # Microsoft.


Reply via email to