1
0

0.4.27-13-ge0052c5.bump-to-0-4-28.patch 828 B

123456789101112131415161718192021222324252627
  1. Subject: Bump to 0.4.28
  2. Origin: upstream, commit 0.4.27-13-ge0052c5 <https://github.com/ahupp/python-magic/commit/0.4.27-13-ge0052c5>
  3. Author: Adam Hupp <adam@hupp.org>
  4. Date: Thu Mar 23 13:54:10 2023 -0700
  5. --- a/CHANGELOG
  6. +++ b/CHANGELOG
  7. @@ -1,3 +1,8 @@
  8. +Changes to 0.4.28:
  9. + - support "magic-1.dll" on Windows, which is produced by vcpkg
  10. + - add python 3.10 to tox config
  11. + - update test for upstream gzip extensions
  12. +
  13. Changes to 0.4.27:
  14. - remove spurious pyproject.toml that breaks source builds
  15. --- a/setup.py
  16. +++ b/setup.py
  17. @@ -18,7 +18,7 @@
  18. author='Adam Hupp',
  19. author_email='adam@hupp.org',
  20. url="http://github.com/ahupp/python-magic",
  21. - version='0.4.27',
  22. + version='0.4.28',
  23. long_description=read('README.md'),
  24. long_description_content_type='text/markdown',
  25. packages=['magic'],