Accepting request 1001488 from home:jayvdb:branches:devel:languages:python

- Update to v1.5.0

OBS-URL: https://build.opensuse.org/request/show/1001488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-crc32c?expand=0&rev=6
This commit is contained in:
Markéta Machová 2022-09-07 08:14:06 +00:00 committed by Git OBS Bridge
parent 628c9ade89
commit fd0b3cf47a
4 changed files with 18 additions and 10 deletions

BIN
google-crc32c-1.5.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:573d5f16a2c8e7cb8eab5e962f2aca6dd4a684178f9803e1c5ca2914bf023afa
size 26718

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 6 14:45:57 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Update to v1.5.0
* add support for Python 3.11
* drop support for python 3.6
* fix changelog header to consistent size
- from v1.4.0
* add 'py.typed' declaration
* add empty slots to CommonChecksum
-------------------------------------------------------------------
Thu Apr 7 10:36:52 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -19,28 +19,25 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname google-crc32c
Name: python-google-crc32c
Version: 1.3.0
Version: 1.5.0
Release: 0
Summary: A python wrapper of the C library 'Google CRC32C'
License: Apache-2.0
URL: https://github.com/googleapis/python-crc32c
Source: https://github.com/googleapis/python-crc32c/archive/refs/tags/v%{version}.tar.gz#/python-crc32c-%{version}.tar.gz
Source: https://github.com/googleapis/python-crc32c/archive/refs/tags/v%{version}.tar.gz#/google-crc32c-%{version}.tar.gz
BuildRequires: %{python_module cffi >= 1.0.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: libcrc32c-devel
BuildRequires: python-rpm-macros
Requires: python-cffi >= 1.0.0
Suggests: python-pytest
# SECTION test requirements
BuildRequires: %{python_module cffi >= 1.0.0}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
%description
A python wrapper of the C library 'Google CRC32C'
A python wrapper of the C library 'Google CRC32C'.
%prep
%autosetup -p1 -n python-crc32c-%{version}
@ -59,6 +56,6 @@ export CFLAGS="%{optflags}"
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitearch}/*
%{python_sitearch}/google_crc32c*/
%changelog