Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2015-04-28 20:48:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boto (Old)
 and      /work/SRC/openSUSE:Factory/.python-boto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-boto"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-boto/python-boto.changes  2014-11-04 
17:29:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto.changes     
2015-04-28 20:48:12.000000000 +0200
@@ -1,0 +2,105 @@
+Mon Apr 27 18:44:37 UTC 2015 - benoit.mo...@gmx.fr
+
+- 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
+
+-------------------------------------------------------------------
@@ -76,0 +182,6 @@
+  + Fix Amazon Cognito links in docs (issue 2674, commit 7c28577)
+  + fix ELB ConnectionSettings values in documentation (issue 2620,
+    commit d2231a2)
+  + Update count_slow documentation. (issue 2569, commit e926d2d)
+  + Documents not found behavior of get_item(). (issue 2544, commit 9b9c1c4)
+  + Doc updates for CloudSearch. (issue 2546, commit 9efebc2)
@@ -175,0 +287 @@
+- Add BotoCheatSheet.pdf
@@ -241,0 +354,4 @@
+  + Documentation fix. (issue 2156, commit 7592a58)
+  + Fix EC2 documentation typo (issue 2178, commit 2627843)
+  + Update Boto configuration tutorial (issue 2191, commit f2a7a08)
+  + Correct typo “possile” –> “possible”. (issue 2196, commit d228352)
@@ -265,0 +382 @@
+  + updated doc explaining use of "system" keyword
@@ -272,0 +390 @@
+- updates the doc to explain new "system" keyword in boto.cfg
@@ -429,0 +548,4 @@
+  + Clarified documentation around the list_metrics call in CloudFormation.
+    (issue 1962, commit c996a72)
+  + Added Tag to the Autoscale API docs. (issue 1964, commit 31118d9)
+  + Updated the AWS Support documentation to the latest. (commit 29f9264)
@@ -524,2 +646,4 @@
-
-
+  * Added missed notes about the cn-north-1 region. (commit 738c8cb)
+  * Added the C3 family of EC2 instances. (issue 1938, commit 05b7482)
+  * Documentation: sriovNetSupport instance attribute (issue 1915,
+       commit e1bafcc)
@@ -721,0 +846,9 @@
+  * Updated CloudFront docs. (issue 1546, commit a811197)
+  * Updated the URL explaining the use of base64 in SQS messages.
+  (issue 1596, commit 00de3a2)
+  * Typo in boto.connection fixed. (issue 1569, commit cf39fd)
+  * All previous release notes added to the docs. (commit 165596)
+  * Corrected error in get_all_tags docs. (commit 4bca5d)
+  * Corrected a typo in the S3 tutorial. (commit f0cef8)
+  * Corrected several import errors in the DDBv2 tutorial. (commit 5401a3)
+  * Fixed an error in the get_key_pair docstring. (issue 1590, commit a9cb8d)

Old:
----
  boto-2.34.0.tar.gz
  python-boto-doc.changes
  python-boto-doc.spec

New:
----
  boto-2.38.0.tar.gz

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

Other differences:
------------------
++++++ python-boto.spec ++++++
--- /var/tmp/diff_new_pack.HyeffQ/_old  2015-04-28 20:48:13.000000000 +0200
+++ /var/tmp/diff_new_pack.HyeffQ/_new  2015-04-28 20:48:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-boto
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,18 +17,19 @@
 
 
 Name:           python-boto
-Version:        2.34.0
+Version:        2.38.0
 Release:        0
-Url:            http://code.google.com/p/boto/
+Url:            https://github.com/boto/boto/
 Summary:        Amazon Web Services Library
 License:        MIT
 Group:          Development/Languages/Python
-Source:         boto-%{version}.tar.gz
+Source:         
https://pypi.python.org/packages/source/b/boto/boto-%{version}.tar.gz
 Source1:        boto.cfg
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       python-paramiko
 Requires:       python-xml
 BuildRequires:  fdupes
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-xml
@@ -91,25 +92,57 @@
   - 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
 python setup.py build
 
+# build HTML documentation
+cd docs && make html && rm -f build/html/.buildinfo
+
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# Fix executable flag for Python scripts with shebang line
-chmod 0755 
%{buildroot}%{python_sitelib}/boto/{services/bs,services/result,pyami/launch_ami}.py
 %fdupes %{buildroot}%{_prefix}
 mkdir %{buildroot}%{_sysconfdir}
 cp %{SOURCE1} %{buildroot}%{_sysconfdir}
 
+# install documentation
+mkdir -p %{buildroot}%{_docdir}/%{name}/html
+cp README.rst docs/BotoCheatSheet.pdf %{buildroot}%{_docdir}/%{name}
+cp -r docs/build/html/* %{buildroot}%{_docdir}/%{name}/html
+%fdupes %{buildroot}%{_docdir}/%{name}
+
 %files
 %defattr(-,root,root,-)
-%doc README.rst
+%doc %dir %{_docdir}/%{name}
+%doc %{_docdir}/%{name}/README.rst
 %config %{_sysconfdir}/boto.cfg
 %{_bindir}/*
 %{python_sitelib}/*
 
+%files doc
+%defattr(-,root,root,-)
+%doc %dir %{_docdir}/%{name}
+%doc %dir %{_docdir}/%{name}/html
+%doc %{_docdir}/%{name}/html/*
+%doc %{_docdir}/%{name}/BotoCheatSheet.pdf
+
 %changelog

++++++ boto-2.34.0.tar.gz -> boto-2.38.0.tar.gz ++++++
++++ 20518 lines of diff (skipped)


Reply via email to