1
0

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

12345678910111213141516171819202122232425262728
  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. Forwarded: not-needed
  6. --- a/CHANGELOG
  7. +++ b/CHANGELOG
  8. @@ -1,3 +1,8 @@
  9. +Changes to 0.4.28:
  10. + - support "magic-1.dll" on Windows, which is produced by vcpkg
  11. + - add python 3.10 to tox config
  12. + - update test for upstream gzip extensions
  13. +
  14. Changes to 0.4.27:
  15. - remove spurious pyproject.toml that breaks source builds
  16. --- a/setup.py
  17. +++ b/setup.py
  18. @@ -18,7 +18,7 @@
  19. author='Adam Hupp',
  20. author_email='adam@hupp.org',
  21. url="http://github.com/ahupp/python-magic",
  22. - version='0.4.27',
  23. + version='0.4.28',
  24. long_description=read('README.md'),
  25. long_description_content_type='text/markdown',
  26. packages=['magic'],