Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-py3status for
openSUSE:Factory checked in at 2022-10-03 20:08:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-py3status (Old)
and /work/SRC/openSUSE:Factory/.python-py3status.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py3status"
Mon Oct 3 20:08:09 2022 rev:9 rq:1007681 version:3.47
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-py3status/python-py3status.changes
2021-02-23 20:23:30.607820425 +0100
+++
/work/SRC/openSUSE:Factory/.python-py3status.new.2275/python-py3status.changes
2022-10-03 20:08:11.061382268 +0200
@@ -1,0 +2,261 @@
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.47:
+ * INFORMATION: the upcoming bluetooth module has been merged as bluetooth2,
users are encouraged to switch
+ * core: simpler logic to inhibit out of order signaling
+ * formatter: add escape command to escape html
+ * new module from scratch: bluetooth2
+ * mpris module: different players can use chromium busname, skip cache
+ * taskwarrior module: add report parameter
+ * volume_status module: autoselect channel on amixer backend
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+-Update to 3.46:
+ * INFORMATION: we plan to replace the bluetooth module with a more flexible
one in coming releases
+ * core: use git package for logging git commit information if available
+ * docs: add Alpine Linux installation instructions
+ * new audiosink module: switch between pulseaudio sinks from your bar
+ * sysdata module: ignore ZFS ARC cache in memory usage
+ * volume_status module: add start_delay to address issue
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+-Update to 3.45:
+ * official python3.6 support removed
+ * mail module: fix pathlib adoption
+ * twitch module: migrate to new Twitch API, fix
+ * volume_status module: use mapped volume with amixer backend.
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.44
+ * IMPORTANT: python3.6 support will be removed on next release
+ * core: handle SIGTSTP/SIGCONT better for after sleep freezes
+ * formatter: stop escaping html characters on pango markup
+ * module_test: add clear_timeout_due
+ * udev monitor: implement udev events throttling with warnings
+ * google_calendar module: escape html on event summary for pango
+ * mpris module: add player_shortname placeholder for displaying player
busname
+ * xrandr module: fix missing " at the end of documentation line.
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.43
+ * core: rework SIGSTP inhibition to support both #2068 and #2107
+ * formatter: pango markup should escape all html character
+ * py3.safe_format: add information about invalid format
+ * py3.safe_format: implement a generic max_width parameter
+ * requirements: fix click dependency with black
+ * udev monitor: don't trigger actions when i3bar refresh is stopped
+ * weather_owm module: dont use onecall for better current day forecast
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.42:
+ * core: fix root cause of negative update_due
+ * external_script module: add option 'convert_numbers' to preserve number
formatting
+ * khal_calendar module: add option to limit the number of returned calendar
entries
+ * mpris module: total rework with bug fixes
+ * weather_own module: fix onecall when city is specified
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.41:
+ * core: drop and log negative new_update_due which causes high cpu load and
endless loop (closses #2085) (#2092), by Valdur Kana
+ * core: switch from time.perf_counter to time.monotonic
+ * core: timeout due to return something >= 0 instead of None
+ * new option py3status.stop_signal to disable i3bar stop/resume
+ * arch_updates module: paru exits with a non-zero status if there are no
updates
+ * battery_level module: fallback to power_now if no current_now
+ * events: fix pydevd.debugger first click caused "JSONDecodeError: Expecting
value: line 1 column 2 (char 1)".
+ * net_iplist module: support parsing iface name with "@" symbol
+ * pomodoro module: pyglet and pygame are no longer needed after the merge of
+ * scratchpad module: workaround for i3ipc 2.2.1 not finding leaves() in sway
+ * sysdata module: add tctl sensor
+ * velib_metropole module: drop obsolete module
+ * weather_owm module: fix forecast by using new onecall api endpoint
+ * window module: i3ipc backend uses incoming event data and relies less on
get_tree.focused() data.a
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.40:
+ * README: update readthedocs links to new documentation
+ * i3 contrib page: update readthedocs links to new documentation
+ * i3 contrib page: update to sync with i3.github.io
+ * core: inhibit conflicting SIGCONT SIGTSTP that can be received too fast
+ * core: fix i3/sway detection
+ * formatter: support pango special & character
+ * bump mkdocs from 1.2.1 to 1.2.3 in /requirements
+ * battery_level module: add configurable status strings
+ * do_not_disturb module: handle mako using makoctl
+ * vpn_status module: fix changed dbus signal handler signature
+ * whoami module: add {hostname} placeholder to output
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.39
+ * documentation was refactored to use MkDocs, lots of work has been done
+ * add a makefile to ease tasks
+ * create and split project, documentation and tests requirements
+ * tests: update tox and module tests to match mkdocs md format
+ * new sway_idle module: to display the idle state of sway wm
+ * clock module: compatible with tzlocal 3.0
+ * speedtest module: fix error when clicking too fast
+ * weather_owm module: _format_sunrise and _format_sunset as aware datetime
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.38
+ * update IRC doc to OFTC
+ * arch_updates module: add paru support
+ * spotify module: work around play/pause bug in spotifyd
+ * weather_owm module: added support for displaying wind speeds in knots
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.37
+ * require setuptools: py3status/core.py and tests/test_user_modules.py
import pkg_resources
+ * help: clarify connection between --debug and --log-file options
+ * tox: exit on first error
+ * bitcoin_price module: remove module due to unmaintained APIs
+ * exchange_rate module: update code to require an api key fix
+ * kdeconnector module: add support for version 20.12.3
+ * lm_sensors module: replace raw with json output
+ * timewarrior module: remove timezone info from end date
+ * weather_owm module: avoid customized formats in module_test
+ * weather_owm module: remove hardcoded rounded numbers
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.36
+ * new zypper_updates module: to watch for OpenSuse updates
+ * clock module: switch back to time.time
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.35
+ * fix time modules synchronization bug
+ * core: fix detection of instances of user provided modules fix
+ * docs: fix NixOS instructions to address
+ * add github issue templates
+ * bluetooth module: add missing requirement
+ * sysdata module: rename temp_unit to cpu_temp_unit and drop zone config to
support intel, amd, RPi
+ * weather_owm module: add wind direction placeholder
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+-Update to 3.34
+ * storage: fix Path generation in storage fixes
+ * battery_level module: fix converting seconds to H:M:S format
+ * google_calendar module: add options to personalize behavior
+ * kdeconnector module: fix for battery unavailable
+ * lm_sensors module: fix an issue when sensors disconnect and are not
detected again
+ * net_iplist module: show only non deprecated ipv6 addresses
+ * networkmanager module: make format_device less confusing in docstring
+ * volume_status module: log available devices only on change
+ * volume_status module: run with either pulseaudio or pipewire installed
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.33
+ * HOTFIX: this hotfix release fixes py3-cmd
+ * IMPORTANT: since we touched a lot of stuff in 3.32, we might have broken
stuff.
+ * command: fix py3-cmd refresh error
+
+-------------------------------------------------------------------
+Mon Oct 03 01:39:34 UTC 2022 - Dawid Respondek <[email protected]>
+
+- Update to 3.32
+ * IMPORTANT: a lot of python3 and code normalization happened
+ * core: upgrade to python 3.6 syntax using pyupgrade
+ * core: modernize python3 code
+ * py3status code uses f-strings
+ * use list/generator/dict comprehensions where appropriate
+ * use pathlib everywhere to manipulate paths and files
+ * use shutil.which() instead of external which binary
+ * use time.perf_counter to measure short time periods
+ * add github project sponsoring
+ * argparsers: add missing path on default value
+ * argparsers: make sure FILE and PATH options are Path objects
+ * battery_level module: fix float formatting with f-strings
+ * better usage of timedelta/time modules
+ * ci: switch to GitHub Actions CI
++++ 64 more lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/python-py3status/python-py3status.changes
++++ and
/work/SRC/openSUSE:Factory/.python-py3status.new.2275/python-py3status.changes
Old:
----
py3status-3.28.tar.gz
New:
----
py3status-3.47.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-py3status.spec ++++++
--- /var/tmp/diff_new_pack.C6KhTU/_old 2022-10-03 20:08:11.693383229 +0200
+++ /var/tmp/diff_new_pack.C6KhTU/_new 2022-10-03 20:08:11.701383242 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-py3status
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-py3status
-Version: 3.28
+Version: 3.47
Release: 0
Summary: Python extensible i3status wrapper
License: BSD-3-Clause
@@ -79,7 +79,7 @@
%files %{python_files}
%license LICENSE
-%doc README.rst CHANGELOG doc/configuration.rst
+%doc CHANGELOG README.md
%python_alternative %{_bindir}/py3status
%python_alternative %{_bindir}/py3-cmd
%{python_sitelib}/*
++++++ py3status-3.28.tar.gz -> py3status-3.47.tar.gz ++++++
++++ 19662 lines of diff (skipped)