Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cleo for openSUSE:Factory checked in at 2022-10-17 14:57:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cleo (Old) and /work/SRC/openSUSE:Factory/.python-cleo.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cleo" Mon Oct 17 14:57:27 2022 rev:7 rq:1009273 version:1.0.0~a5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cleo/python-cleo.changes 2022-02-26 17:02:21.515538531 +0100 +++ /work/SRC/openSUSE:Factory/.python-cleo.new.2275/python-cleo.changes 2022-10-17 14:57:29.854069411 +0200 @@ -1,0 +2,8 @@ +Sun Oct 9 13:05:27 UTC 2022 - Ben Greiner <[email protected]> + +- Update to 1.0.0a5 + * no release notes + * pre-release version required by poetry 1.2 + gh#python-poetry/poetry#3618 + +------------------------------------------------------------------- Old: ---- python-cleo-0.8.1.tar.gz New: ---- cleo-1.0.0a5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cleo.spec ++++++ --- /var/tmp/diff_new_pack.vDj6Ge/_old 2022-10-17 14:57:30.310070287 +0200 +++ /var/tmp/diff_new_pack.vDj6Ge/_new 2022-10-17 14:57:30.318070302 +0200 @@ -16,30 +16,26 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 +%define pyversion 1.0.0a5 Name: python-cleo -Version: 0.8.1 +Version: 1.0.0~a5 Release: 0 Summary: Python module for creating testable command-line interfaces License: MIT Group: Development/Languages/Python URL: https://github.com/sdispater/cleo -Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: %{python_module clikit >= 0.6.0} -BuildRequires: %{python_module pastel >= 0.2.0} +Source: https://github.com/sdispater/cleo/archive/%{pyversion}.tar.gz#/cleo-%{pyversion}.tar.gz +BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module crashtest >= 0.3.1} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pylev >= 1.3} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module typing} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-clikit >= 0.6.0 -Requires: python-pastel >= 0.2.0 +Requires: python-crashtest >= 0.3.1 Requires: python-pylev >= 1.3 -Requires: python-typing BuildArch: noarch %python_subpackages @@ -47,7 +43,7 @@ Cleo allows creating testable command-line interfaces. %prep -%setup -q -n cleo-%{version} +%setup -q -n cleo-%{pyversion} %build %pyproject_wheel @@ -60,9 +56,9 @@ %pytest %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/cleo -%{python_sitelib}/cleo-%{version}*info +%{python_sitelib}/cleo-%{pyversion}*info %changelog ++++++ python-cleo-0.8.1.tar.gz -> cleo-1.0.0a5.tar.gz ++++++ ++++ 16260 lines of diff (skipped)
