24 Commits

Author SHA256 Message Date
935035ec14 - Limit %files list a bit tighter.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=35
2022-04-23 09:49:41 +00:00
3b7b2206e9 Fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=33
2022-04-16 11:07:42 +00:00
c32bbae7ed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=32 2022-04-16 10:44:23 +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
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
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
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
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
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
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
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
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
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