[numexpr] branch master updated (99a7c3d -> 739f062)
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sat Sep 19 18:49:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a change to branch master
in repository numexpr.
from 99a7c3d Typo
new 4198fba Add dependency from pkg-resources
adds 0be2004 Imported Upstream version 2.4.4
new c55b58b Merge tag 'upstream/2.4.4'
new 7fd9e70 New upstream release
new 5315b56 Drom patches applied upstream
new 739f062 Update project url
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +
ANNOUNCE.rst | 10 +-
AUTHORS.txt | 2 +
README.rst | 21 +++
RELEASE_NOTES.rst | 17 +++
appveyor.yml | 68 +++++++++
appveyor/install.ps1 | 180 +++++++++++++++++++++++
appveyor/requirements.txt | 12 ++
appveyor/run_with_env.cmd | 47 +++++++
debian/README.Debian | 4 +-
debian/changelog | 11 ++
debian/control | 8 +-
debian/copyright | 2 +-
debian/patches/0001-Fix-test-suite.patch | 40 ------
debian/patches/series | 1 -
numexpr/__init__.py | 16 +--
numexpr/expressions.py | 9 +-
numexpr/module.cpp | 5 +-
numexpr/str-two-way.hpp | 18 +++
numexpr/tests/test_numexpr.py | 43 ++++--
numexpr/utils.py | 18 +++
numexpr/version.py | 2 +-
numexpr/win32/stdint.h | 235 +++++++++++++++++++++++++++++++
23 files changed, 688 insertions(+), 83 deletions(-)
create mode 100644 appveyor.yml
create mode 100644 appveyor/install.ps1
create mode 100644 appveyor/requirements.txt
create mode 100644 appveyor/run_with_env.cmd
delete mode 100644 debian/patches/0001-Fix-test-suite.patch
delete mode 100644 debian/patches/series
create mode 100644 numexpr/win32/stdint.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numexpr.git
More information about the debian-science-commits
mailing list