[med-svn] [Git][med-team/hdmf][master] 3 commits: New upstream version 2.5.6
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Thu May 27 22:44:34 BST 2021
Nilesh Patra pushed to branch master at Debian Med / hdmf
Commits:
e1255002 by Nilesh Patra at 2021-05-28T03:08:38+05:30
New upstream version 2.5.6
- - - - -
bac436cb by Nilesh Patra at 2021-05-28T03:08:44+05:30
Update upstream source from tag 'upstream/2.5.6'
Update to upstream version '2.5.6'
with Debian dir 5d587b2e33f439a59ef5fa172822461954c44e41
- - - - -
e7bdeafc by Nilesh Patra at 2021-05-28T03:10:43+05:30
Interim changelog entry
- - - - -
7 changed files:
- PKG-INFO
- debian/changelog
- 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
=====================================
debian/changelog
=====================================
@@ -1,7 +1,7 @@
-hdmf (2.5.5-1) UNRELEASED; urgency=medium
+hdmf (2.5.6-1) UNRELEASED; urgency=medium
* Team Upload.
- * New upstream version 2.5.5
+ * New upstream version 2.5.6
* Fix copyright
* d/rules: set LC_ALL to C.UTF-8 to make build reproducible
=====================================
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/-/compare/4ff7c551e5b56bdca3b5900bc3ff6c38a28969e9...e7bdeafc265ad5df404c764d43e82a3c28cd1367
--
View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/compare/4ff7c551e5b56bdca3b5900bc3ff6c38a28969e9...e7bdeafc265ad5df404c764d43e82a3c28cd1367
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/d4c3a1ce/attachment-0001.htm>
More information about the debian-med-commit
mailing list