forked from pool/python-calmjs.parse
Accepting request 1124864 from devel:languages:python
- 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/request/show/1124864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-calmjs.parse?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab954752724fd24af9c36a54ea9ed566f7845881d9aab665b4923373d0bf47cc
|
||||
size 147176
|
||||
3
1.3.1.tar.gz
Normal file
3
1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df7123f8a8b9154cf775e1d15df32c76c1d6f9ca83da202e65b6e893c4ccdc3f
|
||||
size 152117
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 11:43:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <asn@cryptomilk.org>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user