Skip to content

Commit

Permalink
Updates for awslabs resources moving to aws.
Browse files Browse the repository at this point in the history
Also updates the park.cfg version, and changes the URL to Read The Docs, as in our other packages.
  • Loading branch information
lizroth committed Aug 1, 2018
1 parent 51c0643 commit e024f68
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
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
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Changelog
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: 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
Expand Down

0 comments on commit e024f68

Please sign in to comment.