Hello community,

here is the log from the commit of package python-pyjsparser for 
openSUSE:Factory checked in at 2019-05-28 09:39:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyjsparser (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyjsparser.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyjsparser"

Tue May 28 09:39:46 2019 rev:3 rq:705409 version:2.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyjsparser/python-pyjsparser.changes      
2019-04-04 12:04:56.221422555 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyjsparser.new.5148/python-pyjsparser.changes
    2019-05-28 09:39:48.757914625 +0200
@@ -1,0 +2,7 @@
+Sat May 25 13:09:24 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 2.7.1:
+  * no upstream changelog
+- Rebase fix_version.patch
+
+-------------------------------------------------------------------

Old:
----
  README.md
  pyjsparser-2.5.2.tar.gz

New:
----
  pyjsparser-2.7.1.tar.gz

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

Other differences:
------------------
++++++ python-pyjsparser.spec ++++++
--- /var/tmp/diff_new_pack.Tdr6IL/_old  2019-05-28 09:39:49.505914379 +0200
+++ /var/tmp/diff_new_pack.Tdr6IL/_new  2019-05-28 09:39:49.505914379 +0200
@@ -18,21 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyjsparser
-Version:        2.5.2
+Version:        2.7.1
 Release:        0
 Summary:        Javascript parser based on esprimajs
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/PiotrDabkowski/pyjsparser
+URL:            https://github.com/PiotrDabkowski/pyjsparser
 Source:         
https://files.pythonhosted.org/packages/source/p/pyjsparser/pyjsparser-%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/LICENSE 
-Source2:        
https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/README.md 
 Patch0:         fix_version.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -42,8 +40,7 @@
 %prep
 %setup -q -n pyjsparser-%{version}
 %patch0 -p1
-cp %{S:1} .
-cp %{S:2} .
+cp %{SOURCE1} .
 
 %build
 %python_build

++++++ fix_version.patch ++++++
--- /var/tmp/diff_new_pack.Tdr6IL/_old  2019-05-28 09:39:49.565914359 +0200
+++ /var/tmp/diff_new_pack.Tdr6IL/_new  2019-05-28 09:39:49.565914359 +0200
@@ -1,12 +1,13 @@
-Index: pyjsparser-2.5.2/pyjsparser/__init__.py
+Index: pyjsparser-2.7.1/pyjsparser/__init__.py
 ===================================================================
---- pyjsparser-2.5.2.orig/pyjsparser/__init__.py
-+++ pyjsparser-2.5.2/pyjsparser/__init__.py
-@@ -1,4 +1,4 @@
- __all__ = ['PyJsParser', 'parse', 'JsSyntaxError']
+--- pyjsparser-2.7.1.orig/pyjsparser/__init__.py
++++ pyjsparser-2.7.1/pyjsparser/__init__.py
+@@ -1,5 +1,5 @@
+ __all__ = ['PyJsParser', 'parse', 'JsSyntaxError', 'pyjsparserdata']
  __author__ = 'Piotr Dabkowski'
 -__version__ = '2.2.0'
--from .parser import PyJsParser, parse, JsSyntaxError
++__version__ = '2.7.1'
+ from .parser import PyJsParser, parse, JsSyntaxError
+-from . import pyjsparserdata
 \ No newline at end of file
-+__version__ = '2.5.2'
-+from .parser import PyJsParser, parse, JsSyntaxError
++from . import pyjsparserdata

++++++ pyjsparser-2.5.2.tar.gz -> pyjsparser-2.7.1.tar.gz ++++++
++++ 3706 lines of diff (skipped)


Reply via email to