17
0

6 Commits

Author SHA256 Message Date
c2c4c9a64f Accepting request 1290768 from devel:languages:python
- 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/request/show/1290768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-puremagic?expand=0&rev=4
2025-07-08 13:27:51 +00:00
0a98e96bb2 - 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
2025-07-05 10:23:31 +00:00
e6508507d2 Accepting request 1276586 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1276586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-puremagic?expand=0&rev=3
2025-05-13 18:11:43 +00:00
e37c5c67d7 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-puremagic?expand=0&rev=7
2025-05-04 08:52:19 +00:00
fd9257fc54 Accepting request 1221223 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-puremagic?expand=0&rev=2
2024-11-05 14:39:44 +00:00
be3bc95a43 Accepting request 1220417 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1220417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-puremagic?expand=0&rev=5
2024-11-04 18:54:51 +00:00
4 changed files with 27 additions and 5 deletions

Binary file not shown.

3
puremagic-1.30.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9ff7ac157d54e9cf3bff1addfd97233548e75e685282d84ae11e7ffee1614c9
size 314785

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-puremagic
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,9 @@
#
%{?sle15_python_module_pythons}
Name: python-puremagic
Version: 1.28
Version: 1.30
Release: 0
Summary: Pure python implementation of magic file detection
License: MIT