Skip to content

Commit 999e8fc

Browse files
authored
Merge pull request #82 from lizroth/repo_move
Move repository from awslabs to aws.
2 parents 51c0643 + 3093638 commit 999e8fc

File tree

7 files changed

+21
-17
lines changed

7 files changed

+21
-17
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
- python: 3.6
2020
env: TOXENV=py36-integ-slow
2121
# Disabled pending completion of integration
22-
# https://github.com/awslabs/aws-dynamodb-encryption-python/issues/66
22+
# https://github.com/aws/aws-dynamodb-encryption-python/issues/66
2323
# - python: 3.6
2424
# env: TOXENV=mypy-py2
2525
# - python: 3.6
@@ -33,7 +33,7 @@ matrix:
3333
- python: 3.6
3434
env: TOXENV=docs
3535
# Disabled pending completion of cleanup
36-
# https://github.com/awslabs/aws-dynamodb-encryption-python/issues/67
36+
# https://github.com/aws/aws-dynamodb-encryption-python/issues/67
3737
# - python: 3.6
3838
# env: TOXENV=flake8
3939
# - python: 3.6

CHANGELOG.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
Changelog
33
*********
44

5+
1.0.5 -- 2018-08-01
6+
===================
7+
* Move the ``aws-dynamodb-encryption-python`` repository from ``awslabs`` to ``aws``.
8+
59
1.0.4 -- 2018-05-22
610
===================
711

812
Bugfixes
913
--------
1014
* Fix :class:`MostRecentProvider` behavior when lock cannot be acquired.
11-
`#72 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/72>`_
15+
`#72 <https://github.com/aws/aws-dynamodb-encryption-python/issues/72>`_
1216
* Fix :class:`MostRecentProvider` lock acquisition for Python 2.7.
13-
`#74 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/74>`_
17+
`#74 <https://github.com/aws/aws-dynamodb-encryption-python/issues/74>`_
1418
* Fix :class:`TableInfo` secondary index storage.
15-
`#75 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/75>`_
19+
`#75 <https://github.com/aws/aws-dynamodb-encryption-python/issues/75>`_
1620

1721
1.0.3 -- 2018-05-03
1822
===================

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.
1111

1212
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1313

14-
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
14+
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
1515
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
1616

1717
* A reproducible test case or series of steps
@@ -41,7 +41,7 @@ GitHub provides additional document on [forking a repository](https://help.githu
4141

4242

4343
## Finding contributions to work on
44-
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.
44+
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.
4545

4646

4747
## Code of Conduct
@@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif
5656

5757
## Licensing
5858

59-
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.
59+
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.
6060

6161
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Amazon DynamoDB Encryption Client for Python
1414
:target: http://aws-dynamodb-encryption-python.readthedocs.io/en/latest/?badge=latest
1515
:alt: Documentation Status
1616

17-
.. image:: https://travis-ci.org/awslabs/aws-dynamodb-encryption-python.svg?branch=master
18-
:target: https://travis-ci.org/awslabs/aws-dynamodb-encryption-python
17+
.. image:: https://travis-ci.org/aws/aws-dynamodb-encryption-python.svg?branch=master
18+
:target: https://travis-ci.org/aws/aws-dynamodb-encryption-python
1919

2020
.. image:: https://ci.appveyor.com/api/projects/status/6mh2v0nusujldu72/branch/master?svg=true
2121
: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.
170170
.. _Amazon DynamoDB: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html
171171
.. _primary documents: https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/
172172
.. _Concepts Guide: https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/concepts.html
173-
.. _Amazon DynamoDB Encryption Client for Java: https://github.com/awslabs/aws-dynamodb-encryption-java/
174-
.. _Amazon DynamoDB Encryption Client for Python: https://github.com/awslabs/aws-dynamodb-encryption-python/
173+
.. _Amazon DynamoDB Encryption Client for Java: https://github.com/aws/aws-dynamodb-encryption-java/
174+
.. _Amazon DynamoDB Encryption Client for Python: https://github.com/aws/aws-dynamodb-encryption-python/
175175
.. _DynamoDB Stream: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html
176176
.. _Read the Docs: http://aws-dynamodb-encryption-python.readthedocs.io/en/latest/
177-
.. _GitHub: https://github.com/awslabs/aws-dynamodb-encryption-python/
177+
.. _GitHub: https://github.com/aws/aws-dynamodb-encryption-python/
178178
.. _cryptography: https://cryptography.io/en/latest/
179179
.. _cryptography installation guide: https://cryptography.io/en/latest/installation/
180180
.. _boto3: https://boto3.readthedocs.io/en/latest/

park.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[DEFAULT]
2-
version: 0.0.1
2+
version: 0.0.2
33
author: Amazon Web Services
44
author_email: [email protected]
5-
url: https://github.com/awslabs/aws-dynamodb-encryption-python
5+
url: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/
66
description: Did you mean to install dynamodb-encryption-sdk?
77
long_description:
88
This package has been parked by {author} to protect you against packages

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_requirements():
3131
version=get_version(),
3232
packages=find_packages('src'),
3333
package_dir={'': 'src'},
34-
url='https://github.com/awslabs/aws-dynamodb-encryption-python',
34+
url='https://github.com/aws/aws-dynamodb-encryption-python',
3535
author='Amazon Web Services',
3636
author_email='[email protected]',
3737
maintainer='Amazon Web Services',

src/dynamodb_encryption_sdk/identifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from enum import Enum
1515

1616
__all__ = ('LOGGER_NAME', 'CryptoAction', 'EncryptionKeyType', 'KeyEncodingType')
17-
__version__ = '1.0.4'
17+
__version__ = '1.0.5'
1818

1919
LOGGER_NAME = 'dynamodb_encryption_sdk'
2020
USER_AGENT_SUFFIX = 'DynamodbEncryptionSdkPython/{}'.format(__version__)

0 commit comments

Comments
 (0)