Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pylast for openSUSE:Factory checked in at 2024-01-08 23:44:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylast (Old) and /work/SRC/openSUSE:Factory/.python-pylast.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylast" Mon Jan 8 23:44:47 2024 rev:13 rq:1137449 version:5.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylast/python-pylast.changes 2022-10-12 18:28:31.910197109 +0200 +++ /work/SRC/openSUSE:Factory/.python-pylast.new.21961/python-pylast.changes 2024-01-08 23:44:56.825624367 +0100 @@ -1,0 +2,21 @@ +Sun Jan 7 21:12:19 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 5.2.0: + * Support for Python 3.12 + * Drop support for EOL Python 3.7 + * Publish to PyPI with a Trusted Publisher + * Document how to authenticate with a session key +- update to 5.1.0: + * Support Python 3.11 (#399) + * Migrate from setuptools + setuptools_scm to hatchling + + hatch-vcs (#413) @hugovk +- update to 5.0.0: + * Replace `http.client` with HTTPX (#379) @hugovk + * Log method names at INFO level, also log API return data at + DEBUG level + * Drop support for Python 3.6 (#387) @hugovk + * Remove deprecated `is_streamable` and + `is_fulltrack_available` (#388) @hugovk + * If album has no MBID, `album.get_getmbid()` returns None + +------------------------------------------------------------------- Old: ---- pylast-4.5.0.tar.gz New: ---- pylast-5.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylast.spec ++++++ --- /var/tmp/diff_new_pack.RjTYdE/_old 2024-01-08 23:44:57.545650545 +0100 +++ /var/tmp/diff_new_pack.RjTYdE/_new 2024-01-08 23:44:57.549650691 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pylast # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,23 +16,25 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-pylast -Version: 4.5.0 +Version: 5.2.0 Release: 0 Summary: A python interface to Last.fm License: Apache-2.0 URL: https://github.com/pylast/pylast Source0: https://files.pythonhosted.org/packages/source/p/pylast/pylast-%{version}.tar.gz -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module hatch_vcs} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch +Requires: python-httpx # SECTION test requirements BuildRequires: %{python_module coverage} BuildRequires: %{python_module flaky} +BuildRequires: %{python_module httpx} BuildRequires: %{python_module pyaml} BuildRequires: %{python_module pycodestyle} BuildRequires: %{python_module pyflakes} @@ -58,10 +60,10 @@ %setup -q -n pylast-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}/%{python_sitelib} %check @@ -74,6 +76,6 @@ %doc README.md %license COPYING %dir %{python_sitelib}/pylast -%{python_sitelib}/pylast/* -%{python_sitelib}/pylast-%{version}-py*.egg-info +%{python_sitelib}/pylast +%{python_sitelib}/pylast-%{version}.dist-info ++++++ pylast-4.5.0.tar.gz -> pylast-5.2.0.tar.gz ++++++ ++++ 3901 lines of diff (skipped)