14
0
forked from pool/python-rjsmin

Accepting request 970122 from home:pgajdos:python

- version update to 1.2.0
 *) Improve regex detection. Fixes #17, #23
 *) Add aarch64 wheels (issue #24, #25, contributed by odidev)
 *) Add tests to source distribution (issue #20, contributed by dvzrv)
 *) bytearray input now produces bytearray output
 *) Update python support: 2.7, 3.6+
 *) Emit the correct env var name in the warning message if the compilation of
    the C implementation fails.
- modified patches
  % reproducible.patch (refreshed)

OBS-URL: https://build.opensuse.org/request/show/970122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rjsmin?expand=0&rev=16
This commit is contained in:
2022-04-14 16:39:21 +00:00
committed by Git OBS Bridge
parent 1b21767d99
commit 1ef6a89350
5 changed files with 28 additions and 15 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Apr 14 08:35:15 UTC 2022 - pgajdos@suse.com
- version update to 1.2.0
*) Improve regex detection. Fixes #17, #23
*) Add aarch64 wheels (issue #24, #25, contributed by odidev)
*) Add tests to source distribution (issue #20, contributed by dvzrv)
*) bytearray input now produces bytearray output
*) Update python support: 2.7, 3.6+
*) Emit the correct env var name in the warning message if the compilation of
the C implementation fails.
- modified patches
% reproducible.patch (refreshed)
-------------------------------------------------------------------
Mon Apr 20 09:44:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>