[med-svn] [Git][med-team/hdmf][upstream] New upstream version 2.5.6
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Thu May 27 22:44:37 BST 2021
Nilesh Patra pushed to branch upstream at Debian Med / hdmf
Commits:
e1255002 by Nilesh Patra at 2021-05-28T03:08:38+05:30
New upstream version 2.5.6
- - - - -
6 changed files:
- PKG-INFO
- requirements-min.txt
- setup.py
- src/hdmf.egg-info/PKG-INFO
- src/hdmf.egg-info/requires.txt
- src/hdmf/_version.py
Changes:
=====================================
PKG-INFO
=====================================
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: hdmf
-Version: 2.5.5
+Version: 2.5.6
Summary: A package for standardizing hierarchical object data
Home-page: https://github.com/hdmf-dev/hdmf
Author: Andrew Tritt
=====================================
requirements-min.txt
=====================================
@@ -1,9 +1,8 @@
-# package dependencies and their minimum versions for installing HDMF
-# the requirements here specify '==' for testing; setup.py replaces '==' with '>='
-h5py==2.9,<3 # support for setting attrs to lists of utf-8 added in 2.9
-numpy==1.16,<1.21
-scipy==1.1,<2
-pandas==0.23,<2
-ruamel.yaml==0.15,<1
-jsonschema==2.6.0,<4
+# minimum versions of package dependencies for installing HDMF
+h5py==2.9 # support for setting attrs to lists of utf-8 added in 2.9
+numpy==1.16
+scipy==1.1
+pandas==1.0.5
+ruamel.yaml==0.15
+jsonschema==2.6.0
setuptools
=====================================
setup.py
=====================================
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
-
from setuptools import setup, find_packages
import versioneer
@@ -12,10 +11,15 @@ print('found these packages:', pkgs)
schema_dir = 'common/hdmf-common-schema/common'
-with open('requirements-min.txt', 'r') as fp:
- # replace == with >= and remove trailing comments and spaces
- reqs = [x.replace('==', '>=').split('#')[0].strip() for x in fp]
- reqs = [x for x in reqs if x] # remove empty strings
+reqs = [
+ 'h5py>=2.9,<3',
+ 'numpy>=1.16,<1.21',
+ 'scipy>=1.1,<2',
+ 'pandas>=1.0.5,<2',
+ 'ruamel.yaml>=0.15,<1',
+ 'jsonschema>=2.6.0,<4',
+ 'setuptools',
+]
print(reqs)
=====================================
src/hdmf.egg-info/PKG-INFO
=====================================
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: hdmf
-Version: 2.5.5
+Version: 2.5.6
Summary: A package for standardizing hierarchical object data
Home-page: https://github.com/hdmf-dev/hdmf
Author: Andrew Tritt
=====================================
src/hdmf.egg-info/requires.txt
=====================================
@@ -1,7 +1,7 @@
h5py<3,>=2.9
numpy<1.21,>=1.16
scipy<2,>=1.1
-pandas<2,>=0.23
+pandas<2,>=1.0.5
ruamel.yaml<1,>=0.15
jsonschema<4,>=2.6.0
setuptools
=====================================
src/hdmf/_version.py
=====================================
@@ -8,11 +8,11 @@ import json
version_json = '''
{
- "date": "2021-05-17T17:02:11-0700",
+ "date": "2021-05-24T10:39:21-0700",
"dirty": false,
"error": null,
- "full-revisionid": "db511489a3f82968446b165ec3bd60b34722587c",
- "version": "2.5.5"
+ "full-revisionid": "f983e800097450c912c72341695394b9aa61f816",
+ "version": "2.5.6"
}
''' # END VERSION_JSON
View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/commit/e1255002347770dd5c85ac40f1f98b01ee752998
--
View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/commit/e1255002347770dd5c85ac40f1f98b01ee752998
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210527/4e5be74a/attachment-0001.htm>
More information about the debian-med-commit
mailing list