Skip to content

Commit

Permalink
Merge pull request #62 from lizroth/repo_move
Browse files Browse the repository at this point in the history
Move repository from awslabs to aws.
  • Loading branch information
lizroth committed Aug 1, 2018
2 parents 760d467 + eb52989 commit 6fa3a3d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 deletions.
26 changes: 15 additions & 11 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,46 @@
Changelog
*********

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

1.3.4 -- 2018-04-12
===================

Bugfixes
--------
* AWS KMS master key/provider user agent extension fixed.
`#47 <https://github.com/awslabs/aws-encryption-sdk-python/pull/47>`_
`#47 <https://github.com/aws/aws-encryption-sdk-python/pull/47>`_

Maintenance
-----------
* New minimum pytest version 3.3.1 to avoid bugs in 3.3.0
`#32 <https://github.com/awslabs/aws-encryption-sdk-python/issues/32>`_
`#32 <https://github.com/aws/aws-encryption-sdk-python/issues/32>`_
* New minimum attrs version 17.4.0 to allow use of `converter` rather than `convert`
`#39 <https://github.com/awslabs/aws-encryption-sdk-python/issues/39>`_
`#39 <https://github.com/aws/aws-encryption-sdk-python/issues/39>`_
* Algorithm Suites are modeled as collections of sub-suites now
`#36 <https://github.com/awslabs/aws-encryption-sdk-python/pull/36>`_
`#36 <https://github.com/aws/aws-encryption-sdk-python/pull/36>`_
* Selecting test suites is more sane now, with pytest markers.
`#41 <https://github.com/awslabs/aws-encryption-sdk-python/pull/41>`_
`#41 <https://github.com/aws/aws-encryption-sdk-python/pull/41>`_

1.3.3 -- 2017-12-05
===================

Bugfixes
--------
* Remove use of attrs functionality deprecated in 17.3.0
`#29 <https://github.com/awslabs/aws-encryption-sdk-python/issues/29>`_
`#29 <https://github.com/aws/aws-encryption-sdk-python/issues/29>`_

Maintenance
-----------
* Blacklisted pytest 3.3.0
`#32 <https://github.com/awslabs/aws-encryption-sdk-python/issues/32>`_
`#32 <https://github.com/aws/aws-encryption-sdk-python/issues/32>`_
`pytest-dev/pytest#2957 <https://github.com/pytest-dev/pytest/issues/2957>`_

1.3.2 -- 2017-09-28
===================
* Addressed `issue #13 <https://github.com/awslabs/aws-encryption-sdk-python/issues/13>`_
* Addressed `issue #13 <https://github.com/aws/aws-encryption-sdk-python/issues/13>`_
to properly handle non-seekable source streams.

1.3.1 -- 2017-09-12
Expand All @@ -57,9 +61,9 @@ Tooling
Maintenance
-----------
* Updated ``internal.crypto.authentication.Verifier`` to use ``Prehashed``.
* Addressed `docstring issue #7 <https://github.com/awslabs/aws-encryption-sdk-python/issues/7>`_.
* Addressed `docstring issue #8 <https://github.com/awslabs/aws-encryption-sdk-python/issues/8>`_.
* Addressed `logging issue #10 <https://github.com/awslabs/aws-encryption-sdk-python/issues/10>`_.
* Addressed `docstring issue #7 <https://github.com/aws/aws-encryption-sdk-python/issues/7>`_.
* Addressed `docstring issue #8 <https://github.com/aws/aws-encryption-sdk-python/issues/8>`_.
* Addressed `logging issue #10 <https://github.com/aws/aws-encryption-sdk-python/issues/10>`_.
* Addressed assorted linting issues to bring source, tests, examples, and docs up to configured
linting standards.

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-encryption-sdk-python/issues), or [recently closed](https://github.com/awslabs/aws-encryption-sdk-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-encryption-sdk-python/issues), or [recently closed](https://github.com/aws/aws-encryption-sdk-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-encryption-sdk-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-encryption-sdk-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-encryption-sdk-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-encryption-sdk-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.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ aws-encryption-sdk
:target: https://aws-encryption-sdk-python.readthedocs.io/en/stable/
:alt: Documentation Status

.. image:: https://travis-ci.org/awslabs/aws-encryption-sdk-python.svg?branch=master
:target: https://travis-ci.org/awslabs/aws-encryption-sdk-python
.. image:: https://travis-ci.org/aws/aws-encryption-sdk-python.svg?branch=master
:target: https://travis-ci.org/aws/aws-encryption-sdk-python

.. image:: https://ci.appveyor.com/api/projects/status/v42snaej4lavd5lm/branch/master?svg=true
:target: https://ci.appveyor.com/project/mattsb42-aws/aws-encryption-sdk-python-m2mgl
Expand Down Expand Up @@ -244,7 +244,7 @@ to your use-case in order to obtain peak performance.
.. _cryptography: https://cryptography.io/en/latest/
.. _cryptography installation guide: https://cryptography.io/en/latest/installation/
.. _Read the Docs: http://aws-encryption-sdk-python.readthedocs.io/en/latest/
.. _GitHub: https://github.com/awslabs/aws-encryption-sdk-python/
.. _GitHub: https://github.com/aws/aws-encryption-sdk-python/
.. _AWS KMS: https://docs.aws.amazon.com/kms/latest/developerguide/overview.html
.. _KMS customer master key (CMK): https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#master_keys
.. _boto3 SDK: https://boto3.readthedocs.io/en/latest/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_requirements():
author='Amazon Web Services',
maintainer='Amazon Web Services',
author_email='aws-cryptools@amazon.com',
url='https://github.com/awslabs/aws-encryption-sdk-python',
url='https://github.com/aws/aws-encryption-sdk-python',
description='AWS Encryption SDK implementation for Python',
long_description=read('README.rst'),
keywords='aws-encryption-sdk aws kms encryption',
Expand Down
2 changes: 1 addition & 1 deletion src/aws_encryption_sdk/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from aws_encryption_sdk.exceptions import InvalidAlgorithmError

__version__ = '1.3.4'
__version__ = '1.3.5'
USER_AGENT_SUFFIX = 'AwsEncryptionSdkPython/{}'.format(__version__)


Expand Down

0 comments on commit 6fa3a3d

Please sign in to comment.