From e024f68b974b0f9e9a90eb07f409c72e75dc3141 Mon Sep 17 00:00:00 2001 From: lizroth <30636882+lizroth@users.noreply.github.com> Date: Wed, 1 Aug 2018 13:33:49 -0700 Subject: [PATCH 1/4] Updates for awslabs resources moving to aws. Also updates the park.cfg version, and changes the URL to Read The Docs, as in our other packages. --- .travis.yml | 4 ++-- CHANGELOG.rst | 6 +++--- CONTRIBUTING.md | 6 +++--- README.rst | 10 +++++----- park.cfg | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bcf4cfd..f008e694 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: - python: 3.6 env: TOXENV=py36-integ-slow # Disabled pending completion of integration -# https://github.com/awslabs/aws-dynamodb-encryption-python/issues/66 +# https://github.com/aws/aws-dynamodb-encryption-python/issues/66 # - python: 3.6 # env: TOXENV=mypy-py2 # - python: 3.6 @@ -33,7 +33,7 @@ matrix: - python: 3.6 env: TOXENV=docs # Disabled pending completion of cleanup -# https://github.com/awslabs/aws-dynamodb-encryption-python/issues/67 +# https://github.com/aws/aws-dynamodb-encryption-python/issues/67 # - python: 3.6 # env: TOXENV=flake8 # - python: 3.6 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6bfbb690..9ce577bc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,11 +8,11 @@ Changelog Bugfixes -------- * Fix :class:`MostRecentProvider` behavior when lock cannot be acquired. - `#72 `_ + `#72 `_ * Fix :class:`MostRecentProvider` lock acquisition for Python 2.7. - `#74 `_ + `#74 `_ * Fix :class:`TableInfo` secondary index storage. - `#75 `_ + `#75 `_ 1.0.3 -- 2018-05-03 =================== diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7067132..7323620c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution. We welcome you to use the GitHub issue tracker to report bugs or suggest features. -When filing an issue, please check [existing open](https://github.com/awslabs/aws-dynamodb-encryption-python/issues), or [recently closed](https://github.com/awslabs/aws-dynamodb-encryption-python/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already +When filing an issue, please check [existing open](https://github.com/aws/aws-dynamodb-encryption-python/issues), or [recently closed](https://github.com/aws/aws-dynamodb-encryption-python/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful: * A reproducible test case or series of steps @@ -41,7 +41,7 @@ GitHub provides additional document on [forking a repository](https://help.githu ## Finding contributions to work on -Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/aws-dynamodb-encryption-python/labels/help%20wanted) issues is a great place to start. +Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws/aws-dynamodb-encryption-python/labels/help%20wanted) issues is a great place to start. ## Code of Conduct @@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif ## Licensing -See the [LICENSE](https://github.com/awslabs/aws-dynamodb-encryption-python/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution. +See the [LICENSE](https://github.com/aws/aws-dynamodb-encryption-python/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution. We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes. diff --git a/README.rst b/README.rst index edf34542..c0ab1b00 100644 --- a/README.rst +++ b/README.rst @@ -14,8 +14,8 @@ Amazon DynamoDB Encryption Client for Python :target: http://aws-dynamodb-encryption-python.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. image:: https://travis-ci.org/awslabs/aws-dynamodb-encryption-python.svg?branch=master - :target: https://travis-ci.org/awslabs/aws-dynamodb-encryption-python +.. image:: https://travis-ci.org/aws/aws-dynamodb-encryption-python.svg?branch=master + :target: https://travis-ci.org/aws/aws-dynamodb-encryption-python .. image:: https://ci.appveyor.com/api/projects/status/6mh2v0nusujldu72/branch/master?svg=true :target: https://ci.appveyor.com/project/mattsb42-aws/aws-dynamodb-encryption-python-v5ycc @@ -170,11 +170,11 @@ of the one that the client would normally construct for you. .. _Amazon DynamoDB: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html .. _primary documents: https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/ .. _Concepts Guide: https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/concepts.html -.. _Amazon DynamoDB Encryption Client for Java: https://github.com/awslabs/aws-dynamodb-encryption-java/ -.. _Amazon DynamoDB Encryption Client for Python: https://github.com/awslabs/aws-dynamodb-encryption-python/ +.. _Amazon DynamoDB Encryption Client for Java: https://github.com/aws/aws-dynamodb-encryption-java/ +.. _Amazon DynamoDB Encryption Client for Python: https://github.com/aws/aws-dynamodb-encryption-python/ .. _DynamoDB Stream: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html .. _Read the Docs: http://aws-dynamodb-encryption-python.readthedocs.io/en/latest/ -.. _GitHub: https://github.com/awslabs/aws-dynamodb-encryption-python/ +.. _GitHub: https://github.com/aws/aws-dynamodb-encryption-python/ .. _cryptography: https://cryptography.io/en/latest/ .. _cryptography installation guide: https://cryptography.io/en/latest/installation/ .. _boto3: https://boto3.readthedocs.io/en/latest/ diff --git a/park.cfg b/park.cfg index 049198e4..6a02d41b 100644 --- a/park.cfg +++ b/park.cfg @@ -1,8 +1,8 @@ [DEFAULT] -version: 0.0.1 +version: 0.0.2 author: Amazon Web Services author_email: aws-cryptools@amazon.com -url: https://github.com/awslabs/aws-dynamodb-encryption-python +url: http://aws-dynamodb-encryption-python.readthedocs.io/en/latest/ description: Did you mean to install dynamodb-encryption-sdk? long_description: This package has been parked by {author} to protect you against packages From 93ec4ea5b9dae052a39e5e8075c59dc75e8c8d05 Mon Sep 17 00:00:00 2001 From: lizroth <30636882+lizroth@users.noreply.github.com> Date: Wed, 1 Aug 2018 13:36:23 -0700 Subject: [PATCH 2/4] Update version and changelog for repo move. --- CHANGELOG.rst | 4 ++++ src/dynamodb_encryption_sdk/identifiers.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ce577bc..feaec78b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,10 @@ Changelog ********* +1.0.5 -- 2018-08-01 +=================== +* Move the ``aws-dynamodb-encryption-python`` repository from ``awslabs`` to ``aws``. + 1.0.4 -- 2018-05-22 =================== diff --git a/src/dynamodb_encryption_sdk/identifiers.py b/src/dynamodb_encryption_sdk/identifiers.py index 89ca8d16..5b8b1954 100644 --- a/src/dynamodb_encryption_sdk/identifiers.py +++ b/src/dynamodb_encryption_sdk/identifiers.py @@ -14,7 +14,7 @@ from enum import Enum __all__ = ('LOGGER_NAME', 'CryptoAction', 'EncryptionKeyType', 'KeyEncodingType') -__version__ = '1.0.4' +__version__ = '1.0.5' LOGGER_NAME = 'dynamodb_encryption_sdk' USER_AGENT_SUFFIX = 'DynamodbEncryptionSdkPython/{}'.format(__version__) From df62b8e8c45e5b7d57671aa14c2884f0ae89b083 Mon Sep 17 00:00:00 2001 From: lizroth <30636882+lizroth@users.noreply.github.com> Date: Wed, 1 Aug 2018 13:50:45 -0700 Subject: [PATCH 3/4] Update URL in setup.py. Missed in first pass. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b12600a..ce50254a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def get_requirements(): version=get_version(), packages=find_packages('src'), package_dir={'': 'src'}, - url='https://github.com/awslabs/aws-dynamodb-encryption-python', + url='https://github.com/aws/aws-dynamodb-encryption-python', author='Amazon Web Services', author_email='aws-cryptools@amazon.com', maintainer='Amazon Web Services', From 309363832c647e8a200233dd8ea76da2a5d31007 Mon Sep 17 00:00:00 2001 From: lizroth <30636882+lizroth@users.noreply.github.com> Date: Wed, 1 Aug 2018 13:57:06 -0700 Subject: [PATCH 4/4] RTD link should be https. --- park.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/park.cfg b/park.cfg index 6a02d41b..3dc90772 100644 --- a/park.cfg +++ b/park.cfg @@ -2,7 +2,7 @@ version: 0.0.2 author: Amazon Web Services author_email: aws-cryptools@amazon.com -url: http://aws-dynamodb-encryption-python.readthedocs.io/en/latest/ +url: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/ description: Did you mean to install dynamodb-encryption-sdk? long_description: This package has been parked by {author} to protect you against packages