Skip to content

Commit

Permalink
#86 use latest Pypi versions of intbitset and pyahocorasick
Browse files Browse the repository at this point in the history
 * upstream maintainers have fixed all the pendings we submitted
  • Loading branch information
pombredanne committed Aug 5, 2016
1 parent a420c97 commit fcb0c34
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def read(*names, **kwargs):
# licensedcode
'PyYAML >= 3.0, <4.0',
'bitarray >= 0.8.1, < 1.0.0',
'intbitset > 2.2.1, < 2.2.3',
'pyahocorasick >= 1.1, < 1.2',
'intbitset >= 2.3.0, < 2.4.0',
'pyahocorasick >= 1.1.1, < 1.2',
# caching
'zc.lockfile >= 1.0.0, < 2.0.0',
'yg.lockfile >= 2.0.0, < 3.0.0',
Expand Down
Binary file removed thirdparty/prod/intbitset-2.2.2.dev20160104.tar.gz
Binary file not shown.
Binary file added thirdparty/prod/intbitset-2.3.0.tar.gz
Binary file not shown.
15 changes: 9 additions & 6 deletions thirdparty/prod/intbitset.ABOUT
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
about_resource:
- intbitset-2.2.2.dev20160104-cp27-none-linux_x86_64.whl
- intbitset-2.2.2.dev20160104.tar.gz
- intbitset-2.3.0.tar.gz
name: intbitset
version: 2.2.2.dev20160104.8026211
download_url: https://github.com/inveniosoftware/intbitset/archive/8026211c8034138c90449e54c52d6ec2a40bf032.tar.gz
version: 2.3.0
download_url: https://pypi.python.org/packages/6b/02/071198144a273f8d89c28a4be8fa971b60a4d80a60bd4c8f1e9d7223d296/intbitset-2.3.0.tar.gz#md5=4b6ef2b2b0d442d2ae673355b5c8e1fe
dje_license: lgpl-3.0-plus
license_text_file: lgpl-3.0.LICENSE
notice_text_file: intbitset.LICENSE
notice_text_file: intbitset.NOTICE
owner: CERN
copyright: Copyright (C) 2013, 2014, 2015, 2016 CERN
copyright: Copyright (c) 2013, 2014, 2015, 2016 CERN

home_url: https://github.com/inveniosoftware/intbitset

vsc_tool: git
vcs_repository: https://github.com/inveniosoftware/intbitset.git
Binary file removed thirdparty/prod/pyahocorasick-1.1.0.tar.gz
Binary file not shown.
Binary file added thirdparty/prod/pyahocorasick-1.1.1.tar.gz
Binary file not shown.
7 changes: 3 additions & 4 deletions thirdparty/prod/pyahocorasick.ABOUT
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
about_resource:
- pyahocorasick-1.1.0-cp27-none-linux_x86_64.whl
- pyahocorasick-1.1.0.tar.gz
download_url: https://github.com/WojciechMula/pyahocorasick/archive/0a4a98c274a90b2f0566ee76f00f5740635d1acf.tar.gz
- pyahocorasick-1.1.1.tar.gz
download_url: https://pypi.python.org/packages/8a/2b/a2b2d4cbc93afe5d4a02f43f5fb9de27fc1e98008b6cabf9242252b8f301/pyahocorasick-1.1.1.tar.gz#md5=ac58da737a2bf01aa4dddccef127985b
name: pyahocorasick
version: 1.1.0.0a4a98c
version: 1.1.1

homepage_url: https://github.com/WojciechMula/pyahocorasick
dje_license: bsd-new
Expand Down

0 comments on commit fcb0c34

Please sign in to comment.