Hello community, here is the log from the commit of package python-parver for openSUSE:Factory checked in at 2020-03-08 22:22:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parver (Old) and /work/SRC/openSUSE:Factory/.python-parver.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parver" Sun Mar 8 22:22:38 2020 rev:2 rq:782054 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parver/python-parver.changes 2019-02-24 17:14:19.544462038 +0100 +++ /work/SRC/openSUSE:Factory/.python-parver.new.26092/python-parver.changes 2020-03-08 22:22:44.680025899 +0100 @@ -1,0 +2,12 @@ +Fri Mar 6 09:34:34 UTC 2020 - Ondřej Súkup <mimi...@gmail.com> + +- update to 0.3.0 + * Version.truncate method to remove trailing zeros from the release segment + * Version.bump_epoch method. + * Version now validates each item in the release sequence. + * Add by keyword argument to bump_pre, bump_post, and bump_dev methods + * The Version constructor now uses an empty string to represent an implicit + zero instead of None + * Version.clear is no longer necessary. + +------------------------------------------------------------------- Old: ---- parver-0.2.1.tar.gz New: ---- parver-0.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parver.spec ++++++ --- /var/tmp/diff_new_pack.Cik0d9/_old 2020-03-08 22:22:45.144026186 +0100 +++ /var/tmp/diff_new_pack.Cik0d9/_new 2020-03-08 22:22:45.152026191 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-parver # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parver -Version: 0.2.1 +Version: 0.3.0 Release: 0 Summary: Module to parse and manipulate version numbers License: MIT @@ -32,13 +32,13 @@ BuildRequires: %{python_module attrs >= 17.4.0} BuildRequires: %{python_module hypothesis >= 3.56} BuildRequires: %{python_module pretend >= 1.0} -BuildRequires: %{python_module pytest >= 3.5} -BuildRequires: %{python_module six >= 1.9} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module six >= 1.13} # /SECTION BuildRequires: fdupes Requires: python-Arpeggio >= 1.7 Requires: python-attrs >= 17.4.0 -Requires: python-six >= 1.9 +Requires: python-six >= 1.13 BuildArch: noarch %python_subpackages ++++++ parver-0.2.1.tar.gz -> parver-0.3.0.tar.gz ++++++ ++++ 1873 lines of diff (skipped)