File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 5.0.1 (2018-05-25)
7+ ++++++++++++++++++
8+
9+ **Bugfixes **
10+
11+ - Compatibility of the sdist with wheel 0.31.0
12+ - msrestazure dependency version range
13+
6145.0.0 (2017-11-13)
715++++++++++++++++++
816
Original file line number Diff line number Diff line change 1+ [packaging ]
2+ package_name = " azure-mgmt-batch"
3+ package_pprint_name = " Batch Management"
4+ package_doc_id = " batch"
5+ is_stable = true
Original file line number Diff line number Diff line change 11[bdist_wheel]
22universal =1
3- azure-namespace-package =azure-mgmt-nspkg
3+ azure-namespace-package =azure-mgmt-nspkg
Original file line number Diff line number Diff line change 6969 'Programming Language :: Python :: 2' ,
7070 'Programming Language :: Python :: 2.7' ,
7171 'Programming Language :: Python :: 3' ,
72- 'Programming Language :: Python :: 3.3' ,
7372 'Programming Language :: Python :: 3.4' ,
7473 'Programming Language :: Python :: 3.5' ,
7574 'Programming Language :: Python :: 3.6' ,
7877 zip_safe = False ,
7978 packages = find_packages (exclude = ["tests" ]),
8079 install_requires = [
81- 'msrestazure~ =0.4.11 ' ,
80+ 'msrestazure> =0.4.27,<2.0.0 ' ,
8281 'azure-common~=1.1' ,
8382 ],
8483 cmdclass = cmdclass
You can’t perform that action at this time.
0 commit comments