diff --git a/python-zstandard.changes b/python-zstandard.changes index e2abc45..7d681f8 100644 --- a/python-zstandard.changes +++ b/python-zstandard.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jul 21 08:39:31 UTC 2020 - Marketa Calabkova + +- update to 0.14.0 + * This will likely be the final version supporting Python 2.7. Future + releases will likely only work on Python 3.5+. See #109 for more + context. + * There is a significant possibility that future versions will use + Rust - instead of C - for compiled code. See #110 for more context. + * Some internal fields of C structs are now explicitly initialized. + (Possible fix for #105.) + * The ``make_cffi.py`` script used to build the CFFI bindings now + calls ``distutils.sysconfig.customize_compiler()`` so compiler + customizations (such as honoring the ``CC`` environment variable) + are performed. Patch by @Arfrever. (#103) + * The ``make_cffi.py`` script now sets ``LC_ALL=C`` when invoking + the preprocessor in an attempt to normalize output to ASCII. (#95) + ------------------------------------------------------------------- Mon Mar 9 10:11:02 UTC 2020 - pgajdos@suse.com diff --git a/python-zstandard.spec b/python-zstandard.spec index 32d4d73..b3d2993 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-zstandard -Version: 0.13.0 +Version: 0.14.0 Release: 0 Summary: Zstandard bindings for Python License: BSD-3-Clause diff --git a/zstandard-0.13.0.tar.gz b/zstandard-0.13.0.tar.gz deleted file mode 100644 index e5dec43..0000000 --- a/zstandard-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5cbd8b751bd498f275b0582f449f92f14e64f4e03b5bf51c571240d40d43561 -size 659422 diff --git a/zstandard-0.14.0.tar.gz b/zstandard-0.14.0.tar.gz new file mode 100644 index 0000000..0373c19 --- /dev/null +++ b/zstandard-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9052398da52e8702cf9929999c8986b0f68b18c793e309cd8dff5cb7863d7652 +size 676761