Hello community, here is the log from the commit of package python-pysmb for openSUSE:Factory checked in at 2020-08-05 20:27:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pysmb (Old) and /work/SRC/openSUSE:Factory/.python-pysmb.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pysmb" Wed Aug 5 20:27:43 2020 rev:3 rq:824364 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pysmb/python-pysmb.changes 2020-05-09 19:52:50.748901177 +0200 +++ /work/SRC/openSUSE:Factory/.python-pysmb.new.3592/python-pysmb.changes 2020-08-05 20:27:55.947054796 +0200 @@ -1,0 +2,11 @@ +Sat Aug 1 16:07:04 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Update to version 1.2.1: + * Fix bug in deleteFiles() method which can fail for certain + search patterns. +- Changes from version 1.2.0: + * Add new parameter, delete_matching_folders, to deleteFiles() + method to support deletion of child folders that match the + search pattern. + +------------------------------------------------------------------- Old: ---- pysmb-1.1.25.zip New: ---- pysmb-1.2.1.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pysmb.spec ++++++ --- /var/tmp/diff_new_pack.f4RWpZ/_old 2020-08-05 20:27:57.791055379 +0200 +++ /var/tmp/diff_new_pack.f4RWpZ/_new 2020-08-05 20:27:57.795055381 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pysmb # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,28 @@ # 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-pysmb -Version: 1.1.25 +Version: 1.2.1 Release: 0 -License: Zlib Summary: SMB/CIFS library to support file sharing between Windows and Linux machines -Url: https://miketeo.net/projects/pysmb +License: Zlib Group: Development/Languages/Python +URL: https://miketeo.net/projects/pysmb Source: https://files.pythonhosted.org/packages/source/p/pysmb/pysmb-%{version}.zip -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} -# SECTION test requirements -BuildRequires: %{python_module pyasn1} -# /SECTION -BuildRequires: unzip BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: unzip Requires: python-pyasn1 BuildArch: noarch - +# SECTION test requirements +BuildRequires: %{python_module pyasn1} +# /SECTION %python_subpackages %description
