Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-idna for openSUSE:Factory checked in at 2022-09-18 17:32:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-idna (Old) and /work/SRC/openSUSE:Factory/.python-idna.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-idna" Sun Sep 18 17:32:11 2022 rev:14 rq:1004262 version:3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-idna/python-idna.changes 2022-07-05 12:27:29.233871573 +0200 +++ /work/SRC/openSUSE:Factory/.python-idna.new.2083/python-idna.changes 2022-09-18 17:32:14.317773720 +0200 @@ -1,0 +2,11 @@ +Fri Sep 16 18:24:43 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 3.4: + * Update to Unicode 15.0.0 + * Migrate to pyproject.toml for build information (PEP 621) + * Correct another instance where generic exception was raised instead of + IDNAError for malformed input + * Source distribution uses zeroized file ownership for improved + reproducibility + +------------------------------------------------------------------- Old: ---- idna-3.3.tar.gz New: ---- idna-3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-idna.spec ++++++ --- /var/tmp/diff_new_pack.2CYiaO/_old 2022-09-18 17:32:14.793775109 +0200 +++ /var/tmp/diff_new_pack.2CYiaO/_new 2022-09-18 17:32:14.797775121 +0200 @@ -19,14 +19,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-idna -Version: 3.3 +Version: 3.4 Release: 0 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/kjd/idna Source0: https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz +BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20220106.80d3756 BuildArch: noarch @@ -47,10 +50,10 @@ %setup -q -n idna-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ idna-3.3.tar.gz -> idna-3.4.tar.gz ++++++ ++++ 12868 lines of diff (skipped)