Skip to content

Commit

Permalink
Packaging of 2.0.0rc1/0.30.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Mar 4, 2016
1 parent b87c642 commit 44b9154
Show file tree
Hide file tree
Showing 19 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion azure-common/azure/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#--------------------------------------------------------------------------

__author__ = 'Microsoft Corp. <ptvshelp@microsoft.com>'
__version__ = '1.0.0'
__version__ = '1.1.0'


class AzureException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion azure-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-common',
version='1.0.0',
version='1.1.0',
description='Microsoft Azure Client Library for Python (Common)',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down
6 changes: 3 additions & 3 deletions azure-graphrbac/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-graphrbac',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Graph RBAC Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -60,7 +60,7 @@
'azure.graphrbac.operations',
],
install_requires=[
'azure-common',
'msrestazure'
'azure-common>=1.1.0',
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-authorization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-authorization',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Authorization Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -61,8 +61,8 @@
'azure.mgmt.authorization.operations',
],
install_requires=[
'azure-common',
'azure-common>=1.1.0',
'azure-mgmt-nspkg',
'msrestazure'
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-cdn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-cdn',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure CDN Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -61,8 +61,8 @@
'azure.mgmt.cdn.operations',
],
install_requires=[
'azure-common',
'azure-common>=1.1.0',
'azure-mgmt-nspkg',
'msrestazure'
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-compute/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-compute',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Compute Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down Expand Up @@ -62,7 +62,7 @@
],
install_requires=[
'azure-mgmt-nspkg',
'azure-common',
'msrestazure'
'azure-common>=1.1.0',
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-logic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-logic',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Logic Apps Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -61,8 +61,8 @@
'azure.mgmt.logic.operations',
],
install_requires=[
'azure-common',
'azure-common>=1.1.0',
'azure-mgmt-nspkg',
'msrestazure'
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-network/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-network',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Network Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down Expand Up @@ -62,7 +62,7 @@
],
install_requires=[
'azure-mgmt-nspkg',
'azure-common',
'msrestazure'
'azure-common>=1.1.0',
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-notificationhubs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-notificationhubs',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Notification Hubs Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -61,8 +61,8 @@
'azure.mgmt.notificationhubs.operations',
],
install_requires=[
'azure-common',
'azure-common>=1.1.0',
'azure-mgmt-nspkg',
'msrestazure'
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-redis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-redis',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Redis Cache Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -61,8 +61,8 @@
'azure.mgmt.redis.operations',
],
install_requires=[
'azure-common',
'azure-common>=1.1.0',
'azure-mgmt-nspkg',
'msrestazure'
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-resource/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-resource',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down Expand Up @@ -72,7 +72,7 @@
],
install_requires=[
'azure-mgmt-nspkg',
'azure-common',
'msrestazure'
'azure-common>=1.1.0',
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-scheduler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-scheduler',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Scheduler Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -61,8 +61,8 @@
'azure.mgmt.scheduler.operations',
],
install_requires=[
'azure-common',
'azure-common>=1.1.0',
'azure-mgmt-nspkg',
'msrestazure'
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-storage',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Storage Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand Down Expand Up @@ -62,7 +62,7 @@
],
install_requires=[
'azure-mgmt-nspkg',
'azure-common',
'msrestazure'
'azure-common>=1.1.0',
'msrestazure>=0.1.0'
],
)
6 changes: 3 additions & 3 deletions azure-mgmt-web/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt-web',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Web Apps Resource Management Client Library for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -61,8 +61,8 @@
'azure.mgmt.web.operations',
],
install_requires=[
'azure-common',
'azure-common>=1.1.0',
'azure-mgmt-nspkg',
'msrestazure'
'msrestazure>=0.1.0'
],
)
22 changes: 11 additions & 11 deletions azure-mgmt/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ Features
This version of the Azure Management package bundle consists of the
following packages. Follow the links for more information on each package.

