diff --git a/pysmbc-1.0.19.tar.bz2 b/pysmbc-1.0.19.tar.bz2 deleted file mode 100644 index a3df96b..0000000 --- a/pysmbc-1.0.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72d7d0130c22a838dc4940bb5c9c1005b61ecc8d673008cbf0c8ab71dd728e37 -size 26119 diff --git a/pysmbc-1.0.22.tar.gz b/pysmbc-1.0.22.tar.gz new file mode 100644 index 0000000..c14ac75 --- /dev/null +++ b/pysmbc-1.0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ce6f8cf17a2e7867b3cd87b2a47eca04ed955f37937b617088698c06177eba +size 29444 diff --git a/python-pysmbc.changes b/python-pysmbc.changes index 121d6cc..ff3ac31 100644 --- a/python-pysmbc.changes +++ b/python-pysmbc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 7 08:28:57 UTC 2020 - Marketa Calabkova + +- update to 1.0.22 + * Add File_seekable #52 + * Rework some routines to fix holes in error checking #50 + * Fix File_read when the current location is not zero #49 + * Add File_flush #48 + * Add File_tell #47 + * Added SAMBA protocol version optional variable #41 + ------------------------------------------------------------------- Mon Mar 23 12:56:53 UTC 2020 - pgajdos@suse.com diff --git a/python-pysmbc.spec b/python-pysmbc.spec index 66b56d1..620210f 100644 --- a/python-pysmbc.spec +++ b/python-pysmbc.spec @@ -21,13 +21,13 @@ # Tests don't work in rpmbuild sandbox %bcond_with test Name: python-pysmbc -Version: 1.0.19 +Version: 1.0.22 Release: 0 Summary: Python bindings for samba clients (libsmbclient) License: GPL-2.0-or-later Group: Development/Languages/Python URL: http://cyberelk.net/tim/software/pysmbc/ -Source: https://files.pythonhosted.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2 +Source: https://files.pythonhosted.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes