d9bea661dd
fix changelog
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=21
2025-03-18 12:25:10 +00:00
526be4099c
Accepting request 1254080 from home:glaubitz:branches:devel:languages:python
...
- Update to 7.2.0
* Add support for prefetching to sftp transport
(PR #849 , @davidszotten)
- from version 7.1.0
* Add support for python 3.13 (PR #847 , @ddelange)
* Propagate uri to compression_wrapper (PR #842 , @ddelange)
- Drop support-python-313.patch, merged upstream
OBS-URL: https://build.opensuse.org/request/show/1254080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=20
2025-03-18 12:24:31 +00:00
364c8ea04d
- Remove upper pin on urllib3.
...
- Drop moto_server set up and teardown, it is for one testcase.
- Drop patch skip-gzip-tests-python312.patch, not required.
- Add patch support-python-313.patch:
* Support Python 3.13 changes.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=18
2024-12-16 03:18:27 +00:00
4d03b6a490
- update to 7.0.5:
...
* Fix zstd compression in ab mode
* Fix close function not neing able to upload a compressed S3
* Fix test_http.request_callback
* Update readline logic for azure to match s3
* Make http handler take an optional requests.Session
* Ensure no side effects on SinglepartWriter exception
* Add support for `get_blob_kwargs` to GCS blob read operations
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=16
2024-10-30 19:31:50 +00:00
5d1a5c690f
- update to 7.0.4:
...
* Fix wb mode with zstd compression (PR #815 , @djudd)
* Remove GCS bucket.exists call to avoid storage.buckets.get
permission (PR #813 , @ddelange)
* add support for zst writing (PR #812 , @mpenkov)
* roll back PR #812 , restore compatibility with built-in open
function (@mpenkov)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=14
2024-05-02 22:18:28 +00:00
79e628497f
- update to 7.0.2:
...
* Add `__next__` method to FileLikeProxy
* Fix python_requires minimum python version in setup.py
* Add activity check to cached sftp connections
- Update to version 6.3.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=12
2024-03-21 17:20:28 +00:00
bc1913d505
- Do not kill moto_server three minutes into the testsuite. (bsc#1221663)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=10
2024-03-20 06:07:23 +00:00
cb1ba95e2c
Accepting request 1158940 from home:bmwiedemann:branches:devel:languages:python
...
Avoid stuck build on failing test
OBS-URL: https://build.opensuse.org/request/show/1158940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=9
2024-03-18 16:14:02 +00:00
738a1984b0
- Update to 7.0.1:
...
* Do not touch botocore unless it is installed
* Upgrade dev status classifier to stable
* Add zstandard compression support
* Support moto 4 & 5
* Add logic for handling large files in MultipartWriter uploads to S3
* Add support for SSH connection via aliases from ~/.ssh/config
* Secure the connection using SSL when connecting to the FTPS server
* Make GCS I/O 1000x faster by avoiding unnecessary API call
* Retry finalizing multipart S3 upload
* Handle exceptions during writes to Azure
* Fix str method in SinglepartWriter
* Fix KeyError: 'ContentRange' when received full content from S3
* Propagate exit call to the underlying filestream
- Switch to autosetup and pyproject macros.
- Less globs in %files.
- Update all URLs, the github repository owner has changed.
- Add patch skip-gzip-tests-python312.patch, skip broken tests under
Python 3.12.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=7
2024-03-15 07:48:54 +00:00
John Vandenberg
dcccee9fb9
Accepting request 1117458 from home:mimi_vx:branches:devel:languages:python
...
- Update to 6.4.0
- force require urllib3 < 2 because of https://github.com/RaRe-Technologies/smart_open/issues/784
* Ignore S3 seeks to the current position (PR #782 , @beck3905
* Set binary mode prior to FTP write ()PR #781 , @beck3905)
* Improve S3 URI Parsing for URIs with "@", "/", and ":" (PR #776 , @rileypeterson)
* Add python 3.11 to setup.py (PR #775 , @tooptoop4)
* Fix retrieving empty but existing object from S3 (PR #771 , @Darkheir)
* Avoid overfilling buffer when reading from Azure (PR #767 , @ronreiter)
* Add required import for example to work (PR #756 , @jensenbox)
OBS-URL: https://build.opensuse.org/request/show/1117458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=5
2023-10-12 13:48:12 +00:00
John Vandenberg
d32f91ef24
Accepting request 1056674 from home:yarunachalam:branches:devel:languages:python
...
- Update to version 6.3.0
* Refactor Google Cloud Storage to use blob.open (ddelange, #744 )
* Add FTP/FTPS support (#33 ) (RachitSharma2001, #739 )
* Bring back compression_wrapper(filename) + use case-insensitive extension matching (piskvorky, #737 )
* Fix avoidable S3 race condition (#693 ) (RachitSharma2001, #735 )
* setup.py: Remove pathlib2 (jayvdb, #733 )
* Add flake8 config globally (cadnce, #732 )
* Added buffer_size parameter to http module (mullenkamp, #730 )
* Added documentation to support GCS anonymously (cadnce, #728 )
* Reconnect inactive sftp clients automatically (Kache, #719 )
OBS-URL: https://build.opensuse.org/request/show/1056674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=3
2023-01-14 04:20:35 +00:00
ae1664d884
Accepting request 1011080 from home:jayvdb:py-submit
...
2.6k stars
lots of explicit deps https://www.wheelodex.org/projects/smart-open/rdepends/ , esp snakemake, azureml & FedML
optional dep of https://build.opensuse.org/package/show/devel:languages:python/python-gensim and others
OBS-URL: https://build.opensuse.org/request/show/1011080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=1
2022-10-15 10:09:16 +00:00