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-09-07 11:06:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-crc32c (Old)
and /work/SRC/openSUSE:Factory/.python-google-crc32c.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-crc32c"
Wed Sep 7 11:06:35 2022 rev:3 rq:1001656 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-crc32c/python-google-crc32c.changes
2022-04-08 00:28:46.109614486 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-crc32c.new.2083/python-google-crc32c.changes
2022-09-07 11:06:53.212536195 +0200
@@ -1,0 +2,11 @@
+Tue Sep 6 14:45:57 UTC 2022 - John Vandenberg <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
python-crc32c-1.3.0.tar.gz
New:
----
google-crc32c-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-crc32c.spec ++++++
--- /var/tmp/diff_new_pack.Fq2N0g/_old 2022-09-07 11:06:53.640537284 +0200
+++ /var/tmp/diff_new_pack.Fq2N0g/_new 2022-09-07 11:06:53.648537304 +0200
@@ -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 @@
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitearch}/*
+%{python_sitearch}/google_crc32c*/
%changelog