Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bidict for openSUSE:Factory checked in at 2023-04-26 17:24:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bidict (Old) and /work/SRC/openSUSE:Factory/.python-bidict.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bidict" Wed Apr 26 17:24:37 2023 rev:12 rq:1082828 version:0.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bidict/python-bidict.changes 2022-09-25 15:35:55.299712324 +0200 +++ /work/SRC/openSUSE:Factory/.python-bidict.new.1533/python-bidict.changes 2023-04-26 17:25:10.621558698 +0200 @@ -1,0 +2,9 @@ +Fri Feb 10 10:31:11 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.22.1: + * Only include the source code in the source distribution. This + reduces the size of the source distribution from ~200kB to ~30kB. + * Fix the return type hint of bidict.inverted() to return an + Iterator, rather than an Iterable + +------------------------------------------------------------------- Old: ---- bidict-0.22.0.tar.gz New: ---- bidict-0.22.1-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bidict.spec ++++++ --- /var/tmp/diff_new_pack.ayVrm3/_old 2023-04-26 17:25:11.737565209 +0200 +++ /var/tmp/diff_new_pack.ayVrm3/_new 2023-04-26 17:25:11.745565255 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-bidict # -# 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 @@ -19,20 +19,22 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bidict -Version: 0.22.0 +Version: 0.22.1 Release: 0 Summary: Bidirectional map implementation for Python License: MPL-2.0 URL: https://github.com/jab/bidict -Source: https://files.pythonhosted.org/packages/source/b/bidict/bidict-%{version}.tar.gz +Source: https://github.com/jab/bidict/archive/refs/tags/v%{version}.tar.gz#/bidict-%{version}-gh.tar.gz BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module hypothesis >= 3.6.1} BuildRequires: %{python_module pytest >= 3.0.7} BuildRequires: %{python_module pytest-benchmark >= 3.1.0a1} +BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module sortedcollections >= 0.4.2} BuildRequires: %{python_module sortedcontainers >= 1.5.5} # /SECTION @@ -48,16 +50,16 @@ %build export LANG=en_US.UTF-8 -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install export LANG=en_US.UTF-8 %python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LANG=en_US.UTF-8 -%python_expand py.test-%{$python_bin_suffix} +%pytest %files %{python_files} %doc CHANGELOG.rst README.rst docs/*.rst