Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wakeonlan for openSUSE:Factory checked in at 2023-05-10 16:18:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wakeonlan (Old) and /work/SRC/openSUSE:Factory/.python-wakeonlan.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wakeonlan" Wed May 10 16:18:30 2023 rev:4 rq:1085810 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wakeonlan/python-wakeonlan.changes 2022-04-16 00:14:49.881695736 +0200 +++ /work/SRC/openSUSE:Factory/.python-wakeonlan.new.1533/python-wakeonlan.changes 2023-05-10 16:18:32.398980205 +0200 @@ -1,0 +2,10 @@ +Tue May 9 19:24:30 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 3.0.0 + * Remove support for Python 3.6 by @remcohaszing + * Allowed to use mac address in xxxx.xxxx.xxxx format. by + @vladislavru in #24 + * Conform to PEP 561 by @DavidPratt512 in #28 +- Fix license: It's MIT! + +------------------------------------------------------------------- Old: ---- wakeonlan-2.1.0.tar.gz New: ---- wakeonlan-3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wakeonlan.spec ++++++ --- /var/tmp/diff_new_pack.ECdgav/_old 2023-05-10 16:18:32.942983424 +0200 +++ /var/tmp/diff_new_pack.ECdgav/_new 2023-05-10 16:18:32.950983471 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-wakeonlan # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wakeonlan -Version: 2.1.0 +Version: 3.0.0 Release: 0 Summary: A small python module for wake on lan -License: WTFPL +License: MIT Group: Development/Languages/Python URL: https://github.com/remcohaszing/pywakeonlan Source: https://github.com/remcohaszing/pywakeonlan/archive/refs/tags/%{version}.tar.gz#/wakeonlan-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools_scm >= 1.15.7} -BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives @@ -42,6 +40,8 @@ %prep %setup -q -n pywakeonlan-%{version} +sed -i '1{/env python/d}' wakeonlan/__init__.py +chmod -x wakeonlan/__init__.py %build %pyproject_wheel @@ -62,8 +62,9 @@ %files %{python_files} %doc README.rst -%license LICENSE +%license LICENSE.rst %python_alternative %{_bindir}/wakeonlan -%{python_sitelib}/* +%{python_sitelib}/wakeonlan +%{python_sitelib}/wakeonlan-%{version}.dist-info %changelog ++++++ wakeonlan-2.1.0.tar.gz -> wakeonlan-3.0.0.tar.gz ++++++ ++++ 1926 lines of diff (skipped)