Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yarl for openSUSE:Factory checked in at 2024-01-15 22:11:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yarl (Old) and /work/SRC/openSUSE:Factory/.python-yarl.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yarl" Mon Jan 15 22:11:17 2024 rev:28 rq:1138583 version:1.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yarl/python-yarl.changes 2023-12-13 18:34:11.884709617 +0100 +++ /work/SRC/openSUSE:Factory/.python-yarl.new.21961/python-yarl.changes 2024-01-15 22:11:26.077737056 +0100 @@ -1,0 +2,33 @@ +Sun Jan 14 15:08:48 UTC 2024 - Dirk Müller <[email protected]> + +- update to 1.9.4: + * Started raising :py:exc:`TypeError` when a string value is + passed into :py:meth:`~yarl.URL.build` as the port argument + -- by :user:`commonism`. Previously the empty string as port + would create malformed URLs when rendered as string + representations. + * Started raising :py:exc:`TypeError` when a string value is + passed into :py:meth:`~yarl.URL.build` as the port argument + * Previously the empty string as port would create malformed + URLs when rendered as string representations. (:issue:`883`) + * The leading -- has been dropped from the PEP 517 in-tree + build backend config setting names. --pure-python is now just + pure-python -- by :user:`webknjaz`. The usage now looks as + follows: $ python -m build \ --config-setting=pure- + python=true \ --config-setting=with-cython-tracing=true + (:issue:`963`) + * The leading -- has been dropped from the PEP 517 in-tree + build backend config setting names. --pure-python is now just + pure-python -- by :user:`webknjaz`. + * It is now possible to request line tracing in Cython builds + using the with-cython-tracing PEP 517 config setting -- + :user:`webknjaz`. This can be used in CI and development + environment to measure coverage on Cython modules, but is not + normally useful to the end-users or downstream packagers. + Here's a usage example: $ python -Im pip install . --config- + settings=with-cython-tracing=true For editable installs, + this setting is on by default. Otherwise, it's off unless + requested explicitly. (:issue:`962`) +- drop reproducible.patch (upstream) + +------------------------------------------------------------------- Old: ---- reproducible.patch yarl-1.9.3.tar.gz New: ---- yarl-1.9.4.tar.gz BETA DEBUG BEGIN: Old: requested explicitly. (:issue:`962`) - drop reproducible.patch (upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yarl.spec ++++++ --- /var/tmp/diff_new_pack.TyAptj/_old 2024-01-15 22:11:27.717797037 +0100 +++ /var/tmp/diff_new_pack.TyAptj/_new 2024-01-15 22:11:27.717797037 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-yarl # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,12 @@ %{?sle15_python_module_pythons} Name: python-yarl -Version: 1.9.3 +Version: 1.9.4 Release: 0 Summary: Yet another URL library License: Apache-2.0 URL: https://github.com/aio-libs/yarl/ Source: https://files.pythonhosted.org/packages/source/y/yarl/yarl-%{version}.tar.gz -Patch0: reproducible.patch BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module expandvars} @@ -32,6 +31,8 @@ # test requirements BuildRequires: %{python_module multidict >= 4.0} BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -62,5 +63,5 @@ %license LICENSE %doc CHANGES.rst README.rst %{python_sitearch}/yarl -%{python_sitearch}/yarl-%{version}*-info +%{python_sitearch}/yarl-%{version}.dist-info ++++++ yarl-1.9.3.tar.gz -> yarl-1.9.4.tar.gz ++++++ ++++ 2604 lines of diff (skipped)
