14
0
forked from pool/python-zstd

42 Commits

Author SHA256 Message Date
446057016e Accepting request 1295862 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1295862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=20
2025-07-26 11:42:33 +00:00
e9983e96cc - Update to 1.5.7.2
* caching number of available cores from cpuinfo
    by 60 seconds (VM may change settings)
- from version 1.5.7.1
  * fixed function ZSTD_min_compression_level() - now
    returns real number, not some shifted int value
  * added some information functions about debug level
    builded with
  * module now building with -O3 level of optimization.
    Probably will be about 20% faster
  * module now building with binary stripping
    (wheels for 3.13 and 3.14 will be smaller)
  * module now building with disabled LTO
  * added pypy builds
- from version 1.5.7.0
  * Update bundled libzstd to 1.5.7
  * Wheel for linux are here and pipy (built
    on Ubuntu xenial, gcc-5, manylinux_2_14)
- from version 1.5.6.8
  * Make decompression of zstd stream data possible
    #228 and #100
  * Wheel for python3.12 amd64 uploaded here
- from version 1.5.6.7
  * support of multiple instances of interpreter
    with own GIL by @domysh
- Set ZSTD_EXTERNAL=1 to use system-provided libzstd
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=38
2025-07-26 05:18:52 +00:00
dc6715eb56 Accepting request 1265483 from devel:languages:python
- update to 1.5.6.6:
  * fix module version string form then building with external
    system library #203
- update to 1.5.6.5:
  * find pkg-config in paths defined in PATH environment
    variable, as suggested by @parona-source
  * add new options for development `--all-warnings` and `--all-
    warnings-errors`
  * fix action setup for building wheels
- update to 1.5.6.4:
  * fixed `check()` function
  * fixed various compiller warnings
  * added some developer/debug options for compilation

OBS-URL: https://build.opensuse.org/request/show/1265483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=19
2025-03-31 09:43:06 +00:00
ed37617a12 - update to 1.5.6.6:
* fix module version string form then building with external
    system library #203
- update to 1.5.6.5:
  * find pkg-config in paths defined in PATH environment
    variable, as suggested by @parona-source
  * add new options for development `--all-warnings` and `--all-
    warnings-errors`
  * fix action setup for building wheels
- update to 1.5.6.4:
  * fixed `check()` function
  * fixed various compiller warnings
  * added some developer/debug options for compilation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=36
2025-03-30 08:07:29 +00:00
678e1f677f Accepting request 1235961 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=18
2025-01-09 14:11:03 +00:00
8aa0d48263 Accepting request 1235954 from home:yacar:branches:devel:languages:python
- update to 1.5.6.1:
  * Update libzstd to v1.5.6
  * Update action to genegate wheels

OBS-URL: https://build.opensuse.org/request/show/1235954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=34
2025-01-08 14:26:11 +00:00
c08e0f5dfc Accepting request 1084232 from devel:languages:python
- update to 1.5.5.1:
  * Update bindled libzstd to 1.5.5
  * Fix decompression of multiple concatenated frames in one
    input string
  * Generic automated builds are pushed to PyPi.
  * `x86` and `x64` builded under Ubuntu 16.04. And with sse+sse2
    optimizations enabled via compiler.
  * `armhf` and `arm64` builded under Ubuntu 18.04.
  * `armhf` builded on Raspberry PI 2B and optimized for it.
  * `arm64` builded on Raspberry PI 4B and optimized for it.
  * PyPy builds on `arm64` missing `2.7` as it are broken.
  * MacOsX builds done inside 11.7 hackintosh
  * Don't fail with exception if defined number of threads to
    compress is bigger than libzstd can take.
  * Silently drop it value down to max threads.

OBS-URL: https://build.opensuse.org/request/show/1084232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=17
2023-05-03 10:57:55 +00:00
5e57612d37 - update to 1.5.5.1:
* Update bindled libzstd to 1.5.5
  * Fix decompression of multiple concatenated frames in one
    input string
  * Generic automated builds are pushed to PyPi.
  * `x86` and `x64` builded under Ubuntu 16.04. And with sse+sse2
    optimizations enabled via compiler.
  * `armhf` and `arm64` builded under Ubuntu 18.04.
  * `armhf` builded on Raspberry PI 2B and optimized for it.
  * `arm64` builded on Raspberry PI 4B and optimized for it.
  * PyPy builds on `arm64` missing `2.7` as it are broken.
  * MacOsX builds done inside 11.7 hackintosh
  * Don't fail with exception if defined number of threads to
    compress is bigger than libzstd can take.
  * Silently drop it value down to max threads.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=32
