Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-voluptuous for openSUSE:Factory checked in at 2022-10-03 13:44:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-voluptuous (Old) and /work/SRC/openSUSE:Factory/.python-voluptuous.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-voluptuous" Mon Oct 3 13:44:36 2022 rev:8 rq:1007462 version:0.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-voluptuous/python-voluptuous.changes 2020-06-28 23:06:42.634935239 +0200 +++ /work/SRC/openSUSE:Factory/.python-voluptuous.new.2275/python-voluptuous.changes 2022-10-03 13:44:52.149363571 +0200 @@ -1,0 +2,16 @@ +Sat Oct 1 14:37:36 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.13.1: + * Ignore `Enum` if it is unavailable + * Fix email regex match for Python 2.7 + * Enable github actions + * Convert codebase to adhere to `flake8` W504 (PEP 8) + * Enable `flake8` in github actions + * `pytest` migration + enable Python 3.10 + * Display valid `Enum` values in `Coerce` + * Revert Breaking Maybe change in 0.12.1 + * Revert Breaking `Maybe` change in 0.12.1 + * Fix Email Regex to not match on extra characters +- drop python-voluptuous-remove-nose.patch (upstream) + +------------------------------------------------------------------- Old: ---- _service python-voluptuous-remove-nose.patch voluptuous-0.11.7.tar.gz New: ---- python-voluptuous-0.13.1-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-voluptuous.spec ++++++ --- /var/tmp/diff_new_pack.UC9oSJ/_old 2022-10-03 13:44:52.677364732 +0200 +++ /var/tmp/diff_new_pack.UC9oSJ/_new 2022-10-03 13:44:52.681364741 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-voluptuous # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-voluptuous -Version: 0.11.7 +Version: 0.13.1 Release: 0 Summary: A Python data validation library License: BSD-3-Clause Group: Development/Languages/Python -URL: http://github.com/alecthomas/voluptuous -Source: https://files.pythonhosted.org/packages/source/v/voluptuous/voluptuous-%{version}.tar.gz -# https://github.com/alecthomas/voluptuous/pull/422 -Patch0: python-voluptuous-remove-nose.patch +URL: https://github.com/alecthomas/voluptuous +Source: https://github.com/alecthomas/voluptuous/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}-gh.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -40,7 +38,6 @@ %prep %setup -q -n voluptuous-%{version} -%patch0 -p1 %build %python_build