From c4f019f5af569e8d392acebd22eda02210ed59e7b24c9fdd51fa251937cda9bd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 18 Mar 2021 08:10:12 +0000 Subject: [PATCH] Accepting request 879819 from home:mnhauke - Update to version 0.3.0 * refactored svdrp socket handling. * changed behaviour of get_channel_epg_info which now expects the channel no as parameter instead of getting the channel itself. OBS-URL: https://build.opensuse.org/request/show/879819 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvdr?expand=0&rev=9 --- python-pyvdr.changes | 9 +++++++++ python-pyvdr.spec | 6 +++--- pyvdr-0.2.3.tar.gz | 3 --- pyvdr-0.3.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 pyvdr-0.2.3.tar.gz create mode 100644 pyvdr-0.3.0.tar.gz diff --git a/python-pyvdr.changes b/python-pyvdr.changes index f4d4027..e5b0e1c 100644 --- a/python-pyvdr.changes +++ b/python-pyvdr.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 18 07:24:38 UTC 2021 - Martin Hauke + +- Update to version 0.3.0 + * refactored svdrp socket handling. + * changed behaviour of get_channel_epg_info which now expects + the channel no as parameter instead of getting the channel + itself. + ------------------------------------------------------------------- Wed Jul 29 21:12:34 UTC 2020 - Martin Hauke diff --git a/python-pyvdr.spec b/python-pyvdr.spec index 32a7c10..051211b 100644 --- a/python-pyvdr.spec +++ b/python-pyvdr.spec @@ -1,8 +1,8 @@ # # spec file for package python-pyvdr # -# Copyright (c) 2020 SUSE LLC -# Copyright (c) 2020, Martin Hauke +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2020-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyvdr -Version: 0.2.3 +Version: 0.3.0 Release: 0 Summary: Python library for accessing a Linux VDR via SVDRP License: MIT diff --git a/pyvdr-0.2.3.tar.gz b/pyvdr-0.2.3.tar.gz deleted file mode 100644 index 2de19c2..0000000 --- a/pyvdr-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:579b2f3a41dd37e55f18e0e825567ddaeeec9e3608dc4d57de53e882a24a87b0 -size 8649 diff --git a/pyvdr-0.3.0.tar.gz b/pyvdr-0.3.0.tar.gz new file mode 100644 index 0000000..eed7674 --- /dev/null +++ b/pyvdr-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa243dc6538232c6817ad0a75c45cadbf12ae9ddac9ac86b906a42732977bc33 +size 9399