summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add docker tests for centos7 & 8Adam Hupp2020-05-053-0/+13
| | | | Since we have some breakage due to incompatible libraries there
* bump version to 0.4.170.4.17Adam Hupp2020-05-051-1/+1
|
* - update tox config to run w/out setup.pyAdam Hupp2020-05-052-2/+16
| | | | - document test running process
* Update for deprecation of testing in setup.pyAdam Hupp2020-05-053-2/+7
| | | | | test_suite is deprecated in setup.py, so remove it and replace the command in .travis.yml with directly running the test
* Partial fix for PR #70Adam Hupp2020-05-051-6/+10
| | | | | | | | Not going to change the value of MAGIC_MIME until a major version bump, but at least add the missing MAGIC_MIME_TYPE constant and use where it should be. https://github.com/ahupp/python-magic/pull/70
* debian install instructionsAdam Hupp2020-05-051-13/+29
| | | | Manually marge https://github.com/ahupp/python-magic/pull/135
* Improve test coverageAdam Hupp2020-05-056-21/+37
| | | | | Make sure we fail early if any versions fail, and move to a python test runner since I can never remember how to use bash.
* Add alternative output for Parquet fileAdam Hupp2020-03-311-2/+2
|
* Add script to drive linux docker tests now that it supports WSL2, and fix ↵Adam Hupp2020-03-313-2/+18
| | | | focal dockerfile
* Merge pull request #207 from kyprifog/snappyAdam Hupp2020-03-302-0/+2
|\ | | | | Adding snappy parquet to test
| * Adding snappy parquet to testKyle Prifogle2020-03-302-0/+2
|/
* Expose magic_version as magic.version(), which returns an integer ↵Adam Hupp2020-01-242-0/+9
| | | | | | representing the version number. re: https://github.com/ahupp/python-magic/issues/204
* Powershell script for running docker tests against various versions of ubuntuAdam Hupp2020-01-241-0/+11
|
* ignore pyc and emacs temp filesAdam Hupp2020-01-241-0/+2
|
* Merge pull request #202 from hugovk/add-3.5Adam Hupp2020-01-133-2/+5
|\ | | | | Retain support for Python 3.5
| * 'pip install .' is preferred over 'python setup.py install'Hugo2020-01-131-1/+1
| |
| * Retain support for non-EOL Python 3.5Hugo2020-01-133-1/+4
|/
* Merge pull request #201 from hugovk/add-3.7-3.8Adam Hupp2020-01-124-14/+19
|\ | | | | Add support for Python 3.7 and 3.8
| * Fix typosHugo2020-01-041-10/+11
| |
| * Add support for Python 3.7 and 3.8Hugo2020-01-043-0/+6
| |
| * Add python_requires to help pipHugo2020-01-041-0/+1
| |
| * Cache pipHugo2020-01-041-0/+1
| |
| * sudo no longer needed ↵Hugo2020-01-041-4/+0
| | | | | | | | https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
* | Add dockerfiles for running tests on various Ubuntu LTS versionsAdam Hupp2020-01-116-2/+39
| |
* | Hopefully fix #105Adam Hupp2020-01-111-1/+5
|/
* Update README.mdAdam Hupp2019-12-111-1/+6
|
* actually fix CIAdam Hupp2019-12-112-2/+1
|
* Fix path for CIAdam Hupp2019-12-111-0/+0
|
* Fix https://github.com/ahupp/python-magic/issues/190Adam Hupp2019-12-114-1/+15
|
* Merge pull request #199 from maurermax/readme-updateAdam Hupp2019-12-061-1/+1
|\ | | | | minor update to readme.md file as 1048 bytes are not enough for all m…
| * minor update to readme.md file as 1048 bytes are not enough for all mime-typesmaxmaurer2019-12-061-1/+1
|/
* Merge pull request #189 from abakum/patch-1Adam Hupp2019-05-051-2/+4
|\ | | | | Add Windows libraries to magic.py
| * Update magic.pyabakum2019-03-041-1/+1
| |
| * Update magic.pyabakum2019-03-041-2/+4
|/ | | | libmagic-1.dll for git clone https://github.com/threatstack/libmagic.git msys-magic-1.dll for MSYS2
* Merge pull request #188 from gabrieldiego/masterAdam Hupp2019-03-031-1/+1
|\ | | | | Fixing warning on python 3.8
| * Fixing warning on python 3.8Gabriel Diego Teixeira2019-02-271-1/+1
|/
* Merge pull request #183 from rmspeers/feature/raw-flagAdam Hupp2018-10-085-5/+36
|\ | | | | Flag Addition: Raw
| * Updating version numberrmspeers2018-09-201-1/+1
| |
| * Updated constructor to accept the raw flag and pass it to the underlying ↵rmspeers2018-09-204-4/+35
|/ | | | library. Helpful for cases where unicode chars exist in match results.
* Use INDIR_MAX rather than BYTES_MAX in tests since the latter wasn'tfix-ciAdam Hupp2018-09-012-7/+3
| | | | | supported until recently. Also, return .value from the ctypes wrapper so callers aren't required to.
* Merge pull request #179 from cbiedl/masterAdam Hupp2018-09-012-1/+40
|\ | | | | getparam/setparam support #163
| * getparam/setparam support #163Christoph Biedl2018-08-162-1/+40
|/
* Apply change from Corin-EU to allow tests to be run from any directoryAdam Hupp2018-08-161-3/+5
|
* fixes to run.shAdam Hupp2018-08-161-2/+2
|
* Make test runner handle missing python versions, based on a change fromAdam Hupp2018-08-161-4/+11
| | | | Corin-EU
* Merge pull request #178 from sbraz/manifestAdam Hupp2018-08-151-0/+3
|\ | | | | Include the whole test subdirectory in source distributions
| * Include the whole test subdirectory in source distributionsLouis Sautier2018-08-141-0/+3
| |
* | Merge pull request #177 from sbraz/bufferAdam Hupp2018-08-151-11/+14
|\ \ | | | | | | Tests: allow differences when reading a buffer or a file, fixes #173
| * | Tests: allow differences when reading a buffer or a file, fixes #173Louis Sautier2018-08-141-11/+14
| |/ | | | | | | | | Also remove the loop in order to avoid analyzing files or buffers for each expected value, replace it with a call to assertIn().
* | Merge pull request #176 from sbraz/x-gzipAdam Hupp2018-08-141-1/+1
|\ \ | |/ |/| Allow x-gzip as MIME type for gzip files, fixes #96