Accepting request 822029 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/822029 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstandard?expand=0&rev=5
This commit is contained in:
commit
02355510a1
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 21 08:39:31 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Mon Mar 9 10:11:02 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-zstandard
|
Name: python-zstandard
|
||||||
Version: 0.13.0
|
Version: 0.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zstandard bindings for Python
|
Summary: Zstandard bindings for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5cbd8b751bd498f275b0582f449f92f14e64f4e03b5bf51c571240d40d43561
|
|
||||||
size 659422
|
|
3
zstandard-0.14.0.tar.gz
Normal file
3
zstandard-0.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9052398da52e8702cf9929999c8986b0f68b18c793e309cd8dff5cb7863d7652
|
||||||
|
size 676761
|
Loading…
x
Reference in New Issue
Block a user