32 Commits

Author SHA256 Message Date
Dominique Leuenberger
ad9d5871bb Accepting request 969851 from devel:languages:python
- Update to 2.2.1
  Bug Fixes
  * remove py.typed marker file for PEP 561 (#735), closes (#734)
- from version 2.2.0
  Features
  * allow no project in client methods using storage emulator (#703)
  Bug Fixes
  * add user agent in python-storage when calling resumable media (c7bf615)
  * **deps:** require google-api-core>=1.31.5, >=2.3.2 (#722) (e9aab38)
  * Fix BlobReader handling of interleaved reads and seeks (#721) (5d1cfd2)
  * retry client side requests timeout (#727) (e0b3b35)
  Documentation
  * fixed download_blob_to_file example (#704) (2c94d98)
- from 2.1.0
  Features
  * add turbo replication support and samples (#622) (4dafc81)
  * avoid authentication with storage emulator (#679) (8789afa)
  * remove python 3.6 support (#689) (8aa4130)
- from version 2.0.0
  BREAKING CHANGES
  * Remove Python 2 support (#657)
  Features
  * Remove Python 2 support (#657) (b611670)
- from version 1.44.0
  Features
  * add raw_download kwarg to BlobReader (#668) (10cdad6)
  Documentation
  * Describe code sample more specifically (#660) (0459cb4)
  * refresh readme instructions (#667) (ceb9314)
  * This is just a simple PR to better describe what the code (forwarded request 969826 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/969851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=12
2022-04-13 19:06:09 +00:00
993459addd Accepting request 969826 from home:glaubitz:branches:devel:languages:python
- Update to 2.2.1
  Bug Fixes
  * remove py.typed marker file for PEP 561 (#735), closes (#734)
- from version 2.2.0
  Features
  * allow no project in client methods using storage emulator (#703)
  Bug Fixes
  * add user agent in python-storage when calling resumable media (c7bf615)
  * **deps:** require google-api-core>=1.31.5, >=2.3.2 (#722) (e9aab38)
  * Fix BlobReader handling of interleaved reads and seeks (#721) (5d1cfd2)
  * retry client side requests timeout (#727) (e0b3b35)
  Documentation
  * fixed download_blob_to_file example (#704) (2c94d98)
- from 2.1.0
  Features
  * add turbo replication support and samples (#622) (4dafc81)
  * avoid authentication with storage emulator (#679) (8789afa)
  * remove python 3.6 support (#689) (8aa4130)
- from version 2.0.0
  BREAKING CHANGES
  * Remove Python 2 support (#657)
  Features
  * Remove Python 2 support (#657) (b611670)
- from version 1.44.0
  Features
  * add raw_download kwarg to BlobReader (#668) (10cdad6)
  Documentation
  * Describe code sample more specifically (#660) (0459cb4)
  * refresh readme instructions (#667) (ceb9314)
  * This is just a simple PR to better describe what the code

OBS-URL: https://build.opensuse.org/request/show/969826
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=30
2022-04-13 11:43:23 +00:00
Dominique Leuenberger
705e1ec477 Accepting request 927534 from devel:languages:python
- Add no-relative-imports.patch to fix relative imports.

OBS-URL: https://build.opensuse.org/request/show/927534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=11
2021-10-26 18:14:14 +00:00
Dominique Leuenberger
4962a87ed0 Accepting request 922325 from devel:languages:python
- Copy the testsuite before we run it to avoid import problems.
- Remove horrible workarounds creating __init__.py and then removing them. 
- Drop Requires on python-google-filesystem.

OBS-URL: https://build.opensuse.org/request/show/922325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=10
2021-09-30 21:43:44 +00:00
5317879d9d - Add no-relative-imports.patch to fix relative imports.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=28
2021-09-30 15:42:39 +00:00
Steve Kowalik
713645f79d - Copy the testsuite before we run it to avoid import problems.
- Remove horrible workarounds creating __init__.py and then removing them. 
- Drop Requires on python-google-filesystem.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=27
2021-09-30 09:06:14 +00:00
Dominique Leuenberger
4ed54b11ff Accepting request 901276 from devel:languages:python
- Correct Requires to googleapis-common-protos.
- Add Requires on python-google-filesystem, and stop including a file it
  now ships.

- Update to 1.38.0:
  - add getters and setters for encryption_key and kms_key_name
  - retry auth.TransportError errors
  - revise docstrings for generate_signed_url
  - Ensure consistency check in test runs even if expected error
    occurs
  - silence expected errors for routine operations on BlobReader
  - add blob.open() for file-like I/O
  - update user_project usage and documentation in bucket/client
    class methods
  - update batch connection to request api endpoint info from
    client
  - allow metadata keys to be cleared 
  - allow signed url version v4 without signed credentials
  - correctly encode bytes for V2 signature
  - add mtls support
  - correctly decode times without microseconds
  - expose num_retries parameter for blob upload methods
  - pass the unused parameter
  - set custom_time on uploads
  - address incorrect usage of request preconditions
  - Amend default retry behavior for bucket operations on client
  - support ConnectionError retries for media operations
  - make retry parameter public and added in other methods
  - avoid triggering global logging config
  - fall back to 'charset' of 'content_type' in

OBS-URL: https://build.opensuse.org/request/show/901276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=9
2021-06-22 18:45:01 +00:00
Steve Kowalik
faf20f1791 - Correct Requires to googleapis-common-protos.
- Add Requires on python-google-filesystem, and stop including a file it
  now ships.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=25
2021-06-22 06:36:03 +00:00
027766ac68 Revert
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=24
2021-06-09 16:11:12 +00:00
d2e7459739 - Remove no-network.patch and replace it
with the upstream attempt for solution
  416-avoid_real_client_in_bucket_blob_unit_tests.patch
  (gh#googleapis/python-storage#457).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=23
2021-06-09 15:20:40 +00:00
6ac59b4011 Fix Requires: requests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=22
2021-06-09 15:05:05 +00:00
748cb43d8b Remove unnecessary BR
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=21
2021-06-09 15:03:33 +00:00
de1ec0b9b4 Improve changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=20
2021-06-08 17:06:39 +00:00
cb0214744b Accepting request 898506 from home:mcepl:branches:devel:languages:python
ok

OBS-URL: https://build.opensuse.org/request/show/898506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=19
2021-06-08 16:56:57 +00:00
6b4cad2f6f - Skip Python 2 build as dependencies are no longer built for Python 2 either
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=18
2021-04-13 19:31:04 +00:00
Dominique Leuenberger
84e8a68e52 Accepting request 817772 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/817772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=8
2020-06-30 19:56:37 +00:00
Tomáš Chvátal
8b74f13c94 Accepting request 817748 from home:seanmarlow:branches:devel:languages:python
- Update version requirement for mock package.
  + The tests require at least version 3.0.0.

OBS-URL: https://build.opensuse.org/request/show/817748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=16
2020-06-29 19:14:34 +00:00
Dominique Leuenberger
ae87f55872 Accepting request 815733 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/815733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=7
2020-06-19 15:23:18 +00:00
Tomáš Chvátal
2c370f6cc7 Accepting request 815731 from home:glaubitz:branches:devel:languages:python
- Update to 1.29.0
  + Features
    * add *generation*match args into Blob.compose() (#122)
    * add Bucket.reload() and Bucket.update() wrappers to restrict
      generation match args (#153), closes (#127)
    * add helper for bucket bound hostname URLs (#137), closes (#121)
    * add if*generation*match support for Bucket.rename_blob() (#141)
    * add if*generation*Match support, pt1 (#123)
    * add offset and includeTrailingPrefix options to list_blobs (#125)
    * Create CODEOWNERS (#135)
  + Bug Fixes
    * **storage:** add documentaion of list_blobs with user project (#147)
    * **storage:** add projection parameter to blob.reload method (#146)
    * **storage:** add unused variables to method generation match (#152)
    * **storage:** change the method names in snippets file (#161)
    * **storage:** fix upload object with bucket cmek enabled (#158)
    * set default POST policy scheme to "http" (#172)
- from version 1.28.0
  + Bug Fixes
    * **storage:** anonymous credentials for private bucket (#107)
    * add bucket name into POST policy conditions (#118)

OBS-URL: https://build.opensuse.org/request/show/815731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=14
2020-06-18 11:36:30 +00:00
Dominique Leuenberger
3e153fd70a Accepting request 798606 from devel:languages:python
- Update to 1.28.0:
  * Many various bugfixes all around
  * Updated dependency requirements

OBS-URL: https://build.opensuse.org/request/show/798606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=6
2020-05-02 20:16:04 +00:00
Tomáš Chvátal
e0f8b0fb81 - Update to 1.28.0:
* Many various bugfixes all around
  * Updated dependency requirements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=12
2020-04-28 09:30:30 +00:00
Dominique Leuenberger
818ff12c1b Accepting request 733461 from devel:languages:python
- Update to 1.19.1:
  * Minor bugfix over previous release

- Update to 1.19.0:
  * Huge range of updates and tweaks, mostly bugfixing

OBS-URL: https://build.opensuse.org/request/show/733461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=5
2019-09-26 18:46:44 +00:00
Tomáš Chvátal
6c1057f28e - Update to 1.19.1:
* Minor bugfix over previous release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=10
2019-09-26 14:01:20 +00:00
Tomáš Chvátal
3f83dad7e3 - Update to 1.19.0:
* Huge range of updates and tweaks, mostly bugfixing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=9
2019-09-12 17:58:21 +00:00
Dominique Leuenberger
d7244b203b Accepting request 703587 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/703587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=4
2019-05-17 21:43:58 +00:00
a5b20079b0 Accepting request 703586 from home:yeey:branches:devel:languages:python
- Update to version 1.15.1
  * Widen range for 'google-cloud-core'
- Update to version 1.15.0
  * New Features
    - Add support for V4 signed URLs
    - Add generation arguments to bucket / blob methods
  * Implementation Changes
    - Remove classifier for Python 3.4 for end-of-life
    - Ensure that 'Blob.reload' passes encryption headers
  * Documentation
    - Update client library documentation URLs
  * Iternal / Testing Changes
    - Fix failing system tests
    - Increase number of retries for 429 errors
    - Un-flake KMS integration tests expecting empty bucket

OBS-URL: https://build.opensuse.org/request/show/703586
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=7
2019-05-16 23:30:02 +00:00
Stephan Kulow
deb8bdf0c8 Accepting request 676987 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/676987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=3
2019-02-28 20:41:13 +00:00
Thomas Bechtold
48be0cc78f Accepting request 676980 from home:jayvdb:django
- Activate test suite
- Increase minimum versions:
  * google-api-core >= 0.6.1
  * google-cloud-core >= 0.29.0
- Adds new dependency google-cloud-kms
- Update from v1.11.0 to v1.14.0, including add support for Python 3.7, drop support for Python 3.4

OBS-URL: https://build.opensuse.org/request/show/676980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=5
2019-02-18 09:40:20 +00:00
Dominique Leuenberger
847dfaafad Accepting request 667857 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/667857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=2
2019-01-24 13:13:59 +00:00
8696bb8b4b Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=3
2018-12-04 13:30:42 +00:00
Yuchen Lin
4fed804a72 Accepting request 635525 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/635525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=1
2018-09-15 13:39:42 +00:00
Thomas Bechtold
fa516358ad - Initial packaging (version 1.11.0)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=1
2018-09-13 11:20:18 +00:00