15
0

- update to 1.30:

* Adding #109 Halt on non-regular files like /dev/zero and
    /dev/random (thanks to Yuri Schaeffer)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-puremagic?expand=0&rev=9
This commit is contained in:
2025-07-05 10:23:31 +00:00
committed by Git OBS Bridge
commit 7471464360
7 changed files with 116 additions and 0 deletions

25
python-puremagic.changes Normal file
View File

@@ -0,0 +1,25 @@
-------------------------------------------------------------------
Sat Jul 5 10:23:19 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.30:
* Adding #109 Halt on non-regular files like /dev/zero and
/dev/random (thanks to Yuri Schaeffer)
-------------------------------------------------------------------
Sun May 4 08:52:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.29:
* Changing to publishing to pypi with Python 3.9
* Fixing #105 fsspec/gcsfs throws an ValueError instead of a
OSError (thanks to Markus)
* Fixing github actions due to updates
-------------------------------------------------------------------
Sun Nov 3 14:43:54 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Wed Oct 23 20:13:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- Initial package (1.28)