2023-05-03 09:23:45 +00:00
59136f80e2 Accepting request 1081712 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=16
2023-04-21 16:47:58 +00:00
92ef848c1d Accepting request 1081711 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=30
2023-04-21 13:26:55 +00:00
6adefb39e8 Accepting request 1068190 from devel:languages:python
- Update to version 1.5.4.0:
  - Update libzstd to 1.5.4

OBS-URL: https://build.opensuse.org/request/show/1068190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=15
2023-02-28 14:15:11 +00:00
8769c9c941 - Update to version 1.5.4.0:
- Update libzstd to 1.5.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=28
2023-02-28 13:46:06 +00:00
da51eb0414 Accepting request 1010360 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=14
2022-10-14 13:41:17 +00:00
68bcc8fcd5 Accepting request 1010315 from home:yarunachalam:branches:devel:languages:python
- Update to version 1.5.2.6 
  * Fix a nasty bug - corrupted compression of empty string, and decompression too.
  * Wheels
    Generic automated builds are pushed to PyPi.
    x86 and x64 builded under Ubuntu 16.04. And with sse+sse2 optimizations enabled via compiler.
    armhf and arm64 builded under Ubuntu 18.04.
    armhf builded on Raspberry PI 2B and optimized for it.
    arm64 builded on Raspberry PI 4B and optimized for it.
    There is no Python-3.10 for armhf yeat.
    PyPy builds on arm64 missing 2.7 and 3.7 as they are broken.
    MacOsX builds done inside 11.6 hackintosh
    There is no builds for Windows.

OBS-URL: https://build.opensuse.org/request/show/1010315
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=26
2022-10-13 06:49:21 +00:00
db75b19fe7 Accepting request 980766 from devel:languages:python
- update to 1.5.2.5:
  * Update bundled libzstd to 1.5.2
  * Add support of setting build options via envvars
  * Fixed config for github actions to build wheels
  * Force disable all ASM for AMD code

OBS-URL: https://build.opensuse.org/request/show/980766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=13
2022-06-04 21:27:22 +00:00
ce7deaece5 - update to 1.5.2.5:
* Update bundled libzstd to 1.5.2
  * Add support of setting build options via envvars
  * Fixed config for github actions to build wheels
  * Force disable all ASM for AMD code

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=24
2022-06-04 13:46:07 +00:00
583bd970d0 Accepting request 945299 from devel:languages:python
- update to 1.5.1.0:
  * update libzstd to 1.5.1 - follow upstream
  * fix passing VERSION string to compiler

OBS-URL: https://build.opensuse.org/request/show/945299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=12
2022-01-10 23:01:53 +00:00
bc20cdcc42 - update to 1.5.1.0:
* update libzstd to 1.5.1 - follow upstream
  * fix passing VERSION string to compiler

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=23
2022-01-10 11:50:43 +00:00
5ea54a91e0 Accepting request 936297 from devel:languages:python
- update to 1.5.0.4:
  * python 3.9/3.10 support

OBS-URL: https://build.opensuse.org/request/show/936297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=11
2021-12-09 18:45:21 +00:00
c9c80d0fa6 - update to 1.5.0.4:
* python 3.9/3.10 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=22
2021-12-07 16:37:09 +00:00
f4f011d4e3 Accepting request 907022 from devel:languages:python
- update to 1.5.0.2:
  * simplify tests
  * add new function for them: ZSTD_external(): 0/1
  * fix build - missing new file: zstd_errors.h
  * Removed old function which generated custom block header
  * Updated zstd to new upstream version 1.5.0
- drop test-once.patch: not needed

OBS-URL: https://build.opensuse.org/request/show/907022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=10
2021-07-20 13:38:55 +00:00
6bf2c928c4 - update to 1.5.0.2:
* simplify tests
  * add new function for them: ZSTD_external(): 0/1
  * fix build - missing new file: zstd_errors.h
  * Removed old function which generated custom block header
  * Updated zstd to new upstream version 1.5.0
