Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fritzconnection for
openSUSE:Factory checked in at 2022-10-31 10:44:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fritzconnection (Old)
and /work/SRC/openSUSE:Factory/.python-fritzconnection.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fritzconnection"
Mon Oct 31 10:44:45 2022 rev:8 rq:1032323 version:1.10.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-fritzconnection/python-fritzconnection.changes
2022-09-29 18:14:03.331337125 +0200
+++
/work/SRC/openSUSE:Factory/.python-fritzconnection.new.2275/python-fritzconnection.changes
2022-10-31 10:44:49.700892618 +0100
@@ -2 +2 @@
-Wed Sep 28 15:44:32 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+Fri Oct 28 17:04:59 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
@@ -5,0 +6,3 @@
+
+-------------------------------------------------------------------
+Wed Sep 28 15:44:32 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
Old:
----
fritzconnection-1.10.2.tar.gz
New:
----
fritzconnection-1.10.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fritzconnection.spec ++++++
--- /var/tmp/diff_new_pack.KATEjm/_old 2022-10-31 10:44:50.352895903 +0100
+++ /var/tmp/diff_new_pack.KATEjm/_new 2022-10-31 10:44:50.360895943 +0100
@@ -20,7 +20,7 @@
%define skip_python2 1
%global pythons python3
Name: python-fritzconnection
-Version: 1.10.2
+Version: 1.10.3
Release: 0
Summary: A Python module to talk to a AVM fritzbox
License: MIT
++++++ fritzconnection-1.10.2.tar.gz -> fritzconnection-1.10.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fritzconnection-1.10.2/docs/sources/version_history.rst
new/fritzconnection-1.10.3/docs/sources/version_history.rst
--- old/fritzconnection-1.10.2/docs/sources/version_history.rst 2022-09-04
21:11:07.000000000 +0200
+++ new/fritzconnection-1.10.3/docs/sources/version_history.rst 2022-09-08
19:31:26.000000000 +0200
@@ -4,7 +4,13 @@
===============
-1.10.2 - 2002-09-04
+1.10.3 - 2022-09-08
+-------------------
+
+- upper limit for dependency pinning removed to support installation on more
recent environments.
+
+
+1.10.2 - 2022-09-04
-------------------
- bugfix: missing `self` in `FritzStatus.get_device_info()` (introduced in
1.10.0) (#165)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fritzconnection-1.10.2/fritzconnection/__init__.py
new/fritzconnection-1.10.3/fritzconnection/__init__.py
--- old/fritzconnection-1.10.2/fritzconnection/__init__.py 2022-09-04
21:11:07.000000000 +0200
+++ new/fritzconnection-1.10.3/fritzconnection/__init__.py 2022-09-08
19:31:26.000000000 +0200
@@ -10,7 +10,7 @@
https://fritzconnection.readthedocs.io/
"""
-__version__ = "1.10.2"
+__version__ = "1.10.3"
# import shortcuts
from .core.fritzconnection import FritzConnection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fritzconnection-1.10.2/setup.py
new/fritzconnection-1.10.3/setup.py
--- old/fritzconnection-1.10.2/setup.py 2022-09-04 21:11:07.000000000 +0200
+++ new/fritzconnection-1.10.3/setup.py 2022-09-08 19:31:26.000000000 +0200
@@ -47,9 +47,9 @@
keywords="AVM FRITZ!Box fritzbox fritz",
# good known set for 3.6:
python_requires=">= 3.6",
- install_requires=["requests>=2.22.0,<2.28.0",],
+ install_requires=["requests>=2.22.0",],
extras_require={
- "qr": ["segno>=1.4.1,<1.5.3",],
+ "qr": ["segno>=1.4.1",],
},
entry_points={
"console_scripts": [