Hello community, here is the log from the commit of package python-semver for openSUSE:Leap:15.2 checked in at 2020-05-18 11:00:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-semver (Old) and /work/SRC/openSUSE:Leap:15.2/.python-semver.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-semver" Mon May 18 11:00:29 2020 rev:13 rq:806144 version:2.10.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-semver/python-semver.changes 2020-03-09 18:11:33.205212708 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-semver.new.2738/python-semver.changes 2020-05-18 11:00:35.082784281 +0200 @@ -1,0 +2,34 @@ +Sat May 9 16:05:49 UTC 2020 - Arun Persaud <[email protected]> + +- specfile: + * updated url + * moved download url back to pypi (issue with tests not included seems resolved) + +- update to version 2.10.0: + * Features + + :pr:`138`: Added __getitem__ magic method to semver.VersionInfo + class. Allows to access a version like version[1]. + + :pr:`235`: Improved documentation and shift focus on + semver.VersionInfo instead of advertising the old and deprecated + module-level functions. + * Bug Fixes + + :gh:`224` (:pr:`226`): In setup.py, replaced in class clean, + super(CleanCommand, self).run() with CleanCommand.run(self) + + :gh:`244` (:pr:`245`): Allow comparison with VersionInfo, + tuple/list, dict, and string. + * Additions + + :pr:`228`: Added better doctest integration + * Removals + + :gh:`225` (:pr:`229`): Output a DeprecationWarning for the + following functions: + - semver.parse + - semver.parse_version_info + - semver.format_version + - semver.bump_{major,minor,patch,prerelease,build} + - semver.finalize_version + - semver.replace + - semver.VersionInfo._asdict (use the new, public available function semver.VersionInfo.to_dict()) + - semver.VersionInfo._astuple (use the new, public available function semver.VersionInfo.to_tuple()) + These deprecated functions will be removed in semver 3. + +------------------------------------------------------------------- Old: ---- python-semver-2.9.1.tar.gz New: ---- semver-2.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-semver.spec ++++++ --- /var/tmp/diff_new_pack.PfP60D/_old 2020-05-18 11:00:35.618785391 +0200 +++ /var/tmp/diff_new_pack.PfP60D/_new 2020-05-18 11:00:35.622785399 +0200 @@ -19,14 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-semver -Version: 2.9.1 +Version: 2.10.0 Release: 0 Summary: Python helper for Semantic Versioning License: BSD-3-Clause Group: Development/Languages/Python -URL: https://github.com/k-bx/python-semver -# https://github.com/k-bx/python-semver/issues/136 -Source: https://github.com/k-bx/python-semver/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://github.com/python-semver/python-semver +Source: https://files.pythonhosted.org/packages/source/s/semver/semver-%{version}.tar.gz BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -42,7 +41,7 @@ See also http://semver.org/ %prep -%setup -q -n python-semver-%{version} +%setup -q -n semver-%{version} %build %python_build