- drop test-once.patch: not needed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=21
2021-07-19 06:46:57 +00:00
cf406b0773 Accepting request 868481 from devel:languages:python
- update to 1.4.8.1:
  * Allow ultra-fast levels from -100 to -1
  * Update bundled zstd library to 1.4.8 release

OBS-URL: https://build.opensuse.org/request/show/868481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=9
2021-02-04 19:23:18 +00:00
4a903b98dc - update to 1.4.8.1:
* Allow ultra-fast levels from -100 to -1
  * Update bundled zstd library to 1.4.8 release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=19
2021-02-01 22:30:59 +00:00
8dfb12b242 Accepting request 862892 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/862892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=8
2021-01-18 10:26:23 +00:00
b5933aae7d Accepting request 862850 from home:pgajdos:python
- use %pytest_arch macro

OBS-URL: https://build.opensuse.org/request/show/862850
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=17
2021-01-13 13:18:45 +00:00
a82c2bc3aa Accepting request 821445 from devel:languages:python
- update to 1.4.5.1:
  * Follows upstream 1.4.5 release

OBS-URL: https://build.opensuse.org/request/show/821445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=7
2020-07-17 18:52:01 +00:00
fd9f4f8dfa - update to 1.4.5.1:
* Follows upstream 1.4.5 release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=15
2020-07-17 07:56:23 +00:00
d9055f347e Accepting request 766048 from devel:languages:python
- update to 1.4.4.0
 * Follow upstream 1.4.4

OBS-URL: https://build.opensuse.org/request/show/766048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=6
2020-01-21 20:02:42 +00:00
2727db6cb1 - update to 1.4.4.0
* Follow upstream 1.4.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=13
2020-01-21 11:13:20 +00:00
6157c8b56e Accepting request 729505 from devel:languages:python
- Update to 1.4.3.2:
  * Follow upstream 1.4.3

OBS-URL: https://build.opensuse.org/request/show/729505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=5
2019-09-11 08:32:40 +00:00
Tomáš Chvátal
c4b3228304 - Update to 1.4.3.2:
* Follow upstream 1.4.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=11
2019-09-09 15:16:22 +00:00
ae2f6d4981 Accepting request 723123 from devel:languages:python
- Skip the version comparison tests, they are pretty useless

OBS-URL: https://build.opensuse.org/request/show/723123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=4
2019-08-13 18:45:22 +00:00
Tomáš Chvátal
0ca8d955d9 - Skip the version comparison tests, they are pretty useless
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=9
2019-08-13 16:34:11 +00:00
29c75f2226 Accepting request 717537 from devel:languages:python
- Update to 1.4.1.0:
  * Follow upstream 1.4.1

OBS-URL: https://build.opensuse.org/request/show/717537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=3
2019-07-30 10:37:57 +00:00
Tomáš Chvátal
2da2b6b298 - Update to 1.4.1.0:
* Follow upstream 1.4.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=7
2019-07-22 10:56:56 +00:00
a041579f39 Accepting request 701057 from devel:languages:python
- version update to 1.4.0.0
  * Add LICENSE to MANIFEST.in 
  * Fix version tests - don't sort, just reverse 
  * Remove debug logging

OBS-URL: https://build.opensuse.org/request/show/701057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=2
2019-05-06 19:17:15 +00:00
Tomáš Chvátal
711460ac12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=5 2019-05-06 11:10:08 +00:00
Tomáš Chvátal
b4880787e8 Accepting request 701050 from home:pgajdos
- version update to 1.4.0.0
  * Add LICENSE to MANIFEST.in 
  * Fix version tests - don't sort, just reverse 
  * Remove debug logging

OBS-URL: https://build.opensuse.org/request/show/701050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=4
2019-05-06 10:59:09 +00:00
0c3c069fc3 Accepting request 681404 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/681404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zstd?expand=0&rev=1
2019-03-05 11:23:19 +00:00
Tomáš Chvátal
aa5937a9f0 - Switch to pkgconfig style dependency
tests to run with an external library, and test-once.patch to avoid

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=2
2019-03-04 13:23:33 +00:00
Tomáš Chvátal
0e518d7c48 Accepting request 681403 from home:jayvdb:python-imageio
- Initial spec for v1.3.8.1, adding test-external.patch to allow tests to run with an external library, and test-once to avoid custom hack to run tests which actually runs them twice.

OBS-URL: https://build.opensuse.org/request/show/681403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=1
2019-03-04 13:22:25 +00:00