From b23890bb6e44db72c967051290c3783c8d890a223426ebfa09f63c50b8790c6e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Nov 2023 11:51:35 +0000 Subject: [PATCH] - update to 1.3.1: * Modified existing ``setup.py`` hook from an install hook to a build hook to ensure the generated module files are present. Should any of those modules are missing and the required dependencies for are not present (i.e. ``ply`` and ``setuptools``), the build will result in a non-zero exit status and the documented error message should reflect which of the required dependencies are missing. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs.parse?expand=0&rev=17 --- 1.3.0.tar.gz | 3 --- 1.3.1.tar.gz | 3 +++ python-calmjs.parse.changes | 12 ++++++++++++ python-calmjs.parse.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 1.3.0.tar.gz create mode 100644 1.3.1.tar.gz diff --git a/1.3.0.tar.gz b/1.3.0.tar.gz deleted file mode 100644 index 558d58a..0000000 --- a/1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab954752724fd24af9c36a54ea9ed566f7845881d9aab665b4923373d0bf47cc -size 147176 diff --git a/1.3.1.tar.gz b/1.3.1.tar.gz new file mode 100644 index 0000000..466a536 --- /dev/null +++ b/1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7123f8a8b9154cf775e1d15df32c76c1d6f9ca83da202e65b6e893c4ccdc3f +size 152117 diff --git a/python-calmjs.parse.changes b/python-calmjs.parse.changes index dc156a6..13a7ffb 100644 --- a/python-calmjs.parse.changes +++ b/python-calmjs.parse.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Nov 10 11:43:35 UTC 2023 - Dirk Müller + +- update to 1.3.1: + * Modified existing ``setup.py`` hook from an install hook to a + build hook to ensure the generated module files are present. + Should any of those modules are missing and the required + dependencies for are not present (i.e. ``ply`` and + ``setuptools``), the build will result in a + non-zero exit status and the documented error message should + reflect which of the required dependencies are missing. + ------------------------------------------------------------------- Fri Jun 23 08:05:31 UTC 2023 - Andreas Schneider diff --git a/python-calmjs.parse.spec b/python-calmjs.parse.spec index b5c941e..0e25032 100644 --- a/python-calmjs.parse.spec +++ b/python-calmjs.parse.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-calmjs.parse -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Various parsers for ECMA standards License: MIT