Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-crc32c for
openSUSE:Factory checked in at 2022-04-08 00:28:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-crc32c (Old)
and /work/SRC/openSUSE:Factory/.python-google-crc32c.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-crc32c"
Fri Apr 8 00:28:07 2022 rev:2 rq:967479 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-crc32c/python-google-crc32c.changes
2021-06-07 22:44:51.156622129 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-crc32c.new.1900/python-google-crc32c.changes
2022-04-08 00:28:46.109614486 +0200
@@ -1,0 +2,24 @@
+Thu Apr 7 10:36:52 UTC 2022 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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)
+
+-------------------------------------------------------------------
Old:
----
python-crc32c-1.1.2.tar.gz
New:
----
python-crc32c-1.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-crc32c.spec ++++++
--- /var/tmp/diff_new_pack.d1qOKn/_old 2022-04-08 00:28:47.333600685 +0200
+++ /var/tmp/diff_new_pack.d1qOKn/_new 2022-04-08 00:28:47.337600641 +0200
@@ -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,24 +19,24 @@
%{?!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
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
-BuildRequires: python-rpm-macros
-BuildRequires: libcrc32c-devel
+BuildRequires: %{python_module cffi >= 1.0.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module cffi >= 1.0.0}
-# SECTION test requirements
-BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module cffi >= 1.0.0}
-# /SECTION
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
++++++ python-crc32c-1.1.2.tar.gz -> python-crc32c-1.3.0.tar.gz ++++++
++++ 2026 lines of diff (skipped)