Revisions of python-minio

buildservice-autocommit accepted request 1163746 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 39)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1163451 from Max Lin's avatar Max Lin (mlin7442) (revision 38)
add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1108371 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 37)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 36)
- 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.
buildservice-autocommit accepted request 1074502 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 35)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 34)
- 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
buildservice-autocommit accepted request 1056766 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 32)
- 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
buildservice-autocommit accepted request 1032092 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 31)
baserev update by copy to link target
buildservice-autocommit accepted request 1007059 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1007023 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 28)
- 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
buildservice-autocommit accepted request 982983 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 27)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 982858 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 26)
- 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
buildservice-autocommit accepted request 965314 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 25)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 964618 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 24)
- 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
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 23)
- 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.
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 22)
- 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)
buildservice-autocommit accepted request 828344 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 21)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 20)
- Update to 6.0.0: 
  * fix pydoc of all public methods in minio/api.py (#941) (08/03/20) (Bala FA)
  * Create CNAME (08/02/20) (Harshavardhana)
  * fix: doc rendering issue (#938) (07/17/20) (Andrei Vukolov)
  * Add object version-ID support (#923) (07/11/20) (Bala FA)
  * Added expiry_delta in IAM (#935) (07/09/20) (Felipe Ballesteros)
  * Less memory allocation with put_object() (#930) (06/19/20) (Anis Elleuch)
  * mention when proxy to be used (#928) (06/01/20) (Harshavardhana)
  * refactor minio.credentials (#901) (05/31/20) (Bala FA)
  * simplify constants definition and usage (#927) (05/29/20) (Bala FA)
  * fix trace to be printed before and after execution (#926)
    (05/25/20) (Bala FA)
  * change encoding of x-amz-copy-source in copy_object (#912)
    (05/09/20) (John Flickinger)
  * fix isort errors (#904) (05/03/20) (Bala FA)
  * simplify functional tests (#898) (04/30/20) (Bala FA)
  * add isort to keep imports sorted (#897) (04/20/20) (Bala FA)
  * add support for AssumeRole STS provider (#874) (04/16/20) (Brian Thorne)
  * Allow signing requests for services other than s3 in sign v4 (#893) (04/16/20) (Brian Thorne)
  * preserve x-amz-content-sha256 if specified in presign_v4 (#870)
    (04/13/20) (Vanessasaurus)
  * Rename urlencode and urldecode to quote and unquote (#875)
    (04/11/20) (Brian Thorne)
  * move to latest release for windows CI (#884) (04/10/20) (Harshavardhana)
  * Update MANIFEST.in to generate a complete sdist (#856) (04/08/20) (Denis Laxalde)
  * Adds missing 'minio/credentials/*.sample' files (#866)
    (04/06/20) (ebozduman)
  * remove deprecated cElementTree (04/07/20) (Karthikeyan Singaravelan)
  * fix github actions error while checking out (#869) (04/06/20) (kannappanr)
- Update SOURCE1 and SOURCE2 to pull from tests/unit, the upstream path
Displaying revisions 1 - 20 of 39
openSUSE Build Service is sponsored by