Hello community,

here is the log from the commit of package python3-boto for openSUSE:Factory 
checked in at 2016-06-19 10:42:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-boto (Old)
 and      /work/SRC/openSUSE:Factory/.python3-boto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-boto"

Changes:
--------
New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.python3-boto.new/python3-boto-doc.changes       
2016-06-19 10:42:20.000000000 +0200
@@ -0,0 +1,1065 @@
+-------------------------------------------------------------------
+Thu Jun  9 17:31:23 UTC 2016 - [email protected]
+
+- Update to 2.40.0
+  * ryansydnor-s3:   Allow s3 bucket lifecycle policies with multiple 
transitions (:sha:`c6d5af3`)
+  * Fixes upload parts for glacier (:issue:`3524`, :sha:`d1973a4`)
+  * pslawski-unicode-parse-qs:   Move utility functions over to compat   Add 
S3 integ test for non-ascii keys with sigv4   Fix quoting of tilde in S3 
canonical_uri for sigv4   Parse unicode query string properly in Python 2 
(:issue:`2844`, :sha:`5092c6d`)
+  * ninchat-config-fix:   Add __setstate__ to fix pickling test fail   Add 
unit tests for config parsing   Don't access parser through __dict__   Config: 
Catch specific exceptions when wrapping ConfigParser methods   Config: Don't 
inherit from ConfigParser (:issue:`3474`, :sha:`c21aa54`)
+- Split documentation into subpackage to speed up build.
+
+-------------------------------------------------------------------
+Wed May 25 15:28:58 UTC 2016 - [email protected]
+
+- Update to version 2.40.0
+  * ryansydnor-s3: 
+    + Allow s3 bucket lifecycle policies with multiple transitions
+  * Fixe upload parts for glacier
+  * pslawski-unicode-parse-qs:  
+    + Move utility functions over to compat
+    + Add S3 integ test for non-ascii keys with sigv4
+    + Fix quoting of tilde in S3 canonical_uri for sigv4
+    + Parse unicode query string properly in Python 2
+  * ninchat-config-fix:
+    + Add __setstate__ to fix pickling test fail
+    + Add unit tests for config parsing
+    + Don't access parser through __dict__
+    + Config: Catch specific exceptions when wrapping ConfigParser
+      methods
+    + Config: Don't inherit from ConfigParser
+
+-------------------------------------------------------------------
+Sun May  8 07:12:27 UTC 2016 - [email protected]
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
+Sun Jan 31 20:14:21 UTC 2016 - [email protected]
+
+- specfile:
+  * update copyright year
+
+- update to version 2.39.0:
+  * Autodetect sigv4 for ap-northeast-2 (:issue:`3461`,
+    :sha:`c2a17ce`)
+  * Added support for ap-northeast-2 (:issue:`3454`, :sha:`c3c1ddd`)
+  * Remove VeriSign Class 3 CA from trusted certs (:issue:`3450`,
+    :sha:`8a025df`)
+  * Add note about boto3 on all pages of boto docs (:sha:`9bd904c`)
+  * Fix for listing EMR steps based on cluster_states filter
+    (:issue:`3399`, :sha:`0f92f35`)
+  * Fixed param name in set_contents_from_string docstring
+    (:issue:`3420`, :sha:`e30297b`)
+  * Closes #3441 Remove py3 test whitelist Update rds to pass on py3
+    Update mturk to pass tests on py3 Update cloudsearchdomain tests
+    to work with py3 (:issue:`3441`, :sha:`5b2f552`)
+  * Run tests against py35 (:sha:`7d039d0`)
+  * Fix Glacier test failure in python 3.5 due to MagicMock
+    (:issue:`3412`, :sha:`d042f07`)
+  * Undo log message change BF(PY3): use except ... as syntax instead
+    of except ..., (:sha:`607cad7`)
+  * Fix travis CI builds for PY3 (:issue:`3439`, :sha:`22ab610`)
+  * Spelling fixes (:issue:`3425`, :sha:`f43bbbd`)
+  * Fixed docs (:issue:`3401`, :sha:`4f66311`)
+  * Add deprecation notice to emr methods (:issue:`3422`,
+    :sha:`cee6159`)
+  * Add some GovCloud endpoints (:issue:`3421`, :sha:`5afc068`)
+
+-------------------------------------------------------------------
+Thu Aug 13 11:08:04 UTC 2015 - [email protected]
+
+- Fix update-alternatives usage.
+
+-------------------------------------------------------------------
+Wed Jul 29 09:43:54 UTC 2015 - [email protected]
+
+- Initial python 3 version.
+
+-------------------------------------------------------------------
+Wed Jul 29 09:08:15 UTC 2015 - [email protected]
+
+- Implement update-alternatives to allow for python 3 version,
+  which is now supported upstream.
+- specfile cleanups
+
+-------------------------------------------------------------------
+Mon Apr 27 18:44:37 UTC 2015 - [email protected]
+
+- update to version 2.38.0:
+  * Add support for Amazon Machine Learning
+  * Fix issue with modify reserved instances for modifying instance
+    type
+- additional changes from version 2.37.0:
+  * Update AWS CloudTrail to the latest API.
+  * Add support for UsePreviousValue to CloudFormation UpdateStack.
+  * Fix BOTH_PATH to work with Windows drives
+  * Fix division calculation in S3 docs.
+  * Add Boto 3 link in README.
+  * Add more regions for configservice
+  * Add ``eu-central-1`` endpoints (Frankfurt region) for IAM and
+    Route53
+  * Fix unit tests from hanging
+  * Fixed wording in dynamodb tutorial
+  * Update SWF objects to keep a consistent region name.
+  * Print archive ID in glacier upload script.
+  * Add some minor documentation for Route53 tutorial.
+  * Add Amazon DynamoDB online indexing support on High level API
+  * Ensure Content-Length header is a string.
+  * Correct docs around overriding SGs on ELBs
+  * Fix DynamoDB tests.
+  * Fix region bug.
+  * Fix import for ``boto.cloudhsm.layer1.CloudHSMConnection``.
+- additional changes from version 2.36.0:
+  * Add Amazon DynamoDB online indexing support.
+  * Allow for binary to be passed to sqs message
+  * Kinesis update
+  * Fixed spelling of boto.awslambda package.
+  * Add support for Amazon EC2 Container Service
+  * Add support for CloudHSM
+  * Add support for AWS Config
+  * Add support for AWS CodeDeploy
+  * Add support for AWS Lambda
+  * Update both Cognito's to the latest APIs
+  * Add sts for eu-central-1.
+  * Update opsworks to latest API
+  * Add AWS Key Managment Support
+- additional changes from version 2.35.2:
+  * Add support for new data types in DynamoDB.
+  * Expose cloudformation `UsePreviousTemplate` parameter.
+  * Fix documentation around using custom connections for DynamoDB
+    tables.
+  * Fixed bug that unable call query_2 after call describe method
+    on dynamodb2 module.
+- additional changes from version 2.35.1:
+  * Check for results left after computing self._keys_left
+- additional changes from version 2.35.0:
+  * Add Amazon EC2 Classic Link support
+  * Add query string to body for anon STS POST
+  * Fix bug that prevented initializing a dynamo item from existing
+    item
+  * switchover-sigv4:   Add integ tests for sigv4 switchover
+    Switch elb/ec2 over to signature version 4
+  * Return SetStackPolicyResponse
+  * Added ELB Attributes to docs.
+  * Fix bug by using correct string joining syntax.
+  * Fix SES get_identity_dkim_attributes when input length > 1.
+  * DynamoDB table batch_get fails to process all remaining results
+    if single batch result is empty.
+  * Added suppport for additional fields in EMR objects.
+  * Pass version_id in copy if key is versioned.
+  * Add support for SQS PurgeQueue operation.
+  * Update documentation for launchconfig.
+  * Remove unimplemented config param.
+  * Add support for private hosted zones.
+  * Fix Key.change_storage_class so that it obeys dst_bucket.
+  * Fix for s3put host specification.
+  * Improve handling of Glacier HTTP 204 responses.
+  * Fix raising exception syntax in Python 3.
+  * Privatezone: Adding unit/integration test coverage
+  * Minor documentation/pep8 fixes.
+  * Correct argument type in doc string.
+  * Use exclusive start key to get all items from DynamoDB query.
+  * Updated link to current config documentation.
+  * Fix the SQS certificate error for region cn-north-1.
+  * Adds support for getting health checker IP ranges from Route53.
+  * fix: snap.create_volume documentation lists general purpose ssd
+    Fixes @2774.
+  * Fixed param type in get_contents_to_filename docstring.
+  * Update DynamoDB local example to include fake access key id.
+  * Added 'end' attribute to ReservedInstance.
+  * Parse ClusterStatus’s StateChangeReason.
+  * Adds SupportedProducts field to EMR JobFlow objects.
+  * Fix EMR endpoint.
+  * Detect old-style S3 URL for auto-sigv4.
+  * Throw host warning for cloudsearch domain
+  * Fix CloudSearch2 to work with IAM-based search and upload
+    requests
+  * iam: add support for Account Password Policy APIs
+  * Handle sigv4 non-string header values properly
+  * Url encode query string for pure query
+- update project URL
+- point source URL to pypi
+- build python-boto-doc as a subpackage:
+  * delete separate spec and changes file
+  * merge entries of python-boto-doc.changes in python-boto.changes
+  * add python-Sphinx as BuildRequires
+  * break the dependency between the doc generation and boto
+    by modifying Sphinx configuration file
+- delete shebang of python file instead of setting them executable
+
+-------------------------------------------------------------------
+Sun Oct 26 12:10:17 UTC 2014 - [email protected]
+
+- updated to 2.34.0 (bnc#902648)
+  + Calculate sha_256 correctly for s3 (issue 2691, commit c0a001f)
+  + Fix MTurk typo. (issue 2429, issue 2428, commit 9bfff19)
++++ 868 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:Factory/.python3-boto.new/python3-boto-doc.changes
--- /work/SRC/openSUSE:Factory/python3-boto/python3-boto.changes        
2016-05-25 21:23:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-boto.new/python3-boto.changes   
2016-06-19 10:42:20.000000000 +0200
@@ -1,0 +2,30 @@
+Thu Jun  9 17:31:23 UTC 2016 - [email protected]
+
+- Update to 2.40.0
+  * ryansydnor-s3:   Allow s3 bucket lifecycle policies with multiple 
transitions (:sha:`c6d5af3`)
+  * Fixes upload parts for glacier (:issue:`3524`, :sha:`d1973a4`)
+  * pslawski-unicode-parse-qs:   Move utility functions over to compat   Add 
S3 integ test for non-ascii keys with sigv4   Fix quoting of tilde in S3 
canonical_uri for sigv4   Parse unicode query string properly in Python 2 
(:issue:`2844`, :sha:`5092c6d`)
+  * ninchat-config-fix:   Add __setstate__ to fix pickling test fail   Add 
unit tests for config parsing   Don't access parser through __dict__   Config: 
Catch specific exceptions when wrapping ConfigParser methods   Config: Don't 
inherit from ConfigParser (:issue:`3474`, :sha:`c21aa54`)
+- Split documentation into subpackage to speed up build.
+
+-------------------------------------------------------------------
+Wed May 25 15:28:58 UTC 2016 - [email protected]
+
+- Update to version 2.40.0
+  * ryansydnor-s3: 
+    + Allow s3 bucket lifecycle policies with multiple transitions
+  * Fixe upload parts for glacier
+  * pslawski-unicode-parse-qs:  
+    + Move utility functions over to compat
+    + Add S3 integ test for non-ascii keys with sigv4
+    + Fix quoting of tilde in S3 canonical_uri for sigv4
+    + Parse unicode query string properly in Python 2
+  * ninchat-config-fix:
+    + Add __setstate__ to fix pickling test fail
+    + Add unit tests for config parsing
+    + Don't access parser through __dict__
+    + Config: Catch specific exceptions when wrapping ConfigParser
+      methods
+    + Config: Don't inherit from ConfigParser
+
+-------------------------------------------------------------------

Old:
----
  boto-2.39.0.tar.gz

New:
----
  boto-2.40.0.tar.gz
  python3-boto-doc.changes
  python3-boto-doc.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-boto-doc.spec ++++++
#
# spec file for package python3-boto-doc
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:           python3-boto-doc
Version:        2.40.0
Release:        0
Url:            https://github.com/boto/boto/
Summary:        Documentation for python3-boto
License:        MIT
Group:          Documentation/Other
Source:         
https://files.pythonhosted.org/packages/source/b/boto/boto-%{version}.tar.gz
Source1:        boto.cfg
BuildRequires:  fdupes
BuildRequires:  python3-boto = %{version}
BuildRequires:  python3-setuptools
# Documentation requirement
BuildRequires:  python3-Sphinx
Recommends:     python3-boto = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
An integrated interface to current and future infrastructural services offered
by Amazon Web Services.

This subpackage contains the documentation for %{name}.

%prep
%setup -q -n boto-%{version}
# break the dependency between the doc generation and boto
sed -i -e '/import boto/d' -e "s/boto\.__version__/\'%{version}\'/" 
docs/source/conf.py

%build
cd docs && make html && rm -f build/html/.buildinfo

%install
%fdupes docs/build/html/

%files
%defattr(-,root,root,-)
%doc docs/BotoCheatSheet.pdf
%doc docs/build/html

%changelog
++++++ python3-boto.spec ++++++
--- /var/tmp/diff_new_pack.B5XO0d/_old  2016-06-19 10:42:21.000000000 +0200
+++ /var/tmp/diff_new_pack.B5XO0d/_new  2016-06-19 10:42:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-boto
-Version:        2.39.0
+Version:        2.40.0
 Release:        0
 Url:            https://github.com/boto/boto/
 Summary:        Amazon Web Services Library
@@ -31,7 +31,6 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-xml
 # Documentation requirement
-BuildRequires:  python3-Sphinx
 Requires:       python3-paramiko
 Requires:       python3-xml
 Requires(post): update-alternatives
@@ -92,38 +91,19 @@
   - Marketplace Web Services
   - AWS Support
 
-%package doc
-Summary:        Documentation for %{name}
-Group:          Documentation/Other
-Requires:       %{name} = %{version}
-
-%description doc
-
-An integrated interface to current and future infrastructural services offered
-by Amazon Web Services.
-
-This subpackage contains the documentation for %{name}.
-
 %prep
 %setup -q -n boto-%{version}
 # remove unwanted shebang
 sed -i '/^#!/d' boto/{services/bs,services/result,pyami/launch_ami}.py
 
-# break the dependency between the doc generation and boto
-sed -i -e '/import boto/d' -e "s/boto\.__version__/\'%{version}\'/" 
docs/source/conf.py
-
 %build
 python3 setup.py build
 
-# build HTML documentation
-cd docs && make html && rm -f build/html/.buildinfo
-
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes %{buildroot}%{_prefix}
 mkdir %{buildroot}%{_sysconfdir}
 cp %{SOURCE1} %{buildroot}%{_sysconfdir}
-%fdupes docs/build/html/
 
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
@@ -239,9 +219,4 @@
 %ghost %{_sysconfdir}/alternatives/taskadmin
 %{python3_sitelib}/*
 
-%files doc
-%defattr(-,root,root,-)
-%doc docs/BotoCheatSheet.pdf
-%doc docs/build/html
-
 %changelog

++++++ boto-2.39.0.tar.gz -> boto-2.40.0.tar.gz ++++++
++++ 2630 lines of diff (skipped)


Reply via email to