-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed Travis CI build * Updated zstd test binary blob * Added: Python 3.7 * Fixed: change type of "information" for RAR * Added: test the guesser alone to get better error message * Increase major and update dependency
- Loading branch information
Showing
5 changed files
with
43 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name = "destream", | ||
version = "4.2.0", | ||
version = "5.0.0", | ||
author = "Cecile Tonglet", | ||
author_email = "[email protected]", | ||
description = ("A simple module to decompress streams compressed multiple " | ||
|
@@ -12,7 +12,7 @@ | |
url = "https://github.com/cecton/destream", | ||
packages = find_packages(), | ||
scripts = ['scripts/destream'], | ||
install_requires = ['python-magic==0.4.12'], | ||
install_requires = ['python-magic>=0.4.12'], | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Topic :: System :: Archiving :: Compression", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters