From fd0b3cf47aeffd990c355890e5365f72a76847ff1350a86ffb35f1ad09e68aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 7 Sep 2022 08:14:06 +0000 Subject: [PATCH] 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 --- google-crc32c-1.5.0.tar.gz | 3 +++ python-crc32c-1.3.0.tar.gz | 3 --- python-google-crc32c.changes | 11 +++++++++++ python-google-crc32c.spec | 11 ++++------- 4 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 google-crc32c-1.5.0.tar.gz delete mode 100644 python-crc32c-1.3.0.tar.gz diff --git a/google-crc32c-1.5.0.tar.gz b/google-crc32c-1.5.0.tar.gz new file mode 100644 index 0000000..33cb549 --- /dev/null +++ b/google-crc32c-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029111b916bf130d9bcb13ad81d592e66623713f7791dd6d2bf366afd15dacf6 +size 26715 diff --git a/python-crc32c-1.3.0.tar.gz b/python-crc32c-1.3.0.tar.gz deleted file mode 100644 index fab047c..0000000 --- a/python-crc32c-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:573d5f16a2c8e7cb8eab5e962f2aca6dd4a684178f9803e1c5ca2914bf023afa -size 26718 diff --git a/python-google-crc32c.changes b/python-google-crc32c.changes index 998e7b8..11f9947 100644 --- a/python-google-crc32c.changes +++ b/python-google-crc32c.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 6 14:45:57 UTC 2022 - John Vandenberg + +- 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 diff --git a/python-google-crc32c.spec b/python-google-crc32c.spec index 253dcff..1bd013a 100644 --- a/python-google-crc32c.spec +++ b/python-google-crc32c.spec @@ -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