15
0
forked from pool/python-calmjs

- Update to 3.4.2:

- This is a maintenance release for Python 3.10; no substantial
    changes were been made.
  - Provided a check for disabling integration tests using the
    CALMJS_SKIP_INTEGRATION environment variable, when set to a non-
    empty string, the integration tests found in test_dist will be
    skipped. [ #60 ]
- Fix running of tests (gh#calmjs/calmjs#61).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs?expand=0&rev=9
This commit is contained in:
2021-11-11 22:57:20 +00:00
committed by Git OBS Bridge
parent b12f8b550c
commit 642d04be1b
4 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Nov 11 22:29:55 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 3.4.2:
- This is a maintenance release for Python 3.10; no substantial
changes were been made.
- Provided a check for disabling integration tests using the
CALMJS_SKIP_INTEGRATION environment variable, when set to a non-
empty string, the integration tests found in test_dist will be
skipped. [ #60 ]
- Fix running of tests (gh#calmjs/calmjs#61).
-------------------------------------------------------------------
Fri Jan 22 14:00:18 UTC 2021 - Markéta Machová <mmachova@suse.com>