From 20864a78bda678b6a4fc6f8653eeea2cd8a67f57916fcfb2b7b83d7b7c0d843c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 30 Oct 2022 17:09:39 +0000 Subject: [PATCH] Accepting request 1031999 from home:yarunachalam:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/1031999 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=14 --- fritzconnection-1.10.2.tar.gz | 3 --- fritzconnection-1.10.3.tar.gz | 3 +++ python-fritzconnection.changes | 5 ++++- python-fritzconnection.spec | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 fritzconnection-1.10.2.tar.gz create mode 100644 fritzconnection-1.10.3.tar.gz diff --git a/fritzconnection-1.10.2.tar.gz b/fritzconnection-1.10.2.tar.gz deleted file mode 100644 index 3627606..0000000 --- a/fritzconnection-1.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2a6c9a6f503fa60dc4fe7034fc0b62308a9a51a1e0b4ea6e41248a6ffac87cc -size 146414 diff --git a/fritzconnection-1.10.3.tar.gz b/fritzconnection-1.10.3.tar.gz new file mode 100644 index 0000000..e08a179 --- /dev/null +++ b/fritzconnection-1.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda18d406fedd44174b65e7e4f8356bca10fd494ce837c5c9d3944dd445f2693 +size 146450 diff --git a/python-fritzconnection.changes b/python-fritzconnection.changes index 0f98571..62be816 100644 --- a/python-fritzconnection.changes +++ b/python-fritzconnection.changes @@ -1,9 +1,12 @@ ------------------------------------------------------------------- -Wed Sep 28 15:44:32 UTC 2022 - Yogalakshmi Arunachalam +Fri Oct 28 17:04:59 UTC 2022 - Yogalakshmi Arunachalam - update to 1.10.3 - 2022-09-08 * upper limit for dependency pinning removed to support installation on more recent environments. +------------------------------------------------------------------- +Wed Sep 28 15:44:32 UTC 2022 - Yogalakshmi Arunachalam + - update to 1.10.2 - 2022-09-04 * bugfix: missing self in FritzStatus.get_device_info() (introduced in 1.10.0) (#165) * dependencies pinned for requests not supporting Python 3.6 since version 2.28.0 and for segno (which still works with EOL versions). diff --git a/python-fritzconnection.spec b/python-fritzconnection.spec index 540b35d..a38aa31 100644 --- a/python-fritzconnection.spec +++ b/python-fritzconnection.spec @@ -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