From 530d43c8ac51dc2b506cb42c48f4333983d1eb52177afd6178142d9e1b439950 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 21:07:09 +0000 Subject: [PATCH] - update to 1.0.25.1: * Introduced use_kerberos keyword to allow Kerberos authentication * Added new test cases to verify setxattr() input and getxattr() output * smbc/context.c: Fix PY_MAJOR_VERSION define - Remove python2 guard so we always Provide/Obsolete the old name. - Add pkgconfig to BuildRequires to fix build - Add python-smbc-pkg-config.patch, fixes build with samba 4. - Fix build with python 2.7, by fixing a filename in the file list. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=17 --- pysmbc-1.0.23.tar.gz | 3 --- pysmbc-1.0.25.1.tar.gz | 3 +++ python-pysmbc.changes | 17 +++++++++++++---- python-pysmbc.spec | 4 ++-- 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 pysmbc-1.0.23.tar.gz create mode 100644 pysmbc-1.0.25.1.tar.gz diff --git a/pysmbc-1.0.23.tar.gz b/pysmbc-1.0.23.tar.gz deleted file mode 100644 index d9698a6..0000000 --- a/pysmbc-1.0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08db176281103024b7e8563adef733e56250051d87394c4baec4fd298d0d16f8 -size 26219 diff --git a/pysmbc-1.0.25.1.tar.gz b/pysmbc-1.0.25.1.tar.gz new file mode 100644 index 0000000..e116fd7 --- /dev/null +++ b/pysmbc-1.0.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f1715df82589fd9cc4253feab390b4ef0babf14f64513cd8d07b3789963226 +size 33192 diff --git a/python-pysmbc.changes b/python-pysmbc.changes index 37ade51..8996a56 100644 --- a/python-pysmbc.changes +++ b/python-pysmbc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 14 21:06:17 UTC 2023 - Dirk Müller + +- update to 1.0.25.1: + * Introduced use_kerberos keyword to allow Kerberos authentication + * Added new test cases to verify setxattr() input and getxattr() + output + * smbc/context.c: Fix PY_MAJOR_VERSION define + ------------------------------------------------------------------- Wed Feb 2 12:05:18 UTC 2022 - Samuel Cabrero @@ -7,7 +16,7 @@ Wed Feb 2 12:05:18 UTC 2022 - Samuel Cabrero ------------------------------------------------------------------- Tue Nov 23 06:59:19 UTC 2021 - Steve Kowalik -- Remove python2 guard so we always Provide/Obsolete the old name. +- Remove python2 guard so we always Provide/Obsolete the old name. ------------------------------------------------------------------- Thu Jan 14 12:05:43 UTC 2021 - Benjamin Greiner @@ -104,12 +113,12 @@ Fri Jan 15 15:49:39 UTC 2016 - termim@gmail.com ------------------------------------------------------------------- Mon Jun 2 15:07:19 UTC 2014 - dvaleev@suse.com -- Add pkgconfig to BuildRequires to fix build +- Add pkgconfig to BuildRequires to fix build ------------------------------------------------------------------- Mon Sep 2 21:41:19 UTC 2013 - zaitor@opensuse.org -- Add python-smbc-pkg-config.patch, fixes build with samba 4. +- Add python-smbc-pkg-config.patch, fixes build with samba 4. ------------------------------------------------------------------- Tue Jan 15 21:33:03 UTC 2013 - p.drouand@gmail.com @@ -146,7 +155,7 @@ Wed Nov 10 14:02:41 CET 2010 - vuntz@opensuse.org ------------------------------------------------------------------- Mon Sep 6 14:35:08 UTC 2010 - coolo@novell.com -- Fix build with python 2.7, by fixing a filename in the file list. +- Fix build with python 2.7, by fixing a filename in the file list. ------------------------------------------------------------------- Mon Aug 23 10:22:33 CEST 2010 - dimstar@opensuse.org diff --git a/python-pysmbc.spec b/python-pysmbc.spec index 6139edf..e94ba9f 100644 --- a/python-pysmbc.spec +++ b/python-pysmbc.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysmbc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ # Tests need a running samba server %bcond_with test Name: python-pysmbc -Version: 1.0.23 +Version: 1.0.25.1 Release: 0 Summary: Python bindings for samba clients (libsmbclient) License: GPL-2.0-or-later