From f8efc04334b590b60ebc360b34393c7cf51143f88a6c3b187a649da8428fbbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Mar 2020 09:56:10 +0000 Subject: [PATCH] Accepting request 789687 from home:mcalabkova:branches:devel:languages:python - Update to 1.2.4 * Correct usage of ``__doc__`` to support level 2 optimized mode. * Corrected some minor string definition syntax, where raw string prefix should be used but was not previously. * Correctly include LICENSE file in sdist. * Include the correct test data general form for some previously added test cases to better accommodate already planned future features. OBS-URL: https://build.opensuse.org/request/show/789687 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs.parse?expand=0&rev=7 --- 1.2.1.tar.gz | 3 --- 1.2.4.tar.gz | 3 +++ python-calmjs.parse.changes | 11 +++++++++++ python-calmjs.parse.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 1.2.1.tar.gz create mode 100644 1.2.4.tar.gz diff --git a/1.2.1.tar.gz b/1.2.1.tar.gz deleted file mode 100644 index 75b8e5b..0000000 --- a/1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76db548d2424dab870fdce1387c46bbd75fd34d911f3dff99561358491f1aa72 -size 128388 diff --git a/1.2.4.tar.gz b/1.2.4.tar.gz new file mode 100644 index 0000000..8478cb7 --- /dev/null +++ b/1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc499ba27ae5752973aa70bba54a2cd3beeb33a8f01ee5d5a911bf5b139229a +size 128430 diff --git a/python-calmjs.parse.changes b/python-calmjs.parse.changes index 3b64636..d52a685 100644 --- a/python-calmjs.parse.changes +++ b/python-calmjs.parse.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 30 09:24:12 UTC 2020 - Marketa Calabkova + +- Update to 1.2.4 + * Correct usage of ``__doc__`` to support level 2 optimized mode. + * Corrected some minor string definition syntax, where raw string prefix + should be used but was not previously. + * Correctly include LICENSE file in sdist. + * Include the correct test data general form for some previously added + test cases to better accommodate already planned future features. + ------------------------------------------------------------------- Tue Jan 14 14:37:01 UTC 2020 - pgajdos@suse.com diff --git a/python-calmjs.parse.spec b/python-calmjs.parse.spec index c0560cd..ec25d78 100644 --- a/python-calmjs.parse.spec +++ b/python-calmjs.parse.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-calmjs.parse -Version: 1.2.1 +Version: 1.2.4 Release: 0 Summary: Various parsers for ECMA standards License: MIT