Skip to content

Move repository from awslabs to aws. #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
Changelog
*********

1.0.5 -- 2018-08-01
===================
* Move the ``aws-dynamodb-encryption-python`` repository from ``awslabs`` to ``aws``.

1.0.4 -- 2018-05-22
===================

Bugfixes
--------
* Fix :class:`MostRecentProvider` behavior when lock cannot be acquired.
`#72 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/72>`_
`#72 <https://github.com/aws/aws-dynamodb-encryption-python/issues/72>`_
* Fix :class:`MostRecentProvider` lock acquisition for Python 2.7.
`#74 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/74>`_
`#74 <https://github.com/aws/aws-dynamodb-encryption-python/issues/74>`_
* Fix :class:`TableInfo` secondary index storage.
`#75 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/75>`_
`#75 <https://github.com/aws/aws-dynamodb-encryption-python/issues/75>`_

1.0.3 -- 2018-05-03
===================
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions park.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[DEFAULT]
version: 0.0.1
version: 0.0.2
author: Amazon Web Services
author_email: [email protected]
url: https://github.com/awslabs/aws-dynamodb-encryption-python
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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
maintainer='Amazon Web Services',
Expand Down
2 changes: 1 addition & 1 deletion src/dynamodb_encryption_sdk/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down