commit python-aiobotocore for openSUSE:Factory

2020-09-15 Thread root
Hello community,

here is the log from the commit of package python-aiobotocore for 
openSUSE:Factory checked in at 2020-09-15 16:16:28

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


Package is "python-aiobotocore"

Tue Sep 15 16:16:28 2020 rev:4 rq:833072 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-aiobotocore/python-aiobotocore.changes
2020-08-10 15:07:58.172283748 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-aiobotocore.new.4249/python-aiobotocore.changes
  2020-09-15 16:16:41.161934261 +0200
@@ -1,0 +2,32 @@
+Mon Sep  7 10:40:57 UTC 2020 - John Paul Adrian Glaubitz 

+
+- Update to 1.1.1
+  + fix s3 region redirect bug #825
+- from version 1.1.0
+  + bump botocore to 1.17.44
+- from version 1.0.7
+  + fix generate_db_auth_token via #816
+- from version 1.0.6
+  + revert __getattr__ fix as it breaks ddtrace
+- from version 1.0.5
+  + Fixed AioSession.get_service_data emit call #811 via #812
+  + Fixed async __getattr__ #789 via #803
+- from version 1.0.4
+  + Fixed S3 Presigned Post not being async
+- from version 1.0.3
+  + Fixes typo when using credential process
+- from version 1.0.2
+  + Disable Client.__getattr__ emit for now #789
+- from version 1.0.1
+  + Fixed signing requests with explicit credentials
+- from version 1.0.0
+  + API breaking: The result of create_client is now a required async context 
class
+  + Credential refresh should now work
+  + generate_presigned_url is now an async call along with other credential 
methods
+  + Credentials.[access_key/secret_key/token] now raise NotImplementedError 
because
+they won't call refresh like botocore. Instead should use 
get_frozen_credentials
+async method
+  + Bump botocore and extras
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  aiobotocore-0.12.0.tar.gz

New:

  aiobotocore-1.1.1.tar.gz



Other differences:
--
++ python-aiobotocore.spec ++
--- /var/tmp/diff_new_pack.KmEFDQ/_old  2020-09-15 16:16:42.221935242 +0200
+++ /var/tmp/diff_new_pack.KmEFDQ/_new  2020-09-15 16:16:42.225935246 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-aiobotocore
-Version:0.12.0
+Version:1.1.1
 Release:0
 Summary:Async client for aws services
 License:Apache-2.0
@@ -33,15 +33,15 @@
 # SECTION test requirements
 BuildRequires:  %{python_module aiohttp >= 3.3.1}
 BuildRequires:  %{python_module aioitertools >= 0.5.1}
-BuildRequires:  %{python_module botocore >= 1.15.3}
+BuildRequires:  %{python_module botocore >= 1.17.44}
 BuildRequires:  %{python_module wrapt >= 1.10.10}
 # /SECTION
 Requires:   python-aiohttp >= 3.3.1
 Requires:   python-async_generator >= 1.10
-Requires:   python-botocore >= 1.13.14
+Requires:   python-botocore >= 1.17.44
 Requires:   python-wrapt >= 1.10.10
-Recommends: awscli >= 1.16.278
-Recommends: python-boto3 >= 1.10.14
+Recommends: awscli >= 1.18.121
+Recommends: python-boto3 >= 1.14.44
 BuildArch:  noarch
 
 %python_subpackages

++ aiobotocore-0.12.0.tar.gz -> aiobotocore-1.1.1.tar.gz ++
 2492 lines of diff (skipped)




commit python-aiobotocore for openSUSE:Factory

2020-08-10 Thread root
Hello community,

here is the log from the commit of package python-aiobotocore for 
openSUSE:Factory checked in at 2020-08-10 15:06:54

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


Package is "python-aiobotocore"

Mon Aug 10 15:06:54 2020 rev:3 rq:825340 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-aiobotocore/python-aiobotocore.changes
2020-01-28 10:57:16.909125220 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-aiobotocore.new.3399/python-aiobotocore.changes
  2020-08-10 15:07:58.172283748 +0200
