From 91566745b6bfe587897ede07f74a6a8a015ef0d9 Mon Sep 17 00:00:00 2001 From: Joel Hillacre Date: Thu, 3 May 2018 13:38:57 -0600 Subject: [PATCH 1/4] Create CODEOWNERS --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..c688ecb --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @jhillacre From c05e9ace7fcbea612c36b956384c7f3eae1d5c83 Mon Sep 17 00:00:00 2001 From: James Osgood Date: Tue, 8 May 2018 17:06:01 -0600 Subject: [PATCH 2/4] Update coverage badge links. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ec8b9b..30a4eae 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ The "map a dict from one API into a dict for another" python module. | Python | Branch | Build Status | Coverage Status | | ------ | ------ | ------------ | --------------- | -| 2.7 | master | [![Python 2 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py2/branches/master/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py2/branches/master) | [![Python 2 Coverage](https://docs.emergence.com/transmogrifydict/htmlcov_py2_master/coverage.svg)](https://docs.emergence.com/transmogrifydict/htmlcov_py2_master/) | -| 2.7 | develop | [![Python 2 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py2/branches/develop/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py2/branches/develop) | [![Python 2 Coverage](https://docs.emergence.com/transmogrifydict/htmlcov_py2_develop/coverage.svg)](https://docs.emergence.com/transmogrifydict/htmlcov_py2_develop/) | -| 3.5 | master | [![Python 3 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py3/branches/master/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py3/branches/master) | [![Python 3 Coverage](https://docs.emergence.com/transmogrifydict/htmlcov_py3_master/coverage.svg)](https://docs.emergence.com/transmogrifydict/htmlcov_py3_master/) | -| 3.5 | develop | [![Python 3 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py3/branches/develop/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py3/branches/develop) | [![Python 3 Coverage](https://docs.emergence.com/transmogrifydict/htmlcov_py3_develop/coverage.svg)](https://docs.emergence.com/transmogrifydict/htmlcov_py3_develop/) | +| 2.7 | master | [![Python 2 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py2/branches/master/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py2/branches/master) | [![Python 2 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_master/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_master/) | +| 2.7 | develop | [![Python 2 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py2/branches/develop/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py2/branches/develop) | [![Python 2 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_develop/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_develop/) | +| 3.5 | master | [![Python 3 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py3/branches/master/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py3/branches/master) | [![Python 3 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_master/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_master/) | +| 3.5 | develop | [![Python 3 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py3/branches/develop/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py3/branches/develop) | [![Python 3 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_develop/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_develop/) | ## methods From f3769732abe1239f8a9647e2bd52aba3b05b1527 Mon Sep 17 00:00:00 2001 From: Joel Hillacre Date: Thu, 31 May 2018 15:28:24 -0600 Subject: [PATCH 3/4] Emergence by Design is changing its name to Arrai Innovations. --- README.md | 8 ++++---- setup.py | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 30a4eae..0c298f7 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ The "map a dict from one API into a dict for another" python module. | Python | Branch | Build Status | Coverage Status | | ------ | ------ | ------------ | --------------- | -| 2.7 | master | [![Python 2 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py2/branches/master/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py2/branches/master) | [![Python 2 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_master/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_master/) | -| 2.7 | develop | [![Python 2 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py2/branches/develop/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py2/branches/develop) | [![Python 2 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_develop/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_develop/) | -| 3.5 | master | [![Python 3 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py3/branches/master/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py3/branches/master) | [![Python 3 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_master/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_master/) | -| 3.5 | develop | [![Python 3 Build Status](https://semaphoreci.com/api/v1/emergence/transmogrifydict-py3/branches/develop/shields_badge.svg)](https://semaphoreci.com/emergence/transmogrifydict-py3/branches/develop) | [![Python 3 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_develop/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_develop/) | +| 2.7 | master | [![Python 2 Build Status](https://semaphoreci.com/api/v1/arrai-innovations/transmogrifydict-py2/branches/master/shields_badge.svg)](https://semaphoreci.com/arrai-innovations/transmogrifydict-py2/branches/master) | [![Python 2 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_master/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_master/) | +| 2.7 | develop | [![Python 2 Build Status](https://semaphoreci.com/api/v1/arrai-innovations/transmogrifydict-py2/branches/develop/shields_badge.svg)](https://semaphoreci.com/arrai-innovations/transmogrifydict-py2/branches/develop) | [![Python 2 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_develop/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py2_develop/) | +| 3.5 | master | [![Python 3 Build Status](https://semaphoreci.com/api/v1/arrai-innovations/transmogrifydict-py3/branches/master/shields_badge.svg)](https://semaphoreci.com/arrai-innovations/transmogrifydict-py3/branches/master) | [![Python 3 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_master/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_master/) | +| 3.5 | develop | [![Python 3 Build Status](https://semaphoreci.com/api/v1/arrai-innovations/transmogrifydict-py3/branches/develop/shields_badge.svg)](https://semaphoreci.com/arrai-innovations/transmogrifydict-py3/branches/develop) | [![Python 3 Coverage](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_develop/coverage.svg)](https://docs.arrai-dev.com/transmogrifydict/htmlcov_py3_develop/) | ## methods diff --git a/setup.py b/setup.py index a45d092..445d7c1 100644 --- a/setup.py +++ b/setup.py @@ -2,11 +2,11 @@ setup( name='transmogrifydict', - url='https://github.com/emergence/transmogrifydict', + url='https://github.com/arrai-innovations/transmogrifydict', version='1.1.1', description='The "turn a dict from one API into a dict for another" python module.', - author='Emergence by Design', - author_email='support@emergence.com', + author='Arrai Innovations', + author_email='support@arrai.com', py_modules=['transmogrifydict'], install_requires=[x for x in open('./requirements.txt').read().split('\n') if x] ) From c81677702d80cbbb5703058ee5189c484f4aef4a Mon Sep 17 00:00:00 2001 From: Joel Hillacre Date: Thu, 31 May 2018 15:30:46 -0600 Subject: [PATCH 4/4] bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 445d7c1..753ba0e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='transmogrifydict', url='https://github.com/arrai-innovations/transmogrifydict', - version='1.1.1', + version='1.1.2', description='The "turn a dict from one API into a dict for another" python module.', author='Arrai Innovations', author_email='support@arrai.com',