Skip to content

Commit e024f68

Browse files
committed
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.
1 parent 51c0643 commit e024f68

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.travis.yml

+2-2
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Changelog
88
Bugfixes
99
--------
1010
* Fix :class:`MostRecentProvider` behavior when lock cannot be acquired.
11-
`#72 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/72>`_
11+
`#72 <https://github.com/aws/aws-dynamodb-encryption-python/issues/72>`_
1212
* Fix :class:`MostRecentProvider` lock acquisition for Python 2.7.
13-
`#74 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/74>`_
13+
`#74 <https://github.com/aws/aws-dynamodb-encryption-python/issues/74>`_
1414
* Fix :class:`TableInfo` secondary index storage.
15-
`#75 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/75>`_
15+
`#75 <https://github.com/aws/aws-dynamodb-encryption-python/issues/75>`_
1616

1717
1.0.3 -- 2018-05-03
1818
===================

CONTRIBUTING.md

+3-3
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

+5-5
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

+2-2
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: http://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

0 commit comments

Comments
 (0)