Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wcmatch for openSUSE:Factory checked in at 2022-11-21 15:30:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wcmatch (Old) and /work/SRC/openSUSE:Factory/.python-wcmatch.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wcmatch" Mon Nov 21 15:30:31 2022 rev:2 rq:1037086 version:8.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wcmatch/python-wcmatch.changes 2022-01-29 21:00:13.403423788 +0100 +++ /work/SRC/openSUSE:Factory/.python-wcmatch.new.1597/python-wcmatch.changes 2022-11-21 15:30:56.909060395 +0100 @@ -1,0 +2,15 @@ +Mon Nov 21 10:22:07 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- update to 8.4.1: + - FIX: Windows drive path separators should normalize like other path separators. + - FIX: Fix a Windows pattern parsing issue that caused absolute paths with ambiguous drives to not parse correctly. +- update to 8.4.0: + - NEW: Drop support for Python 3.6. + - NEW: Switch to Hatch backend instead of Setuptools. + - NEW: Add new exclude option to fnmatch, pathlib, and glob methods that allows exclusion patterns to be + specified directly without needing to enable NEGATE and prepend patterns with !. exclude accepts a separate + pattern or pattern list. exclude should not be used in conjunction with NEGATE. One or the other should be used. +- add _service file to easily download this +- change %build to use hatchling + +------------------------------------------------------------------- Old: ---- wcmatch-8.3.tar.gz New: ---- _service wcmatch-8.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wcmatch.spec ++++++ --- /var/tmp/diff_new_pack.WQxycK/_old 2022-11-21 15:30:57.357062669 +0100 +++ /var/tmp/diff_new_pack.WQxycK/_new 2022-11-21 15:30:57.361062689 +0100 @@ -19,17 +19,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?python_enable_dependency_generator} Name: python-wcmatch -Version: 8.3 +Version: 8.4.1 Release: 0 Summary: Wildcard/glob file name matcher License: MIT URL: https://github.com/facelessuser/wcmatch Source: https://files.pythonhosted.org/packages/source/w/wcmatch/wcmatch-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module base > 3.6} BuildRequires: %{python_module bracex} +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -55,10 +57,10 @@ %setup -q -n wcmatch-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ _service ++++++ <services> <service name="download_files" mode="disabled"> </service> </services> ++++++ wcmatch-8.3.tar.gz -> wcmatch-8.4.1.tar.gz ++++++ ++++ 2644 lines of diff (skipped)