forked from pool/python-google-crc32c
Accepting request 967467 from home:glaubitz:branches:devel:languages:python
- Update to version 1.3.0 Features * add support for Python 3.10 (#116) - from version 1.2.0 Features * build wheels using CIBuildWheel (#103) Documentation * update list of supported wheel platforms / architectures (#105) - from version 1.1.5 Bug Fixes * revert to silent fallback to pure-Python build (#93) * fix segfault on MacOS 11 ("Big Sur") for Python < 3.9 (#93) - from version 1.1.4 Bug Fixes * advise setting 'CRC32C_PURE_PYTHON' after build failure (#84) * restore building 'manylinux1' wheels (#87) * use correct Python 3.10 specifier (#88) - from version 1.1.3 Performance Improvements * replace CFFI with a native C extension (#76) OBS-URL: https://build.opensuse.org/request/show/967467 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-crc32c?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24f4015fadc35ec4e2d138d89d00c28976ef8217c6cf8264b4c55ae0c89b1fe1
|
||||
size 24138
|
||||
3
python-crc32c-1.3.0.tar.gz
Normal file
3
python-crc32c-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:573d5f16a2c8e7cb8eab5e962f2aca6dd4a684178f9803e1c5ca2914bf023afa
|
||||
size 26718
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 10:36:52 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 1.3.0
|
||||
Features
|
||||
* add support for Python 3.10 (#116)
|
||||
- from version 1.2.0
|
||||
Features
|
||||
* build wheels using CIBuildWheel (#103)
|
||||
Documentation
|
||||
* update list of supported wheel platforms / architectures (#105)
|
||||
- from version 1.1.5
|
||||
Bug Fixes
|
||||
* revert to silent fallback to pure-Python build (#93)
|
||||
* fix segfault on MacOS 11 ("Big Sur") for Python < 3.9 (#93)
|
||||
- from version 1.1.4
|
||||
Bug Fixes
|
||||
* advise setting 'CRC32C_PURE_PYTHON' after build failure (#84)
|
||||
* restore building 'manylinux1' wheels (#87)
|
||||
* use correct Python 3.10 specifier (#88)
|
||||
- from version 1.1.3
|
||||
Performance Improvements
|
||||
* replace CFFI with a native C extension (#76)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 4 08:56:19 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-crc32c
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define modname google-crc32c
|
||||
Name: python-google-crc32c
|
||||
Version: 1.1.2
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: A python wrapper of the C library 'Google CRC32C'
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user