@@ -1,0 +2,11 @@
+Tue Mar 24 11:26:42 UTC 2020 - John Paul Adrian Glaubitz 

+
+- Update to 0.12.0
+  + Bump botocore and extras
+  + Drop support for 3.5 given we are unable to test it
+with moto and it will soon be unsupported
+  + Remove loop parameters for Python 3.8 compliance
+  + Remove deprecated AioPageIterator.next_page
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  aiobotocore-0.11.1.tar.gz

New:

  aiobotocore-0.12.0.tar.gz



Other differences:
--
++ python-aiobotocore.spec ++
--- /var/tmp/diff_new_pack.UmTUUA/_old  2020-08-10 15:07:59.692283692 +0200
+++ /var/tmp/diff_new_pack.UmTUUA/_new  2020-08-10 15:07:59.696283691 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-aiobotocore
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:Async client for aws services
 License:Apache-2.0
@@ -32,7 +32,8 @@
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module aiohttp >= 3.3.1}
-BuildRequires:  %{python_module botocore >= 1.13.14}
+BuildRequires:  %{python_module aioitertools >= 0.5.1}
+BuildRequires:  %{python_module botocore >= 1.15.3}
 BuildRequires:  %{python_module wrapt >= 1.10.10}
 # /SECTION
 Requires:   python-aiohttp >= 3.3.1

++ aiobotocore-0.11.1.tar.gz -> aiobotocore-0.12.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiobotocore-0.11.1/CHANGES.rst 
new/aiobotocore-0.12.0/CHANGES.rst
--- old/aiobotocore-0.11.1/CHANGES.rst  2020-01-04 07:55:36.0 +0100
+++ new/aiobotocore-0.12.0/CHANGES.rst  2020-02-23 12:32:32.0 +0100
@@ -1,6 +1,14 @@
 Changes
 ---
 
+0.12.0 (2020-02-23)
+^^^
+* Bump botocore and extras
+* Drop support for 3.5 given we are unable to test it with moto
+  and it will soon be unsupported
+* Remove loop parameters for Python 3.8 compliance
+* Remove deprecated AioPageIterator.next_page
+
 0.11.1 (2020-01-03)
 ^^^
 * Fixed event streaming API calls like S3 Select.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiobotocore-0.11.1/PKG-INFO 
new/aiobotocore-0.12.0/PKG-INFO
--- old/aiobotocore-0.11.1/PKG-INFO 2020-01-04 07:56:59.0 +0100
+++ new/aiobotocore-0.12.0/PKG-INFO 2020-02-23 12:33:11.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: aiobotocore
-Version: 0.11.1
+Version: 0.12.0
 Summary: Async client for aws services using botocore and aiohttp
 Home-page: https://github.com/aio-libs/aiobotocore
 Author: Nikolay Novik
@@ -51,13 +51,13 @@
 AWS_SECRET_ACCESS_KEY = "xxx"
 
 
-async def go(loop):
+async def go():
 bucket = 'dataintake'
 filename = 'dummy.bin'
 folder = 'aiobotocore'
 key = '{}/{}'.format(folder, filename)
 
-session = aiobotocore.get_session(loop=loop)
+session = aiobotocore.get_session()
 async with session.create_client('s3', region_name='us-west-2',

aws_secret_access_key=AWS_SECRET_ACCESS_KEY,

aws_access_key_id=AWS_ACCESS_KEY_ID) as client:
@@ -89,7 +89,7 @@
 print(resp)
 
 loop = asyncio.get_event_loop()
-loop.run_until_complete(go(loop))
+loop.run_until_complete(go())
 
 
 Supported AWS Services
@@ -130,7 +130,7 @@
 $ cd aiobotocore
 $ export AWS_ACCESS_KEY_ID=xxx
 $ export AWS_SECRET_ACCESS_KEY=xxx
-$ pip install -Ur requirements-dev.txt
+$ pipenv sync --dev
 
 Execute tests suite:
 
