Hello community,

here is the log from the commit of package python-py3status for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:10:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-py3status (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-py3status.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-py3status"

Mon Mar  9 18:10:54 2020 rev:12 rq:776948 version:3.21

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-py3status/python-py3status.changes      
2020-01-15 15:51:44.827539569 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-py3status.new.26092/python-py3status.changes
   2020-03-09 18:10:58.501162970 +0100
@@ -1,0 +2,29 @@
+Mon Oct 21 02:51:56 UTC 2019 - John Vandenberg <[email protected]>
+
+- Recommend i3status, with note that it is optional
+- Add configuration.rst to docs
+- Update to v3.21
+  * New module networkmanager
+  * many other fixes, see CHANGELOG
+
+-------------------------------------------------------------------
+Tue Sep 10 12:49:57 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.20:
+  * introduce entry point based discovery of packaged custom modules
+  * many other fixes, see CHANGELOG
+
+-------------------------------------------------------------------
+Sat May 25 09:57:23 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Use the pytest macro
+
+-------------------------------------------------------------------
+Fri May 24 12:02:59 UTC 2019 - [email protected]
+
+- version update to 3.19
+  * many changes, see CHANGELOG file
+- deleted patches
+  - fast-entrypoints.patch (upstreamed)
+
+-------------------------------------------------------------------

Old:
----
  fast-entrypoints.patch
  py3status-3.12.tar.gz

New:
----
  py3status-3.21.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-py3status.spec ++++++
--- /var/tmp/diff_new_pack.fHZEaw/_old  2020-03-09 18:10:59.117163853 +0100
+++ /var/tmp/diff_new_pack.fHZEaw/_new  2020-03-09 18:10:59.121163859 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-py3status
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,29 @@
 # 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-%{**}}
 Name:           python-py3status
-Version:        3.12
+Version:        3.21
 Release:        0
-Summary:        Extensible i3status wrapper written in python
+Summary:        Python extensible i3status wrapper
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/ultrabug/py3status
 Source:         
https://files.pythonhosted.org/packages/source/p/py3status/py3status-%{version}.tar.gz
-Patch0:         fast-entrypoints.patch
 BuildRequires:  %{python_module gevent >= 1.1}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pyudev >= 0.21.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-setuptools
+Recommends:     i3status
 Recommends:     python-gevent >= 1.1
+Recommends:     python-pyudev >= 0.21.0
 BuildArch:      noarch
 %ifpython3
 Provides:       py3status = %{version}
@@ -49,9 +52,11 @@
 - handling click events on your i3bar and play with them in no time
 - seeing your clock tick every second whatever your i3status interval
 
+py3status has a standalone mode allowing to bypass i3status when you need
+a py3status-modules-only i3bar.
+
 %prep
 %setup -q -n py3status-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -64,7 +69,7 @@
 
 %check
 export LANG=en_US.UTF8
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} tests/
+%pytest tests/
 
 %post
 %python_install_alternative py3status
@@ -76,7 +81,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc README.rst CHANGELOG
+%doc README.rst CHANGELOG doc/configuration.rst
 %python_alternative %{_bindir}/py3status
 %python_alternative %{_bindir}/py3-cmd
 %{python_sitelib}/*

++++++ py3status-3.12.tar.gz -> py3status-3.21.tar.gz ++++++
++++ 42403 lines of diff (skipped)


Reply via email to