commit python-minio for openSUSE:Factory

2024-04-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2024-04-02 16:42:55

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.1905 (New)


Package is "python-minio"

Tue Apr  2 16:42:55 2024 rev:20 rq:1163746 version:7.1.16

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2023-09-01 14:20:38.459294611 +0200
+++ /work/SRC/openSUSE:Factory/.python-minio.new.1905/python-minio.changes  
2024-04-02 16:44:43.102092894 +0200
@@ -1,0 +2,5 @@
+Fri Mar 29 06:29:02 UTC 2024 - Max Lin 
+
+- Add %{?sle15_python_module_pythons}
+
+---



Other differences:
--
++ python-minio.spec ++
--- /var/tmp/diff_new_pack.RF5K3T/_old  2024-04-02 16:44:43.638112027 +0200
+++ /var/tmp/diff_new_pack.RF5K3T/_new  2024-04-02 16:44:43.642112170 +0200
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
+%{?sle15_python_module_pythons}
 Name:   python-minio
 Version:7.1.16
 Release:0


commit python-minio for openSUSE:Factory

2023-09-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2023-09-01 14:19:44

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.1766 (New)


Package is "python-minio"

Fri Sep  1 14:19:44 2023 rev:19 rq:1108371 version:7.1.16

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2023-03-27 18:16:13.823090814 +0200
+++ /work/SRC/openSUSE:Factory/.python-minio.new.1766/python-minio.changes  
2023-09-01 14:20:38.459294611 +0200
@@ -1,0 +2,19 @@
+Fri Sep  1 05:39:18 UTC 2023 - Steve Kowalik 
+
+- Update to 7.1.16:
+  * Update deprecated mc admin policy commands
+  * update release references to master in README.md
+  * Fix upload snowball objects with staging file
+  * Add generic AWS S3 domain support
+  * upload_snowball_object(): seek stream to 0 before upload
+  * Revert "list_objecst: fix parsing user metadata as per
+MinIO server (#1240)"
+  * Disable multipart upload for upload_snowball_objects() api.
+  * Remove locale usage for datetime parsing
+  * fix policy as a string in presigned_post_policy() API
+  * Add cert_check flag to main class constructor
+- Switch to pyproject and autosetup macros.
+- Stop using greedy globs in %files.
+- Clean up unneeded {Build,}Requires.
+
+---

Old:

  minio-7.1.14.tar.gz

New:

  minio-7.1.16.tar.gz



Other differences:
--
++ python-minio.spec ++
--- /var/tmp/diff_new_pack.HZK819/_old  2023-09-01 14:20:39.519332444 +0200
+++ /var/tmp/diff_new_pack.HZK819/_new  2023-09-01 14:20:39.523332588 +0200
@@ -16,31 +16,24 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:   python-minio
-Version:7.1.14
+Version:7.1.16
 Release:0
 Summary:Minio library for Amazon S3 compatible cloud storage
 License:Apache-2.0
 URL:https://github.com/minio/minio-py
 Source: 
https://files.pythonhosted.org/packages/source/m/minio/minio-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-certifi
-Requires:   python-future
-Requires:   python-python-dateutil
-Requires:   python-pytz
 Requires:   python-urllib3
 BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module Faker}
 BuildRequires:  %{python_module certifi}
-BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module python-dateutil}
-BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module urllib3}
 # /SECTION
 %python_subpackages
@@ -49,26 +42,24 @@
 Minio library for Amazon S3 compatible cloud storage.
 
 %prep
-%setup -q -n minio-%{version}
-%autopatch -p1
+%autosetup -p1 -n minio-%{version}
 mv docs/zh_CN/API.md docs/API_zh_CN.md
 sed -i -e '/configparser/d' setup.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# https://github.com/minio/minio-py/issues/1187
