Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cbor2 for openSUSE:Factory 
checked in at 2023-01-08 21:25:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cbor2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-cbor2.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cbor2"

Sun Jan  8 21:25:39 2023 rev:9 rq:1056835 version:5.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cbor2/python-cbor2.changes        
2022-01-17 00:22:49.768191845 +0100
+++ /work/SRC/openSUSE:Factory/.python-cbor2.new.1563/python-cbor2.changes      
2023-01-08 21:25:40.495295372 +0100
@@ -1,0 +2,8 @@
+Sat Jan  7 23:33:26 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 5.4.6:
+  * Fix tag decoding error
+  * fix potential memory leak
+  * Bump requirement to 3.7+ 
+
+-------------------------------------------------------------------

Old:
----
  cbor2-5.4.2.tar.gz

New:
----
  cbor2-5.4.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cbor2.spec ++++++
--- /var/tmp/diff_new_pack.8c8ukU/_old  2023-01-08 21:25:41.103298984 +0100
+++ /var/tmp/diff_new_pack.8c8ukU/_new  2023-01-08 21:25:41.107299008 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cbor2
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-cbor2
-Version:        5.4.2
+Version:        5.4.6
 Release:        0
 Summary:        Pure Python CBOR (de)serializer with extensive tag support
 License:        MIT
 URL:            https://github.com/agronholm/cbor2
 Source:         
https://files.pythonhosted.org/packages/source/c/cbor2/cbor2-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools >= 40.7.0}
-BuildRequires:  %{python_module setuptools_scm >= 1.7.0}
+BuildRequires:  %{python_module setuptools >= 61}
+BuildRequires:  %{python_module setuptools_scm >= 6.4}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %python_subpackages
@@ -38,15 +40,15 @@
 %prep
 %setup -q -n cbor2-%{version}
 # Remove test dependency on pytest-cov
-sed -i 's/--cov//' setup.cfg
+sed -i 's/--cov//' pyproject.toml
 
 %build
 export LANG=en_US.UTF8
-%python_build
+%pyproject_wheel
 
 %install
 export LANG=en_US.UTF8
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

++++++ cbor2-5.4.2.tar.gz -> cbor2-5.4.6.tar.gz ++++++
++++ 5405 lines of diff (skipped)

Reply via email to