Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-patchy for openSUSE:Factory checked in at 2021-11-08 17:24:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-patchy (Old) and /work/SRC/openSUSE:Factory/.python-patchy.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-patchy" Mon Nov 8 17:24:46 2021 rev:2 rq:930148 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-patchy/python-patchy.changes 2020-12-01 14:23:14.705623077 +0100 +++ /work/SRC/openSUSE:Factory/.python-patchy.new.1890/python-patchy.changes 2021-11-08 17:25:29.424744775 +0100 @@ -1,0 +2,12 @@ +Mon Nov 8 10:59:40 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 2.4.0: + * Add type hints. + * Support Python 3.10. + * Stop distributing tests to reduce package size. Tests are not intended to be + run outside of the tox setup in the repository. Repackagers can use GitHub's + tarballs per tag. + * Drop Python 3.5 support. + * Move license from BSD to MIT License. + +------------------------------------------------------------------- Old: ---- patchy-2.1.0.tar.gz New: ---- patchy-2.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-patchy.spec ++++++ --- /var/tmp/diff_new_pack.qQrlMD/_old 2021-11-08 17:25:29.912745095 +0100 +++ /var/tmp/diff_new_pack.qQrlMD/_new 2021-11-08 17:25:29.916745098 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-patchy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 Name: python-patchy -Version: 2.1.0 +Version: 2.4.0 Release: 0 License: BSD-3-Clause Summary: Patch the inner source of python functions at runtime -Url: https://github.com/adamchainz/patchy +URL: https://github.com/adamchainz/patchy Group: Development/Languages/Python -Source: https://files.pythonhosted.org/packages/source/p/patchy/patchy-%{version}.tar.gz -BuildRequires: python-rpm-macros +Source: https://github.com/adamchainz/patchy/archive/refs/tags/%{version}.tar.gz#/patchy-%{version}.tar.gz +BuildRequires: %{python_module pkgutil-resolve-name} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pkgutil-resolve-name} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-pkgutil-resolve-name BuildArch: noarch @@ -51,7 +53,7 @@ %pytest %files %{python_files} -%doc AUTHORS.rst README.rst +%doc README.rst %license LICENSE %{python_sitelib}/* ++++++ patchy-2.1.0.tar.gz -> patchy-2.4.0.tar.gz ++++++ ++++ 3144 lines of diff (skipped)
