Changelog for
python3-python-magic-0.4.12-5.1.noarch.rpm :
Fri Oct 28 14:00:00 2016 sebix+novell.comAATTsebix.at
- File conflict with package python3-magic from `file` package.
Incompatible APIs with the same name.
Thu Jul 7 14:00:00 2016 arunAATTgmx.de
- update to version 0.4.12:
* Return str rather than bytes for the description strings on
python3. Assumes utf-8 encoding from magic return values, which I
hope is always the case.
* propagate exception in other branch of 509 hack
* Fix typos in README.md
* what did 3.2 ever do for you
* hopefully fix tests on whatever travisci uses
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* updated source url to files.pythonhosted.org
Sat Mar 26 13:00:00 2016 arunAATTgmx.de
- specfile:
* update copyright year
- update to version 0.4.11:
* restore test dir
* rename the unicode lambda file to \"lambda\" and rename it at
runtime when running the test. distutils can\'t handle unicode
filenames at install time.
* Update README.md
* Match license= to LICENSE, Add Python 2 to Trove
* Force use trusty
* Add Python 3 trove classifier.
* Fix travis config
* Fix MagicException
* force GMT so test runs consistently
Sun Oct 25 13:00:00 2015 arunAATTgmx.de
- specfile:
* adjusted license to MIT
- update to version 0.4.10:
* removal of spurious file
- changes from version 0.4.9:
* pruning of test/ dir
* remove spurious newlines
* update test output for libmagic in debian jessie
* Replace per-thread Magic instance with a lock.
- changes from version 0.4.8:
* add distutils manifest
* update license classifier
- changes from version 0.4.7:
* Include tests in the sdist tarball
* Change windows instructions
* Updated README.md
* simple test script, ensuring correct env
* silence open file warnings in python 3
* Fixed \'ImportError: failed to find libmagic. Check your
installation\' when using cygwin\'s python
* Add support for MAGIC_COMPRESS through Magic constructor.
* Always use utf-8 regardless of filesystem encoding
* fix license in setup.py to match LICENSE file
* Workaround sys.version_info not being a named tuple on py26
* Add some classifiers for PyPI
* Add python 3.3 travis target
* find library in windows if cygwin path is added to PATH
* remove extra import sys
* Properly handle unicode filenames given in both byte-str and
unicode values, across both python 3 and 2.
* Relicense under the MIT license (apparently the PSF one isn\'t
appropriate) and distribute text with the code.
* Replace windows docs with cygwin instructions/path
* Fixed issue with flags
* Hypothetical fix for issue
https://github.com/ahupp/python-magic/issues/47
Tue Feb 3 13:00:00 2015 toddrme2178AATTgmail.com
- Explicitly require file
Mon Feb 2 13:00:00 2015 toddrme2178AATTgmail.com
- Initial version