Skip to content

Commit

Permalink
Merge pull request #349 from sot/2020.5
Browse files Browse the repository at this point in the history
Release 2020.5
  • Loading branch information
javierggt authored May 21, 2020
2 parents 2a699e5 + 4b92542 commit b333090
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 24 deletions.
19 changes: 18 additions & 1 deletion pkg_defs/ska3-core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package:
name: ska3-core
version: 2020.01.10
version: 2020.5

build:
number: 1

requirements:
# Packages required to run the package. These are the dependencies that
Expand Down Expand Up @@ -195,3 +198,17 @@ requirements:
- zeromq ==4.1.5 # [linux]
- zlib ==1.2.8 # [linux32]
- zlib ==1.2.11 # [linux64 or osx]

# new additions
- docxtpl ==0.6.3
- jira ==2.0.0 # [not linux32]
- mpld3 ==0.3
- python-docx ==0.8.7
# jira dependecies
- blinker ==1.4 # [not linux32]
- defusedxml ==0.6.0 # [not linux32]
- oauthlib ==3.1.0 # [not linux32]
- pbr ==5.4.4 # [not linux32]
- pyjwt ==1.7.1 # [not linux32]
- requests-oauthlib ==1.3.0 # [not linux32]
- requests-toolbelt ==0.9.1 # [not linux32]
8 changes: 4 additions & 4 deletions pkg_defs/ska3-flight/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ska3-flight
version: 2020.4
version: 2020.5

build:
noarch: generic
Expand All @@ -9,7 +9,7 @@ requirements:
# Packages required to run the package. These are the dependencies that
# will be installed automatically whenever the package is installed.
run:
- ska3-core ==2020.01.10
- ska3-core ==2020.5
- ska3-template ==2019.09.03
- aca_view ==0.3.0
- acdc ==4.5.0
Expand All @@ -34,9 +34,9 @@ requirements:
- jplephem ==2.8
- kadi ==5.0.1
- maude ==3.3.1
- mica ==4.21.0
- mica ==4.21.1
- parse_cm ==3.5.2
- proseco ==4.8.0
- proseco ==4.8.1
- psmc_check ==3.0.0
- pyyaks ==4.4.2
- quaternion ==3.5.2
Expand Down
42 changes: 23 additions & 19 deletions pkg_defs/ska3-matlab/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ska3-matlab
version: 2020.02.27
version: 2020.5

build:
noarch: generic
Expand All @@ -9,33 +9,37 @@ requirements:
# Packages required to run the package. These are the dependencies that
# will be installed automatically whenever the package is installed.
run:
- ska3-core ==2020.01.10
- ska3-core ==2020.5
- ska3-template ==2019.09.03
- acdc ==4.4.1
- agasc ==4.8.0
- acisfp_check ==2.7.1
- aca_view ==0.3.0
- acdc ==4.5.0
- agasc ==4.8.1
- acisfp_check ==3.0.0
- acis_taco ==4.1.0
- acis_thermal_check ==2.9.1
- annie ==0.9.1
- backstop_history ==1.1.1
- chandra_aca ==4.29.0
- acis_thermal_check ==3.0.0
- annie ==0.10.1
- backstop_history ==1.1.3
- bep_pcb_check ==3.0.0
- chandra.cmd_states ==3.15.1
- chandra.maneuver ==3.7.2
- chandra.time ==3.20.4
- chandra_aca ==4.29.1
- cxotime ==3.1.1
- dea_check ==2.3.1
- dpa_check ==2.5.1
- dea_check ==3.0.0
- dpa_check ==3.0.0
- find_attitude ==3.3.2
- fep1_actel_check ==3.0.0
- fep1_mong_check ==3.0.0
- hopper ==4.4.1
- jplephem ==2.8
- kadi ==5.0.1
- maude ==3.3.1
- mica ==4.20.0
- parse_cm ==3.5.1
- proseco ==4.8.0
- psmc_check ==1.3.0
- pyyaks ==4.4.1
- quaternion ==3.5.1
- mica ==4.21.1
- parse_cm ==3.5.2
- proseco ==4.8.1
- psmc_check ==3.0.0
- pyyaks ==4.4.2
- quaternion ==3.5.2
- ska.arc5gl ==3.1.3
- ska.astro ==3.2.3
- ska.dbi ==4.0.1
Expand All @@ -52,8 +56,8 @@ requirements:
- ska.shell ==3.4.0
- ska.sun ==3.5.2
- ska.tdb ==3.5.2
- sparkles ==4.5.0
- sparkles ==4.6.0
- starcheck ==13.5.1
- tables3_api ==0.1.1
- testr ==4.3.1
- xija ==4.17.1
- xija ==4.18.2

0 comments on commit b333090

Please sign in to comment.