15
0

- 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
This commit is contained in:
2023-11-10 11:51:35 +00:00
committed by Git OBS Bridge
parent ea8deff587
commit b23890bb6e
4 changed files with 16 additions and 4 deletions

View File

@@ -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>