14
0

Accepting request 750214 from home:apersaud:branches:devel:languages:python

- update to version 3.2.0:
  * Added a format_nongpl setuptools extra, which installs only format
    dependencies that are non-GPL (#619).
- specfile:
  * be more explicit in %files section
  * require python-importlib-metadata
- update to version 3.1.1:
  * Temporarily revert the switch to js-regex until #611 and #612 are
    resolved.
- changes from version 3.1.0:
  * Regular expressions throughout schemas now respect the ECMA 262
    dialect, as recommended by the specification (#609).

OBS-URL: https://build.opensuse.org/request/show/750214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=44
This commit is contained in:
Tomáš Chvátal
2019-11-22 08:29:36 +00:00
committed by Git OBS Bridge
parent 77f9de179e
commit 1bbb79a6d2
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Nov 22 06:06:52 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.2.0:
* Added a format_nongpl setuptools extra, which installs only format
dependencies that are non-GPL (#619).
-------------------------------------------------------------------
Sat Nov 16 16:45:36 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* be more explicit in %files section
* require python-importlib-metadata
- update to version 3.1.1:
* Temporarily revert the switch to js-regex until #611 and #612 are
resolved.
- changes from version 3.1.0:
* Regular expressions throughout schemas now respect the ECMA 262
dialect, as recommended by the specification (#609).
-------------------------------------------------------------------
Mon Oct 14 13:49:28 UTC 2019 - Matej Cepl <mcepl@suse.com>