- `azure-mgmt-authorization v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-authorization/0.30.0a1>`__
- `azure-mgmt-cdn v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-cdn/0.30.0a1>`__
- `azure-mgmt-compute v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-compute/0.30.0a1>`__
- `azure-mgmt-logic v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-logic/0.30.0a1>`__
- `azure-mgmt-network v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-network/0.30.0a1>`__
- `azure-mgmt-notificationhubs v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-notificationhubs/0.30.0a1>`__
- `azure-mgmt-redis v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-redis/0.30.0a1>`__
- `azure-mgmt-resource v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-resource/0.30.0a1>`__
- `azure-mgmt-scheduler v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-scheduler/0.30.0a1>`__
- `azure-mgmt-storage v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-storage/0.30.0a1>`__
- `azure-mgmt-web v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt-web/0.30.0a1>`__
- `azure-mgmt-authorization v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-authorization/0.30.0rc1>`__
- `azure-mgmt-cdn v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-cdn/0.30.0rc1>`__
- `azure-mgmt-compute v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-compute/0.30.0rc1>`__
- `azure-mgmt-logic v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-logic/0.30.0rc1>`__
- `azure-mgmt-network v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-network/0.30.0rc1>`__
- `azure-mgmt-notificationhubs v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-notificationhubs/0.30.0rc1>`__
- `azure-mgmt-redis v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-redis/0.30.0rc1>`__
- `azure-mgmt-resource v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-resource/0.30.0rc1>`__
- `azure-mgmt-scheduler v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-scheduler/0.30.0rc1>`__
- `azure-mgmt-storage v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-storage/0.30.0rc1>`__
- `azure-mgmt-web v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt-web/0.30.0rc1>`__

Note that if you don't need all of these packages, you can install/uninstall them individually.

Expand Down
24 changes: 12 additions & 12 deletions azure-mgmt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='azure-mgmt',
version='0.30.0a1',
version='0.30.0rc1',
description='Microsoft Azure Resource Management Client Libraries for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -54,16 +54,16 @@
],
zip_safe=False,
install_requires=[
'azure-mgmt-authorization==0.30.0a1',
'azure-mgmt-cdn==0.30.0a1',
'azure-mgmt-compute==0.30.0a1',
'azure-mgmt-logic==0.30.0a1',
'azure-mgmt-network==0.30.0a1',
'azure-mgmt-notificationhubs==0.30.0a1',
'azure-mgmt-redis==0.30.0a1',
'azure-mgmt-resource==0.30.0a1',
'azure-mgmt-scheduler==0.30.0a1',
'azure-mgmt-storage==0.30.0a1',
'azure-mgmt-web==0.30.0a1',
'azure-mgmt-authorization==0.30.0rc1',
'azure-mgmt-cdn==0.30.0rc1',
'azure-mgmt-compute==0.30.0rc1',
'azure-mgmt-logic==0.30.0rc1',
'azure-mgmt-network==0.30.0rc1',
'azure-mgmt-notificationhubs==0.30.0rc1',
'azure-mgmt-redis==0.30.0rc1',
'azure-mgmt-resource==0.30.0rc1',
'azure-mgmt-scheduler==0.30.0rc1',
'azure-mgmt-storage==0.30.0rc1',
'azure-mgmt-web==0.30.0rc1',
],
)
4 changes: 2 additions & 2 deletions azure/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Features
This version of the Azure package bundle consists of the following
packages. Follow the links for more information on each package.

- `azure-mgmt v0.30.0a1 <https://pypi.python.org/pypi/azure-mgmt/0.30.0a1>`__
- `azure-graphrbac v0.30.0a1 <https://pypi.python.org/pypi/azure-graphrbac/0.30.0a1>`__
- `azure-mgmt v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt/0.30.0rc1>`__
- `azure-graphrbac v0.30.0rc1 <https://pypi.python.org/pypi/azure-graphrbac/0.30.0rc1>`__
- `azure-servicebus v0.20.1 <https://pypi.python.org/pypi/azure-servicebus/0.20.1>`__
- `azure-servicemanagement-legacy v0.20.2 <https://pypi.python.org/pypi/azure-servicemanagement-legacy/0.20.2>`__
- `azure-storage v0.30.0 <https://pypi.python.org/pypi/azure-storage/0.30.0>`__
Expand Down
6 changes: 3 additions & 3 deletions azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='azure',
version='2.0.0a1',
version='2.0.0rc1',
description='Microsoft Azure Client Libraries for Python',
long_description=open('README.rst', 'r').read(),
license='Apache License 2.0',
Expand All @@ -55,8 +55,8 @@
],
zip_safe=False,
install_requires=[
'azure-mgmt==0.30.0a1',
'azure-graphrbac==0.30.0a1',
'azure-mgmt==0.30.0rc1',
'azure-graphrbac==0.30.0rc1',
'azure-servicebus==0.20.1',
'azure-storage==0.30.0',
'azure-servicemanagement-legacy==0.20.2',
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.0a1'
version = '2.0.0rc1'
# The full version, including alpha/beta/rc tags.
release = '2.0.0 Alpha1'
release = '2.0.0 RC1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 44b9154

Please sign in to comment.