Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bump2version for openSUSE:Factory checked in at 2021-04-17 23:24:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bump2version (Old) and /work/SRC/openSUSE:Factory/.bump2version.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bump2version" Sat Apr 17 23:24:48 2021 rev:4 rq:886118 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bump2version/bump2version.changes 2021-02-18 20:50:20.123322486 +0100 +++ /work/SRC/openSUSE:Factory/.bump2version.new.12324/bump2version.changes 2021-04-17 23:24:50.533581483 +0200 @@ -1,0 +2,11 @@ +Fri Apr 16 18:34:13 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to 1.0.1 + * Enable special characters in search/replace + * Allow globbing a pattern to match multiple files + * Added a way to only bump a specified file via ???no-configured-files + * Fixed: dry-run now correctly outputs + * Fixed: no more falling back to default search +- Only build for major python3 + +------------------------------------------------------------------- Old: ---- bump2version-1.0.0.tar.gz New: ---- bump2version-1.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bump2version.spec ++++++ --- /var/tmp/diff_new_pack.1M2URh/_old 2021-04-17 23:24:50.949582192 +0200 +++ /var/tmp/diff_new_pack.1M2URh/_new 2021-04-17 23:24:50.953582199 +0200 @@ -16,16 +16,17 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +# Flavor to build for +%define pythons python3 Name: bump2version -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Version-bump software with a single command License: MIT Group: Development/Languages/Python URL: https://github.com/c4urself/bump2version -Source: https://files.pythonhosted.org/packages/source/b/bump2version/bump2version-%{version}.tar.gz +# using GH URL instead of PyPI as the PyPI tarball contains already-prebuilt files +Source: %{URL}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module pytest >= 3.4.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testfixtures >= 6.0.0} @@ -33,7 +34,7 @@ BuildRequires: python-rpm-macros Obsoletes: bumpversion <= 0.6.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -49,7 +50,7 @@ This package obsoletes bumpversion. %prep -%setup -q -n bump2version-%{version} +%setup -q %build %python_build ++++++ bump2version-1.0.0.tar.gz -> bump2version-1.0.1.tar.gz ++++++ ++++ 2710 lines of diff (skipped)