-sed -i 's:import mock:import unittest.mock as mock:' tests/unit/*.py
 %pytest
 
 %files %{python_files}
 %doc README*.md docs/API*.md examples/
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/minio
+%{python_sitelib}/minio-%{version}.dist-info
 
 %changelog

++ minio-7.1.14.tar.gz -> minio-7.1.16.tar.gz ++
 3142 lines of diff (skipped)


commit python-minio for openSUSE:Factory

2023-03-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2023-03-27 18:16:11

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.31432 (New)


Package is "python-minio"

Mon Mar 27 18:16:11 2023 rev:18 rq:1074502 version:7.1.14

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2023-01-07 17:23:17.003433480 +0100
+++ /work/SRC/openSUSE:Factory/.python-minio.new.31432/python-minio.changes 
2023-03-27 18:16:13.823090814 +0200
@@ -1,0 +2,9 @@
+Sun Mar 26 19:18:41 UTC 2023 - Dirk Müller 
+
+- update to 7.1.14:
+  * Have single GitHub workflow YAML
+  * fget_object(): create tmp_file_path string generically
+  * Add upload_snowball_objects() API
+  * checks: ignore broad-exception-raised pylint error
+
+---

Old:

  minio-7.1.13.tar.gz

New:

  minio-7.1.14.tar.gz



Other differences:
--
++ python-minio.spec ++
--- /var/tmp/diff_new_pack.7exAh1/_old  2023-03-27 18:16:14.323093452 +0200
+++ /var/tmp/diff_new_pack.7exAh1/_new  2023-03-27 18:16:14.327093473 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-minio
-Version:7.1.13
+Version:7.1.14
 Release:0
 Summary:Minio library for Amazon S3 compatible cloud storage
 License:Apache-2.0

++ minio-7.1.13.tar.gz -> minio-7.1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.13/PKG-INFO new/minio-7.1.14/PKG-INFO
--- old/minio-7.1.13/PKG-INFO   2023-01-07 09:25:24.317450800 +0100
+++ new/minio-7.1.14/PKG-INFO   2023-03-24 06:43:31.524150600 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: minio
-Version: 7.1.13
+Version: 7.1.14
 Summary: MinIO Python SDK for Amazon S3 Compatible Cloud Storage
 Home-page: https://github.com/minio/minio-py
 Download-URL: https://github.com/minio/minio-py/releases
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.13/docs/API.md new/minio-7.1.14/docs/API.md
--- old/minio-7.1.13/docs/API.md2023-01-07 09:22:52.0 +0100
+++ new/minio-7.1.14/docs/API.md2023-03-24 06:41:57.0 +0100
@@ -84,7 +84,7 @@
 | [`delete_bucket_notification`](#delete_bucket_notification) | 
[`presigned_put_object`](#presigned_put_object) |
 | [`get_bucket_notification`](#get_bucket_notification)   | 
[`presigned_post_policy`](#presigned_post_policy)   |
 | [`set_bucket_notification`](#set_bucket_notification)   | 
[`get_presigned_url`](#get_presigned_url)   |
-| [`listen_bucket_notification`](#listen_bucket_notification) |
 |
+| [`listen_bucket_notification`](#listen_bucket_notification) | 
[`upload_snowball_objects`](#upload_snowball_objects)   |
 | [`delete_bucket_encryption`](#delete_bucket_encryption) |
 |
 | [`get_bucket_encryption`](#get_bucket_encryption)   |
 |
 | [`set_bucket_encryption`](#set_bucket_encryption)   |
 |
@@ -1847,6 +1847,51 @@
 print(url)
 ```
 
+
+
+### upload_snowball_objects(bucket_name, object_list, metadata=None, sse=None, 
tags=None, retention=None, legal_hold=False, staging_filename=None, 
compression=False)
+
+Uploads multiple objects in a single put call. It is done by creating 
intermediate TAR file optionally compressed which is uploaded to S3 service.
+
+__Parameters__
+
+| Param  | Type| Description   
  |
+|:---|:|:|
+| `bucket_name`  | _str_   | Name of the bucket.   
  |
+| `object_list`  | _iterable_  | An iterable containing 
:class:`SnowballObject ` object. |
+| `metadata` | _dict_  | Any additional metadata to be uploaded 
along with your PUT request. |
+| `sse`  | _Sse_   | Server-side encryption.   
  |
+| `tags` | _Tags_  | Tags for the object.  
  |
+| `retention`| _Retention_ | Retention configuration.  

commit python-minio for openSUSE:Factory

2023-01-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2023-01-07 17:19:55

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.1563 (New)


Package is "python-minio"

Sat Jan  7 17:19:55 2023 rev:17 rq:1056766 version:7.1.13

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2022-10-29 20:18:20.298604364 +0200
+++ /work/SRC/openSUSE:Factory/.python-minio.new.1563/python-minio.changes  
2023-01-07 17:23:17.003433480 +0100
@@ -1,0 +2,10 @@
+Sat Jan  7 12:20:40 UTC 2023 - Dirk Müller 
+
+- update to 7.1.13:
+  * Use Apache license SPDX identifier
+  * fix usage of deprecated urllib3.Response.getheaders()
+  * Fix typos and add codespell GitHub Action
+  * Expose fetch-owner in the api for list_object
+  * Add python 3.11 support
+
+---

Old:

  minio-7.1.12.tar.gz

New:

  minio-7.1.13.tar.gz



Other differences:
--
++ python-minio.spec ++
--- /var/tmp/diff_new_pack.AhSGah/_old  2023-01-07 17:23:17.435436058 +0100
+++ /var/tmp/diff_new_pack.AhSGah/_new  2023-01-07 17:23:17.439436082 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-minio
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-minio
-Version:7.1.12
+Version:7.1.13
 Release:0
 Summary:Minio library for Amazon S3 compatible cloud storage
 License:Apache-2.0

++ minio-7.1.12.tar.gz -> minio-7.1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.12/PKG-INFO new/minio-7.1.13/PKG-INFO
--- old/minio-7.1.12/PKG-INFO   2022-09-28 09:55:32.456371000 +0200
+++ new/minio-7.1.13/PKG-INFO   2023-01-07 09:25:24.317450800 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 2.1
 Name: minio
-Version: 7.1.12
+Version: 7.1.13
 Summary: MinIO Python SDK for Amazon S3 Compatible Cloud Storage
 Home-page: https://github.com/minio/minio-py
 Download-URL: https://github.com/minio/minio-py/releases
 Author: MinIO, Inc.
 Author-email: d...@min.io
-License: Apache License 2.0
+License: Apache-2.0
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Apache Software License
@@ -17,6 +17,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Description-Content-Type: text/markdown
 License-File: LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.12/docs/API.md new/minio-7.1.13/docs/API.md
--- old/minio-7.1.12/docs/API.md2022-09-28 09:54:03.0 +0200
+++ new/minio-7.1.13/docs/API.md2023-01-07 09:22:52.0 +0100
@@ -1487,7 +1487,7 @@
 ],
 )
 for error in errors:
-print("error occured when deleting object", error)
+print("error occurred when deleting object", error)
 
 # Remove a prefix recursively.
 delete_object_list = map(
@@ -1496,7 +1496,7 @@
 )
 errors = client.remove_objects("my-bucket", delete_object_list)
 for error in errors:
-print("error occured when deleting object", error)
+print("error occurred when deleting object", error)
 ```
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.12/examples/remove_objects.py 
new/minio-7.1.13/examples/remove_objects.py
--- old/minio-7.1.12/examples/remove_objects.py 2022-09-28 09:54:03.0 
+0200
+++ new/minio-7.1.13/examples/remove_objects.py 2023-01-07 09:22:52.0 
+0100
@@ -33,7 +33,7 @@
 ],
 )
 for error in errors:
-print("error occured when deleting object", error)
+print("error occurred when deleting object", error)
 
 # Remove a prefix recursively.
 delete_object_list = map(
@@ -42,4 +42,4 @@
 )
 errors = client.remove_objects("my-bucket", delete_object_list)
 for error in errors:
-print("error occured when deleting object", error)
+print("error occurred when deleting object", error)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.12/minio/__init__.py 

commit python-minio for openSUSE:Factory

2022-10-29 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2022-10-29 20:16:58

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.2275 (New)


Package is "python-minio"

Sat Oct 29 20:16:58 2022 rev:16 rq:1032092 version:7.1.12

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2022-09-30 17:58:01.561278312 +0200
+++ /work/SRC/openSUSE:Factory/.python-minio.new.2275/python-minio.changes  
2022-10-29 20:18:20.298604364 +0200
@@ -2 +2 @@
-Thu Sep 29 16:28:14 UTC 2022 - Yogalakshmi Arunachalam 
+Fri Oct 28 18:30:41 UTC 2022 - Yogalakshmi Arunachalam 
@@ -9,0 +10,3 @@
+
+---
+Thu Sep 29 16:28:14 UTC 2022 - Yogalakshmi Arunachalam 

Old:

  minio-7.1.11.tar.gz

New:

  minio-7.1.12.tar.gz



Other differences:
--
++ python-minio.spec ++
--- /var/tmp/diff_new_pack.XjdVJZ/_old  2022-10-29 20:18:20.806607071 +0200
+++ /var/tmp/diff_new_pack.XjdVJZ/_new  2022-10-29 20:18:20.814607114 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-minio
-Version:7.1.11
+Version:7.1.12
 Release:0
 Summary:Minio library for Amazon S3 compatible cloud storage
 License:Apache-2.0

++ minio-7.1.11.tar.gz -> minio-7.1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.11/PKG-INFO new/minio-7.1.12/PKG-INFO
--- old/minio-7.1.11/PKG-INFO   2022-07-25 07:47:56.479161000 +0200
+++ new/minio-7.1.12/PKG-INFO   2022-09-28 09:55:32.456371000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: minio
-Version: 7.1.11
+Version: 7.1.12
 Summary: MinIO Python SDK for Amazon S3 Compatible Cloud Storage
 Home-page: https://github.com/minio/minio-py
 Download-URL: https://github.com/minio/minio-py/releases
@@ -25,7 +25,7 @@
 
 MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket 
and object operations to any Amazon S3 compatible object storage service.
 
-For a complete list of APIs and examples, please take a look at the [Python 
Client API Reference](https://docs.min.io/docs/python-client-api-reference)
+For a complete list of APIs and examples, please take a look at the [Python 
Client API 
Reference](https://min.io/docs/minio/linux/developers/python/API.html)
 
 ## Minimum Requirements
 Python 3.7 or higher.
@@ -107,11 +107,11 @@
 ```
 
 ## More References
-* [Python Client API 
Reference](https://docs.min.io/docs/python-client-api-reference)
+* [Python Client API 
Reference](https://min.io/docs/minio/linux/developers/python/API.html)
 * [Examples](https://github.com/minio/minio-py/tree/release/examples)
 
 ## Explore Further
-* [Complete Documentation](https://docs.min.io)
+* [Complete 
Documentation](https://min.io/docs/minio/kubernetes/upstream/index.html)
 
 ## Contribute
 Please refer [Contributors 
Guide](https://github.com/minio/minio-py/blob/release/CONTRIBUTING.md)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.11/README.md new/minio-7.1.12/README.md
--- old/minio-7.1.11/README.md  2022-07-25 07:46:29.0 +0200
+++ new/minio-7.1.12/README.md  2022-09-28 09:54:03.0 +0200
@@ -2,7 +2,7 @@
 
 MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket 
and object operations to any Amazon S3 compatible object storage service.
 
-For a complete list of APIs and examples, please take a look at the [Python 
Client API Reference](https://docs.min.io/docs/python-client-api-reference)
+For a complete list of APIs and examples, please take a look at the [Python 
Client API 
Reference](https://min.io/docs/minio/linux/developers/python/API.html)
 
 ## Minimum Requirements
 Python 3.7 or higher.
@@ -84,11 +84,11 @@
 ```
 
 ## More References
-* [Python Client API 
Reference](https://docs.min.io/docs/python-client-api-reference)
+* [Python Client API 
Reference](https://min.io/docs/minio/linux/developers/python/API.html)
 * [Examples](https://github.com/minio/minio-py/tree/release/examples)
 
 ## Explore Further
-* [Complete Documentation](https://docs.min.io)
+* [Complete 
Documentation](https://min.io/docs/minio/kubernetes/upstream/index.html)
 
 ## Contribute
 Please refer [Contributors 
Guide](https://github.com/minio/minio-py/blob/release/CONTRIBUTING.md)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.11/README_zh_CN.md 
new/minio-7.1.12/README_zh_CN.md
--- old/minio-7.1.11/README_zh_

commit python-minio for openSUSE:Factory

2022-09-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2022-09-30 17:57:42

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.2275 (New)


Package is "python-minio"

Fri Sep 30 17:57:42 2022 rev:15 rq:1007059 version:7.1.11

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2022-06-16 18:22:26.680270454 +0200
+++ /work/SRC/openSUSE:Factory/.python-minio.new.2275/python-minio.changes  
2022-09-30 17:58:01.561278312 +0200
@@ -1,0 +2,19 @@
+Thu Sep 29 16:28:14 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to version 7.1.12:
+  What's Changed
+  fix documentation display composing by @j13tw in #1231
+  fget_object(): add progress support by @moon-jong in #1235
+  Updating documentation links to new URLs by @djwfyi in #1239
+  list_objects: fix parsing user metadata as per MinIO server by 
@harshavardhana in #1240 
+
+- Update to version 7.1.11:
+  select: yield available payload fully by requested num_bytes by @kldtz in 
#1225
+
+- Update to version 7.1.10: 
+  fget_object(): remove resume support. by @balamurugana in #1215
+  fix lifecycle config rule validation by @balamurugana in #1217
+  error out if lifecycle rule has null filter by @balamurugana in #1219
+  EventIterable: Reconnect on closed response. by @balamurugana in #1222
+
+---

Old:

  minio-7.1.9.tar.gz

New:

  minio-7.1.11.tar.gz



Other differences:
--
++ python-minio.spec ++
--- /var/tmp/diff_new_pack.02O3Dc/_old  2022-09-30 17:58:01.989279227 +0200
+++ /var/tmp/diff_new_pack.02O3Dc/_new  2022-09-30 17:58:01.997279245 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-minio
-Version:7.1.9
+Version:7.1.11
 Release:0
 Summary:Minio library for Amazon S3 compatible cloud storage
 License:Apache-2.0

++ minio-7.1.9.tar.gz -> minio-7.1.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.9/PKG-INFO new/minio-7.1.11/PKG-INFO
--- old/minio-7.1.9/PKG-INFO2022-06-11 23:34:02.843320600 +0200
+++ new/minio-7.1.11/PKG-INFO   2022-07-25 07:47:56.479161000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: minio
-Version: 7.1.9
+Version: 7.1.11
 Summary: MinIO Python SDK for Amazon S3 Compatible Cloud Storage
 Home-page: https://github.com/minio/minio-py
 Download-URL: https://github.com/minio/minio-py/releases
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.9/minio/__init__.py 
new/minio-7.1.11/minio/__init__.py
--- old/minio-7.1.9/minio/__init__.py   2022-06-11 23:29:34.0 +0200
+++ new/minio-7.1.11/minio/__init__.py  2022-07-25 07:46:29.0 +0200
@@ -33,7 +33,7 @@
 
 __title__ = "minio-py"
 __author__ = "MinIO, Inc."
-__version__ = "7.1.9"
+__version__ = "7.1.11"
 __license__ = "Apache 2.0"
 __copyright__ = "Copyright 2015, 2016, 2017, 2018, 2019, 2020 MinIO, Inc."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.9/minio/api.py 
new/minio-7.1.11/minio/api.py
--- old/minio-7.1.9/minio/api.py2022-06-11 23:29:34.0 +0200
+++ new/minio-7.1.11/minio/api.py   2022-07-25 07:46:29.0 +0200
@@ -1047,27 +1047,18 @@
 tmp_file_path = (
 tmp_file_path or file_path + "." + stat.etag + ".part.minio"
 )
-try:
-tmp_file_stat = os.stat(tmp_file_path)
-except IOError:
-tmp_file_stat = None  # Ignore this error.
-offset = tmp_file_stat.st_size if tmp_file_stat else 0
-if offset > stat.size:
-os.remove(tmp_file_path)
-offset = 0
 
 response = None
 try:
 response = self.get_object(
 bucket_name,
 object_name,
-offset=offset,
 request_headers=request_headers,
 ssec=ssec,
 version_id=version_id,
 extra_query_params=extra_query_params,
 )
-with open(tmp_file_path, "ab") as tmp_file:
+with open(tmp_file_path, "wb") as tmp_file:
 for data in response.stream(amt=1024*1024):
 tmp_file.write(data)
 if os.path.exists(file_path):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.9/minio/datatypes.py 
new/minio-7.1.11/minio/datatypes.py
--- old/min

commit python-minio for openSUSE:Factory

2022-06-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2022-06-16 18:21:07

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.1548 (New)


Package is "python-minio"

Thu Jun 16 18:21:07 2022 rev:14 rq:982983 version:7.1.9

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2022-03-28 17:01:56.841082362 +0200
+++ /work/SRC/openSUSE:Factory/.python-minio.new.1548/python-minio.changes  
2022-06-16 18:22:26.680270454 +0200
@@ -1,0 +2,9 @@
+Wed Jun 15 14:27:53 UTC 2022 - Yogalakshmi Arunachalam 
+
+- version update to 7.1.9 
+  * allow hashlib.md5() calls to work with FIPS kernels by @BOPOHA in #1200
+  * Handle 304 status code properly by @balamurugana in #1202
+  * correct ValueError when part_size > MAX_PART_SIZE by @ernestang98 in #1205
+  * Set minimum requirement to Python v3.7 by @balamurugana in #1209
+
+---

Old:

  minio-7.1.5.tar.gz

New:

  minio-7.1.9.tar.gz



Other differences:
--
++ python-minio.spec ++
--- /var/tmp/diff_new_pack.b2VxC8/_old  2022-06-16 18:22:27.040270966 +0200
+++ /var/tmp/diff_new_pack.b2VxC8/_new  2022-06-16 18:22:27.044270972 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-minio
-Version:7.1.5
+Version:7.1.9
 Release:0
 Summary:Minio library for Amazon S3 compatible cloud storage
 License:Apache-2.0

++ minio-7.1.5.tar.gz -> minio-7.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.5/PKG-INFO new/minio-7.1.9/PKG-INFO
--- old/minio-7.1.5/PKG-INFO2022-03-11 04:28:56.537088000 +0100
+++ new/minio-7.1.9/PKG-INFO2022-06-11 23:34:02.843320600 +0200
@@ -1,23 +1,22 @@
 Metadata-Version: 2.1
 Name: minio
-Version: 7.1.5
+Version: 7.1.9
 Summary: MinIO Python SDK for Amazon S3 Compatible Cloud Storage
 Home-page: https://github.com/minio/minio-py
 Download-URL: https://github.com/minio/minio-py/releases
 Author: MinIO, Inc.
 Author-email: d...@min.io
 License: Apache License 2.0
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Natural Language :: English
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Description-Content-Type: text/markdown
 License-File: LICENSE
@@ -29,7 +28,7 @@
 For a complete list of APIs and examples, please take a look at the [Python 
Client API Reference](https://docs.min.io/docs/python-client-api-reference)
 
 ## Minimum Requirements
-Python 3.6 or higher.
+Python 3.7 or higher.
 
 ## Download using pip
 
@@ -118,5 +117,3 @@
 Please refer [Contributors 
Guide](https://github.com/minio/minio-py/blob/release/CONTRIBUTING.md)
 
 
[![PYPI](https://img.shields.io/pypi/v/minio.svg)](https://pypi.python.org/pypi/minio)
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.5/README.md new/minio-7.1.9/README.md
--- old/minio-7.1.5/README.md   2022-03-11 04:27:21.0 +0100
+++ new/minio-7.1.9/README.md   2022-06-11 23:29:34.0 +0200
@@ -5,7 +5,7 @@
 For a complete list of APIs and examples, please take a look at the [Python 
Client API Reference](https://docs.min.io/docs/python-client-api-reference)
 
 ## Minimum Requirements
-Python 3.6 or higher.
+Python 3.7 or higher.
 
 ## Download using pip
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.5/minio/__init__.py 
new/minio-7.1.9/minio/__init__.py
--- old/minio-7.1.5/minio/__init__.py   2022-03-11 04:27:21.0 +0100
+++ new/minio-7.1.9/minio/__init__.py   2022-06-11 23:29:34.0 +0200
@@ -33,7 +33,7 @@
 
 __title__ = "minio-py"
 __author__ = "MinIO, Inc."
-__version__ = "7.1.5"
+__version__ = "7.1.9"
 __license__ = "Apache 2.0"
 __copyright__ = "Copyright 2015, 2016, 2017, 2018, 2019, 2020 MinIO, Inc."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.5/minio/api.py new/minio-7.1.9/minio/api.py
--- old/

commit python-minio for openSUSE:Factory

2022-03-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2022-03-28 17:01:02

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.1900 (New)


Package is "python-minio"

Mon Mar 28 17:01:02 2022 rev:13 rq:965314 version:7.1.5

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2021-10-25 15:18:36.153719493 +0200
+++ /work/SRC/openSUSE:Factory/.python-minio.new.1900/python-minio.changes  
2022-03-28 17:01:56.841082362 +0200
@@ -1,0 +2,24 @@
+Thu Mar 24 10:18:36 UTC 2022 - pgaj...@suse.com
+
+- version update to 7.1.5
+  7.1.5
+  -
+  Add AssumeRoleWithCertificate credential provider. by @balamurugana in #1182
+  7.1.4
+  -
+  docs: fix typo in object_lock config function name by @harshavardhana in 
#1176
+  fix progress bar division by zero error by @harshavardhana in #1177
+  Add policy unset method to minio admin by @federicober in #1180
+  fix: lint checks and enable MINIO_CI_CD=1 for functional tests by 
@harshavardhana in #1181
+  7.1.3
+  -
+  Update set_object_lock_config.py by @anooptp in #1170
+  fix finding user's home directory in 
AWSConfigProvider/MinioClientConfigProvider by @nfioraio-ec in #1175
+  fix EnvAWSProvider/EnvMinioProvider to fetch access/secret keys and session 
token always from os.environ by @nfioraio-ec in #1174
+  7.1.2
+  -
+  fix: do not enforce role value for replicationConfig (#1166) (11/24/21) 
(Harshavardhana)
+  fix: canonical request path if empty choose '/' (#1165) (11/24/21) 
(Harshavardhana)
+- do not require python-mock for build
+
+---

Old:

  minio-7.1.1.tar.gz

New:

  minio-7.1.5.tar.gz



Other differences:
--
++ python-minio.spec ++
--- /var/tmp/diff_new_pack.zvSGJG/_old  2022-03-28 17:01:57.333083030 +0200
+++ /var/tmp/diff_new_pack.zvSGJG/_new  2022-03-28 17:01:57.337083036 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-minio
 #
-# Copyright (c) 2021 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-minio
-Version:7.1.1
+Version:7.1.5
 Release:0
 Summary:Minio library for Amazon S3 compatible cloud storage
 License:Apache-2.0
@@ -38,7 +38,6 @@
 BuildRequires:  %{python_module Faker}
 BuildRequires:  %{python_module certifi}
 BuildRequires:  %{python_module future}
-BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module pytz}
@@ -63,6 +62,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+# https://github.com/minio/minio-py/issues/1187
+sed -i 's:import mock:import unittest.mock as mock:' tests/unit/*.py
 %pytest
 
 %files %{python_files}

++ minio-7.1.1.tar.gz -> minio-7.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.1/PKG-INFO new/minio-7.1.5/PKG-INFO
--- old/minio-7.1.1/PKG-INFO2021-10-08 21:43:40.517315100 +0200
+++ new/minio-7.1.5/PKG-INFO2022-03-11 04:28:56.537088000 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 2.1
 Name: minio
-Version: 7.1.1
+Version: 7.1.5
 Summary: MinIO Python SDK for Amazon S3 Compatible Cloud Storage
 Home-page: https://github.com/minio/minio-py
+Download-URL: https://github.com/minio/minio-py/releases
 Author: MinIO, Inc.
 Author-email: d...@min.io
 License: Apache License 2.0
-Download-URL: https://github.com/minio/minio-py/releases
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/minio-7.1.1/docs/API.md new/minio-7.1.5/docs/API.md
--- old/minio-7.1.1/docs/API.md 2021-10-08 21:41:08.0 +0200
+++ new/minio-7.1.5/docs/API.md 2022-03-11 04:27:21.0 +0100
@@ -828,7 +828,7 @@
 
 ```py
 config = ObjectLockConfig(GOVERNANCE, 15, DAYS)
-client.set_object_lock_condig("my-bucket", config)
+client.set_object_lock_config("my-bucket", config)
 ```
 
 ## 3. Object operations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/minio-7.1.1/examples/minio_with_certificate_identity_provider.py 
new/minio-7.1.5/examples/minio_with_certificate_identity_provider.py
--- old/minio-7.1.1

commit python-minio for openSUSE:Factory

2021-10-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2021-10-25 15:17:30

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.1890 (New)


Package is "python-minio"

Mon Oct 25 15:17:30 2021 rev:12 rq:927217 version:7.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2021-09-22 22:13:01.112326088 +0200
+++ /work/SRC/openSUSE:Factory/.python-minio.new.1890/python-minio.changes  
2021-10-25 15:18:36.153719493 +0200
@@ -1,0 +2,12 @@
+Sun Oct 24 23:25:13 UTC 2021 - Steve Kowalik 
+
+- Update to 7.1.1:
+  * Fix transition xml name in lifecycleconfig (#1142) (10/09/21) (Bala FA)
+  * Remove nose tests and move to python unittest (#1152) (10/09/21) (Steve 
Kowalik)
+  * Use unquote_plus() to decode url encoded value. (#1158) (10/09/21) (Bala 
FA)
+  * Ignore cert addition if custom httpclient is passed (#1157) (10/08/21) 
(Anton Samokhvalov)
+  * use f-string wherever possible (#1155) (10/08/21) (Bala FA)
+  * Raise ValueError instead of returning in ChainedProvider (#1146) 
(09/01/21) (Bala FA) 
+- Drop remove-nose.patch, merged upstream.
+
+---

Old:

  minio-7.1.0.tar.gz
  remove-nose.patch

New:

  minio-7.1.1.tar.gz



Other differences:
--
++ python-minio.spec ++
--- /var/tmp/diff_new_pack.MYc0m3/_old  2021-10-25 15:18:36.569719752 +0200
+++ /var/tmp/diff_new_pack.MYc0m3/_new  2021-10-25 15:18:36.573719755 +0200
@@ -19,13 +19,12 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-minio
-Version:7.1.0
+Version:7.1.1
 Release:0
 Summary:Minio library for Amazon S3 compatible cloud storage
 License:Apache-2.0
 URL:https://github.com/minio/minio-py
 Source: 
https://files.pythonhosted.org/packages/source/m/minio/minio-%{version}.tar.gz
-Patch0: remove-nose.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ minio-7.1.0.tar.gz -> minio-7.1.1.tar.gz ++
 2907 lines of diff (skipped)


commit python-minio for openSUSE:Factory

2021-09-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-minio for openSUSE:Factory 
checked in at 2021-09-22 22:12:52

Comparing /work/SRC/openSUSE:Factory/python-minio (Old)
 and  /work/SRC/openSUSE:Factory/.python-minio.new.1899 (New)


Package is "python-minio"

Wed Sep 22 22:12:52 2021 rev:11 rq:920715 version:7.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-minio/python-minio.changes
2020-08-21 19:07:57.376490916 +0200
+++ /work/SRC/openSUSE:Factory/.python-minio.new.1899/python-minio.changes  
2021-09-22 22:13:01.112326088 +0200
@@ -1,0 +2,62 @@
+Wed Sep 22 03:51:05 UTC 2021 - Steve Kowalik 
+
+- Update to 7.1.0:
+  * EventIterable: use looping instead of tail recursion in next() (#1126) 
(07/07/21) (Bala FA)
+  * list_objects(): add url encoding type support. (#1107) (06/29/21) (Bala FA)
+  * listen_bucket_notification(): return EventIterable object as controlled 
iterator. (#1118) (06/25/21) (Bala FA)
+  * allow setting custom environment variables for mc admin subprocess (#1100) 
(05/24/21) (cbows)
+  * fix error when mc admin response has a trailing newline (#1099) (05/24/21) 
(cbows)
+  * Bucket: add string representation and equality method (#1095) (05/24/21) 
(Bahram Aghaei)
+  * list_objects(): identify delete marker generically (#1106) (05/24/21) 
(Bala FA)
+  * make_bucket: use region passed via constructor (#1103) (03/29/21) (Bala FA)
+  * Optimize logic of read_part_data() (#1085) (02/21/21) (Bala FA)
+  * Fix divided by zero error at part info computation. (#1083) (02/18/21) 
(Bala FA)
+  * Convert timedelta.total_seconds() to integer in credential providers. 
(#1081) (02/12/21) (Brian Thorne)
+  * fix data argument description of put_object() API (#1071) (01/29/21) (Bala 
FA)
+  * fix getbytes() usage in make_bucket() API (#1073) (01/29/21) (Bala FA)
+  * fix Retention properties usage (#1066) (01/27/21) (Bala FA)
+  * fix Tagging.tags usage properly (#1061) (01/27/21) (Bala FA)
+  * Add default 5 minutes timeout to default http client (#1069) (01/25/21) 
(Bala FA)
+  * Enhance HTTP trace (#1056) (01/09/21) (Bala FA)
+  * Allow empty prefix in Filter (#1053) (01/05/21) (Bala FA)
+  * fix: bring back previous change to functional test script (#1045) 
(12/10/20) (Harshavardhana)
+  * Remove configparser as dependency (#1046) (12/10/20) (Bala FA)
+  * Python2 support has been removed.
+  * Added support for S3 APIs related to object locking and versioning, 
tagging.
+  * Added support for compose object.
+  * fix: running functional tests issues (12/08/20) (Minio Trusted)
+  * Enhance put_object() API to support more parameters (#1022) (12/04/20) 
(Bala FA)
+  * Rename presigned_url() to get_presigned_url() (#1032) (12/03/20) (Bala FA)
+  * Refactor PostPolicy implementation (#1023) (12/01/20) (Bala FA)
+  * fix: allow tests to run properly on gateway setups (#1034) (11/28/20) 
(Harshavardhana)
+  * error.code() is a property not function (11/28/20) (Harshavardhana)
+  * Handle locale-safe time formats (#1020) (11/24/20) (Bala FA)
+  * Make code property check optional in IamAwsProvider (#1025) (11/24/20) 
(Bala F:...skipping...
+  * Simplify select_object_content() response stream (#1018) (12/02/20) (Bala 
FA)
+  * Add compose_object() and enhance copy_object() APIs (#1021) (12/02/20) 
(Bala FA)
+  * Refactor PostPolicy implementation (#1023) (12/01/20) (Bala FA)
+  * fix: allow tests to run properly on gateway setups (#1034) (11/28/20) 
(Harshavardhana)
+  * error.code() is a property not function (11/28/20) (Harshavardhana)
+  * ignore NoSuchVersion returned in remove_objects (#1033) (11/28/20) 
(Harshavardhana)
+  * Merge thread_pool.py into helpers.py (#1024) (11/25/20) (Bala FA)
+  * Handle locale-safe time formats (#1020) (11/24/20) (Bala FA)
+  * fix client grants provider example (#1027) (11/24/20) (Bala FA)
+  * Make code property check optional in IamAwsProvider (#1025) (11/24/20) 
(Bala FA)
+  * fix examples of {fget,get,stat}_object() APIs (#1028) (11/23/20) (Bala FA)
+  * Merge definitions.py into helpers.py (#1017) (11/11/20) (Bala FA)
+  * Normalize user metadata in request headers properly (#1016) (11/11/20) 
(Bala FA)
+  * Update return type in put_object() and copy_object() API (#1012) 
(11/09/20) (Bala FA)
+  * add {set,get}_object_retention() APIs (#986) (10/23/20) (Bala FA)
+  * add {set,get,delete}_object_lock_config APIs (#985) (10/21/20) (Bala FA)
+  * add {enable,disable,is}_object_legal_hold[_enabled] APIs (#987) (10/19/20) 
(Bala FA)
+  * fix Host header in request correctly (#1004) (10/19/20) (Bala FA)
+  * Handle location constraints inside API methods (#992) (10/14/20) (Bala FA)
+  * Move http execution at one place (#968) (09/21/20) (Bala FA)
+  * fix: Pass request parameters in query string in LDAPIdentityProvider. 
(#976) (09/13/20) (st