python-cramjam/python-cramjam.changes
Matej Cepl 8add767cda Accepting request 1032126 from home:bnavigator:branches:devel:languages:python:numeric
- Update to v2.6.1
  * Switch brotli2 -> brotli crate by @milesgranger in #87

- Update to v2.6.0
  * Update to pyo3 0.16 by @messense in #78
  * Update dependencies and simplify CI by @messense in #79
  * Support Lz4 de/compress_block_into functions by @milesgranger
    in #80
  * Upgrade maturin to 0.13.0 by @messense in #81
  * Integration tests, benchmark updates, subclass Buffer by
    @milesgranger in #83
  * Bump lz4-sys from 1.9.3 to 1.9.4 by @dependabot in #84
  * Add Python 3.11 by @milesgranger in #85
- Release v2.5.0
  * Incorporate property-based testing by @milesgranger in #69
  * Support bzip2 by @milesgranger in #70
- Release  v2.4.0
  * This release comes with streaming compression support for all
    variants. And updates Gzip compression variant to support
    properly decoding input which has multiple streams, as is the
    default with std gzip lib. This release does not alter any of
    the existing APIs.
  * Support compressed gzip multistream (#64) b9cfa13
  * Support Compressor for each variant (#64) 8ecb0fa
  * Support .flush for Compressor (#68) 4b92e42
  * Add official OSI name in the license metadata (#66) 446a671

OBS-URL: https://build.opensuse.org/request/show/1032126
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cramjam?expand=0&rev=5
2022-10-29 11:44:47 +00:00

57 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Sat Oct 29 09:30:13 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to v2.6.1
* Switch brotli2 -> brotli crate by @milesgranger in #87
-------------------------------------------------------------------
Fri Oct 28 16:05:38 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to v2.6.0
* Update to pyo3 0.16 by @messense in #78
* Update dependencies and simplify CI by @messense in #79
* Support Lz4 de/compress_block_into functions by @milesgranger
in #80
* Upgrade maturin to 0.13.0 by @messense in #81
* Integration tests, benchmark updates, subclass Buffer by
@milesgranger in #83
* Bump lz4-sys from 1.9.3 to 1.9.4 by @dependabot in #84
* Add Python 3.11 by @milesgranger in #85
- Release v2.5.0
* Incorporate property-based testing by @milesgranger in #69
* Support bzip2 by @milesgranger in #70
- Release v2.4.0
* This release comes with streaming compression support for all
variants. And updates Gzip compression variant to support
properly decoding input which has multiple streams, as is the
default with std gzip lib. This release does not alter any of
the existing APIs.
* Support compressed gzip multistream (#64) b9cfa13
* Support Compressor for each variant (#64) 8ecb0fa
* Support .flush for Compressor (#68) 4b92e42
* Add official OSI name in the license metadata (#66) 446a671
-------------------------------------------------------------------
Tue Sep 28 01:17:05 UTC 2021 - William Brown <william.brown@suse.com>
- Replace rust-packaging with cargo-packaging
-------------------------------------------------------------------
Mon Jul 19 19:37:30 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 2.3.2
* no core library code changes
- Update filelist due to updated setuptools: not a single .so but
a full module directory now.
- run cargo crate service: update vendored rust crates
- re-activate cargo audit service
* gh#openSUSE/obs-service-cargo_audit#1 is fixed
-------------------------------------------------------------------
Tue May 18 14:12:27 UTC 2021 - Ben Greiner <code@bnavigator.de>
- initial specfile for 2.3.1
- new requirement of python-fastparquet 0.6
- use rust cargo crate vendoring following the how-to from
https://fy.blackhats.net.au/blog/html/2021/02/15/getting_started_packaging_a_rust_cli_tool_in_suse_obs.html