Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ansel for openSUSE:Factory checked in at 2022-09-17 20:10:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ansel (Old) and /work/SRC/openSUSE:Factory/.python-ansel.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ansel" Sat Sep 17 20:10:26 2022 rev:4 rq:1004097 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ansel/python-ansel.changes 2021-11-22 23:04:44.853818582 +0100 +++ /work/SRC/openSUSE:Factory/.python-ansel.new.2083/python-ansel.changes 2022-09-17 20:10:32.721192412 +0200 @@ -1,0 +2,8 @@ +Fri Sep 16 11:06:43 UTC 2022 - [email protected] + +- version update to 1.0.0 + * first stable release + https://github.com/haney/python-ansel/releases/tag/v1.0.0 +- python-six is not required + +------------------------------------------------------------------- Old: ---- ansel-0.2.0.tar.gz New: ---- ansel-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ansel.spec ++++++ --- /var/tmp/diff_new_pack.NvYU1r/_old 2022-09-17 20:10:33.273194004 +0200 +++ /var/tmp/diff_new_pack.NvYU1r/_new 2022-09-17 20:10:33.285194039 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ansel # -# Copyright (c) 2021 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,22 +18,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ansel -Version: 0.2.0 +Version: 1.0.0 Release: 0 Summary: Codecs for reading/writing documents in the ANSEL character set License: MIT Group: Development/Languages/Python URL: https://github.com/haney/python-ansel -Source: https://files.pythonhosted.org/packages/source/a/ansel/ansel-%{version}.tar.gz +Source: https://github.com/haney/python-ansel/archive/refs/tags/v1.0.0.tar.gz#/ansel-%{version}.tar.gz +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-six BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pyfakefs} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} # /SECTION %python_subpackages @@ -41,15 +41,13 @@ Codecs for reading/writing documents in the ANSEL character set. %prep -%setup -q -n ansel-%{version} -# https://github.com/haney/python-ansel/issues/109 -sed -i 's:.pytest-runner.::' setup.py +%setup -q -n python-ansel-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ ansel-0.2.0.tar.gz -> ansel-1.0.0.tar.gz ++++++ ++++ 1735 lines of diff (skipped)
