From 0f23cb830dbe50b0f57371278bfe6072acc6a767 Mon Sep 17 00:00:00 2001 From: dgarcia <> Date: Thu, 6 Oct 2022 05:42:05 +0000 Subject: [PATCH] Update python-openwrt-luci-rpc to version 1.1.12 / rev 2 via SR 1008149 https://build.opensuse.org/request/show/1008149 by user dgarcia + RBrownFactory - Update to 1.1.12 (2022-09-11) * Includes latest fixes to support newer versions of OpenWrt - Update to 1.1.11 (2021-03-21) * Add rst-linter pre-commit hook to prevent committing errors to HISTORY.rst #50 - Update to 1.1.10 (2021-03-21) * Also trigger the Github Actions on push of tags (#49) - Update to 1.1.9 (2021-03-21) * Publish to pypi only once in github actions (#47) - Update to 1.1.8 (2021-03-12) * Support newer openwrt snapshot versions (#45) * Fix tox in github actions and also test py38 (#46) - Update to 1.1.7 (2020-12-08) * Switch pipeline to Github actions - Update to 1.1.6 (2020-09-01) * Fixes home-assistant/core/issues/38870, home-assistant/core/issues/39498 * Fixes fbradyirl/openwrt-luci-rpc/issues/33 - Update to 1.1.5 (2020-09-01) * Unpin pip versions. --- .files | Bin 217 -> 214 bytes .rev | 26 ++++++++++++++++++++++++++ openwrt-luci-rpc-1.1.12.tar.gz | 1 + openwrt-luci-rpc-1.1.3.tar.gz | 1 - python-openwrt-luci-rpc.changes | 32 ++++++++++++++++++++++++++++++++ python-openwrt-luci-rpc.spec | 4 ++-- 6 files changed, 61 insertions(+), 3 deletions(-) create mode 120000 openwrt-luci-rpc-1.1.12.tar.gz delete mode 120000 openwrt-luci-rpc-1.1.3.tar.gz diff --git a/.files b/.files index a5b0c6b5ea2f21cd0ccf7c27e1ba384530ec932c..533d477b3e86cef6fe281ec6801cd6209883c3c0 100644 GIT binary patch literal 214 zcmZ{eTMEK35Jd~cpR7T&8)!(TnLL)0PA07&ZD=E+tGD`!SNwiJVw4%dc z0;iF69tO?cW;aG;N69&d?Des_mRFtErC$p#&#m_N2i^Lukfb>-6Yru^Kz1Oo1Y<_9 zIVp&lwXq%p;`ik8Yxi0nfUI$o(_3^7EGVlq8J{(Cut-TO$SDlQAetlO{4ZoLOdqxf BJwgBg literal 217 zcmZ|HOA5j;6op|?oVbA^D0Tx0xk;MGa*~^yR**Kd717n3P6f~4A0583tm1e&@9GXs z3kIT(9$XMXCWAVYOPz?)T0rCSzTU1=q471Z?D51qn+r1Fz!hJ^%==H%5(O#IiEOR0 z(D`JmMoLkv)mm@Ht-RM^8rd(!aR_5iOVeg$oiYk!%49__!hr@40Gd2@UT(_epRyFf EFL22{5C8xG diff --git a/.rev b/.rev index 063ea8ab625..ebfafdceb1c 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,30 @@ 808933 + + 8f8d68c9466bbb238978720925a5b5f0 + 1.1.12 + + RBrownFactory + - Update to 1.1.12 (2022-09-11) + * Includes latest fixes to support newer versions of OpenWrt +- Update to 1.1.11 (2021-03-21) + * Add rst-linter pre-commit hook to prevent committing errors to HISTORY.rst #50 +- Update to 1.1.10 (2021-03-21) + * Also trigger the Github Actions on push of tags (#49) +- Update to 1.1.9 (2021-03-21) + * Publish to pypi only once in github actions (#47) +- Update to 1.1.8 (2021-03-12) + * Support newer openwrt snapshot versions (#45) + * Fix tox in github actions and also test py38 (#46) +- Update to 1.1.7 (2020-12-08) + * Switch pipeline to Github actions +- Update to 1.1.6 (2020-09-01) + * Fixes home-assistant/core/issues/38870, home-assistant/core/issues/39498 + * Fixes fbradyirl/openwrt-luci-rpc/issues/33 +- Update to 1.1.5 (2020-09-01) + * Unpin pip versions. Allow higher. Fixes #42 https://github.com/fbradyirl/openwrt-luci-rpc/issues/42 + + 1008149 + diff --git a/openwrt-luci-rpc-1.1.12.tar.gz b/openwrt-luci-rpc-1.1.12.tar.gz new file mode 120000 index 00000000000..3be69bea373 --- /dev/null +++ b/openwrt-luci-rpc-1.1.12.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreif4wrtl7tdrnyygt2jqyujrp2novq3si2f4vasvtznvpmbakwm64a \ No newline at end of file diff --git a/openwrt-luci-rpc-1.1.3.tar.gz b/openwrt-luci-rpc-1.1.3.tar.gz deleted file mode 120000 index d2e40ffc719..00000000000 --- a/openwrt-luci-rpc-1.1.3.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreigiyj6jrqfb32wc2mwuc7cmuu3lbc7cmvnju3piu6ex5c6gimmfrq \ No newline at end of file diff --git a/python-openwrt-luci-rpc.changes b/python-openwrt-luci-rpc.changes index 21e22597400..0d81d5fd006 100644 --- a/python-openwrt-luci-rpc.changes +++ b/python-openwrt-luci-rpc.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Oct 5 09:34:00 UTC 2022 - Daniel Garcia + +- Update to 1.1.12 (2022-09-11) + * Includes latest fixes to support newer versions of OpenWrt + +------------------------------------------------------------------- +Tue Oct 4 22:11:04 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.1.11 (2021-03-21) + * Add rst-linter pre-commit hook to prevent committing errors to HISTORY.rst #50 + +- Update to 1.1.10 (2021-03-21) + * Also trigger the Github Actions on push of tags (#49) + +- Update to 1.1.9 (2021-03-21) + * Publish to pypi only once in github actions (#47) + +- Update to 1.1.8 (2021-03-12) + * Support newer openwrt snapshot versions (#45) + * Fix tox in github actions and also test py38 (#46) + +- Update to 1.1.7 (2020-12-08) + * Switch pipeline to Github actions + +- Update to 1.1.6 (2020-09-01) + * Fixes home-assistant/core/issues/38870, home-assistant/core/issues/39498 + * Fixes fbradyirl/openwrt-luci-rpc/issues/33 + +- Update to 1.1.5 (2020-09-01) + * Unpin pip versions. Allow higher. Fixes #42 https://github.com/fbradyirl/openwrt-luci-rpc/issues/42 + ------------------------------------------------------------------- Tue May 26 07:32:40 UTC 2020 - Tomáš Chvátal diff --git a/python-openwrt-luci-rpc.spec b/python-openwrt-luci-rpc.spec index 22809385aff..4682f445fca 100644 --- a/python-openwrt-luci-rpc.spec +++ b/python-openwrt-luci-rpc.spec @@ -1,7 +1,7 @@ # # spec file for package python-openwrt-luci-rpc # -# Copyright (c) 2020 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openwrt-luci-rpc -Version: 1.1.3 +Version: 1.1.12 Release: 0 Summary: Module for interacting with OpenWrt Luci RPC interface License: Apache-2.0