Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-parse_type for openSUSE:Factory checked in at 2023-07-03 17:43:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parse_type (Old) and /work/SRC/openSUSE:Factory/.python-parse_type.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parse_type" Mon Jul 3 17:43:02 2023 rev:6 rq:1096413 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parse_type/python-parse_type.changes 2022-02-28 19:44:18.893958065 +0100 +++ /work/SRC/openSUSE:Factory/.python-parse_type.new.13546/python-parse_type.changes 2023-07-03 17:43:04.696822030 +0200 @@ -1,0 +2,15 @@ +Sun Jul 2 15:18:54 UTC 2023 - Matej Cepl <[email protected]> + +- Update to 0.6.1: + - Switch to MIT license (same as: parse module) + - Use SPDX-License-Identifier in source code (to simplify + understanding) + - UPDATE/SYNC to parse v1.19.1 + - ADDED: pyproject.toml to support newer pip versions + - REASON: setup.py becomes DEPRECATED in 2023-09 for newer pip + versions. + - Issue #19: 0.6.0: pytest is failing in two units (caused by: + parse v1.19.1) + - Issue #1: Licensing confusion + +------------------------------------------------------------------- Old: ---- v0.6.0.tar.gz New: ---- v0.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parse_type.spec ++++++ --- /var/tmp/diff_new_pack.PJodmu/_old 2023-07-03 17:43:05.436826387 +0200 +++ /var/tmp/diff_new_pack.PJodmu/_new 2023-07-03 17:43:05.440826411 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-parse_type # -# 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 @@ -16,28 +16,28 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-parse_type -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: Extension to the parse module -License: BSD-3-Clause +License: MIT Group: Development/Languages/Python URL: https://github.com/jenisys/parse_type Source: https://github.com/jenisys/parse_type/archive/v%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-parse >= 1.12.0 +Requires: python-six >= 1.11 +BuildArch: noarch %if %{with python2} BuildRequires: python-enum34 %endif -Requires: python-parse >= 1.12.0 -Requires: python-six >= 1.11 %ifpython2 Requires: python-enum34 %endif -BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module parse >= 1.12.0} BuildRequires: %{python_module pytest >= 3.0} @@ -58,7 +58,7 @@ primary type converter %prep -%setup -q -n parse_type-%{version} +%autosetup -p1 -n parse_type-%{version} # no extra pytest options are needed rm pytest.ini @@ -67,10 +67,10 @@ rm tests/test_parse.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -79,6 +79,7 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/parse_type +%{python_sitelib}/parse_type-%{version}*-info %changelog ++++++ v0.6.0.tar.gz -> v0.6.1.tar.gz ++++++ ++++ 6318 lines of diff (skipped)
