Skip to content

Commit 11595e5

Browse files
committed
update conda/pip package dependencies
1 parent 36ae0dd commit 11595e5

5 files changed

Lines changed: 16 additions & 29 deletions

File tree

configure/BUILD.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BUILD_NUMBER=1
2-
EPICS_BASE_VERSION=7.0.3
2+
EPICS_BASE_VERSION=7.0.3.1
33
BOOST_VERSION=1.70.0
4-
PVA_PY_VERSION=2.0.0
4+
PVA_PY_VERSION=2.0.1
55
PVA_PY_GIT_VERSION=master

documentation/RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
## Release 2.0.1 (2019/11/18)
2+
3+
- no source code changes
4+
- conda/pip package dependencies:
5+
- EPICS BASE = 7.0.3.1
6+
- BOOST = 1.70.0
7+
- NUMPY > 1.15
8+
19
## Release 2.0.0 (2019/08/09)
10+
211
- added MultiChannel class, which allows simultaneous retrieval of PV data
312
from multiple channels
413
- added getName() method to the Channel class python interface

tools/conda/epics-base-conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: epics-base
3-
version: 7.0.3
3+
version: 7.0.3.1
44

55
source:
6-
url: https://epics.anl.gov/download/base/base-7.0.3.tar.gz
6+
url: https://epics.anl.gov/download/base/base-7.0.3.1.tar.gz
77

88
build:
99
number: 1

tools/conda/pvapy-conda/meta.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pvapy
3-
version: 2.0.0
3+
version: 2.0.1
44

55
source:
66
path: ../../..
@@ -17,20 +17,9 @@ test:
1717
source_files:
1818
- test
1919

20-
# Python build version requirement is temporary due to bug in conda's
21-
# 3.7.4 build which results in the following behavior:
22-
# bluegill2> python
23-
# Python 3.7.4 (default, Aug 9 2019, 18:51:30)
24-
# [GCC 7.3.0] :: Anaconda, Inc. on linux
25-
# Type "help", "copyright", "credits" or "license" for more information.
26-
# >>> from distutils.sysconfig import *
27-
# >>> get_config_var('VERSION')
28-
# 4.8.5-39)
29-
# '3.7'
30-
3120
requirements:
3221
build:
33-
- python<=3.7.3
22+
- python
3423
- sphinx
3524
- sphinx_rtd_theme
3625
- numpy>1.15

tools/conda/pvapy-conda/meta.yaml.template

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,9 @@ test:
1818
source_files:
1919
- test
2020

21-
# Python build version requirement is temporary due to bug in conda's
22-
# 3.7.4 build which results in the following behavior:
23-
# bluegill2> python
24-
# Python 3.7.4 (default, Aug 9 2019, 18:51:30)
25-
# [GCC 7.3.0] :: Anaconda, Inc. on linux
26-
# Type "help", "copyright", "credits" or "license" for more information.
27-
# >>> from distutils.sysconfig import *
28-
# >>> get_config_var('VERSION')
29-
# 4.8.5-39)
30-
# '3.7'
31-
3221
requirements:
3322
build:
34-
- python<=3.7.3
23+
- python
3524
- sphinx
3625
- sphinx_rtd_theme
3726
- numpy>1.15

0 commit comments

Comments
 (0)