@@ -147,12 +147,12 @@
 
 Requirements
 
-* Python_ 3.5+
+* Python_ 3.6+
  

commit python-aiobotocore for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package python-aiobotocore for 
openSUSE:Factory checked in at 2020-01-28 10:57:15

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


Package is "python-aiobotocore"

Tue Jan 28 10:57:15 2020 rev:2 rq:767863 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-aiobotocore/python-aiobotocore.changes
2019-01-10 15:23:34.814315613 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-aiobotocore.new.26092/python-aiobotocore.changes
 2020-01-28 10:57:16.909125220 +0100
@@ -1,0 +2,28 @@
+Mon Jan 27 15:26:32 UTC 2020 - John Paul Adrian Glaubitz 

+
+- Update to 0.11.1
+  + Fixed event streaming API calls like S3 Select.
+- from version 0.11.0
+  + replace CaseInsensitiveDict with urllib3 equivalent #744
+(thanks to inspiration from @craigmccarter and @kevchentw)
+  + bump botocore to 1.13.14
+  + fix for mismatched botocore method replacements
+- from version 0.10.4
+  + Make AioBaseClient.close method async #724 (thanks @bsitruk)
+  + Bump awscli, boto3, botocore #735 (thanks @bbrendon)
+  + switch paginator to async_generator, add result_key_iters
+(deprecate next_page method)
+- from version 0.10.3
+  + Bump botocore and extras
+- from version 0.10.2
+  + Fix response-received emitted event #682
+- from version 0.10.1
+  + Make tests pass with pytest 4.1 #669 (thanks @yan12125)
+  + Support Python 3.7 #671 (thanks to @yan12125)
+  + Update RTD build config #672 (thanks @willingc)
+  + Bump to botocore 1.12.91 #679
+- Fix Recommends to use correct name for aws-cli package
+- Rename CHANGES.txt to CHANGES.rst in %doc section
+- Update BuildRequires, Recommends and Requires from setup.py
+
+---

Old:

  aiobotocore-0.10.0.tar.gz

New:

  aiobotocore-0.11.1.tar.gz



Other differences:
--
++ python-aiobotocore.spec ++
--- /var/tmp/diff_new_pack.LWos1z/_old  2020-01-28 10:57:17.381125568 +0100
+++ /var/tmp/diff_new_pack.LWos1z/_new  2020-01-28 10:57:17.385125571 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-aiobotocore
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,33 +12,35 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-aiobotocore
-Version:0.10.0
+Version:0.11.1
 Release:0
-License:Apache-2.0
 Summary:Async client for aws services
-Url:https://github.com/aio-libs/aiobotocore
+License:Apache-2.0
 Group:  Development/Languages/Python
+URL:https://github.com/aio-libs/aiobotocore
 Source: 
https://files.pythonhosted.org/packages/source/a/aiobotocore/aiobotocore-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module aiohttp >= 3.3.1}
-BuildRequires:  %{python_module botocore >= 1.12.49}
+BuildRequires:  %{python_module botocore >= 1.13.14}
 BuildRequires:  %{python_module wrapt >= 1.10.10}
 # /SECTION
 Requires:   python-aiohttp >= 3.3.1
-Requires:   python-botocore >= 1.12.49
+Requires:   python-async_generator >= 1.10
+Requires:   python-botocore >= 1.13.14
 Requires:   python-wrapt >= 1.10.10
-Recommends: python-awscli >= 1.16.59
-Recommends: python-boto3 >= 1.9.49
+Recommends: awscli >= 1.16.278
+Recommends: python-boto3 >= 1.10.14
 BuildArch:  noarch
 
 %python_subpackages
@@ -57,7 +59,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%doc CHANGES.txt README.rst
+%doc CHANGES.rst README.rst
 %license LICENSE
 %{python_sitelib}/*
 

++ aiobotocore-0.10.0.tar.gz -> aiobotocore-0.11.1.tar.gz ++
 2087 lines of diff (skipped)