mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
release 0.9.9
This commit is contained in:
parent
651726b540
commit
e14605ddb1
3 changed files with 19 additions and 19 deletions
|
@ -63,32 +63,32 @@ installations.
|
|||
====================== ============== ==============================
|
||||
Package Version RPM Name
|
||||
====================== ============== ==============================
|
||||
Python 2.7.10 awips2-python
|
||||
**awips** **0.9.8** **awips2-python-awips**
|
||||
cartopy 0.14.2 awips2-python-cartopy
|
||||
cherrypy 3.1.2 awips2-python-cherrypy
|
||||
Python 2.7.11 awips2-python
|
||||
**awips** **0.9.9** **awips2-python-awips**
|
||||
cartopy 0.15.1 awips2-python-cartopy
|
||||
cherrypy 3.8.2 awips2-python-cherrypy
|
||||
cycler 0.10.0 awips2-python-cycler
|
||||
cython 0.23.4 awips2-python-cython
|
||||
dateutil 2.5.0 awips2-python-dateutil
|
||||
gfe 1.0.0 awips2-python-gfe
|
||||
cython 0.25.2 awips2-python-cython
|
||||
dateutil 2.4.2 awips2-python-dateutil
|
||||
gfe 16.4.1 awips2-python-gfe
|
||||
h5py 1.3.0 awips2-python-h5py
|
||||
jep 3.4.1 awips2-python-jep
|
||||
jep 3.5.3 awips2-python-jep
|
||||
matplotlib 1.5.1 awips2-python-matplotlib
|
||||
metpy 0.3.0 awips2-python-metpy
|
||||
metpy 0.5.0 awips2-python-metpy
|
||||
nose 1.3.7 awips2-python-nose
|
||||
numpy 1.8.0 awips2-python-numpy
|
||||
numpy 1.9.2 awips2-python-numpy
|
||||
pint 0.7.2 awips2-python-pint
|
||||
pmw 1.3.2 awips2-python-pmw
|
||||
pupynere 1.0.13 awips2-python-pupynere
|
||||
pyparsing 2.1.0 awips2-python-pyparsing
|
||||
pupynere 1.0.15 awips2-python-pupynere
|
||||
pyparsing 2.0.3 awips2-python-pyparsing
|
||||
qpid 0.32 awips2-python-qpid
|
||||
scientific 2.8 awips2-python-scientific
|
||||
scipy 0.15.1 awips2-python-scipy
|
||||
shapely 1.5.9 awips2-python-shapely
|
||||
shapely 1.4.4 awips2-python-shapely
|
||||
six 1.10.0 awips2-python-six
|
||||
tables 2.1.2 awips2-python-tables
|
||||
tpg 3.1.2 awips2-python-tpg
|
||||
werkzeug 3.1.2 awips2-python-werkzeug
|
||||
tables 3.3.0 awips2-python-tables
|
||||
tpg 3.2.2 awips2-python-tpg
|
||||
werkzeug 0.12.1 awips2-python-werkzeug
|
||||
====================== ============== ==============================
|
||||
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ author = 'Unidata'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.9.8'
|
||||
version = '0.9.9'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
|
|
4
setup.py
4
setup.py
|
@ -3,12 +3,12 @@ from setuptools import find_packages
|
|||
|
||||
setup(
|
||||
name='python-awips',
|
||||
version='0.9.8',
|
||||
version='0.9.9',
|
||||
description='A framework for requesting AWIPS meteorological datasets from an EDEX server',
|
||||
packages=find_packages(exclude='data'),
|
||||
license='Open Source',
|
||||
url='http://python-awips.readthedocs.io',
|
||||
download_url='https://github.com/Unidata/python-awips/tarball/0.9.8',
|
||||
download_url='https://github.com/Unidata/python-awips/tarball/0.9.9',
|
||||
author='Unidata',
|
||||
author_email='mjames@ucar.edu',
|
||||
requires=['argparse','shapely','numpy','six']
|
||||
|
|
Loading…
Add table
Reference in a new issue