14
0

- 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
This commit is contained in:
2025-05-04 08:52:19 +00:00
committed by Git OBS Bridge
parent be3bc95a43
commit e37c5c67d7
4 changed files with 14 additions and 5 deletions

BIN
puremagic-1.28.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
puremagic-1.29.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-puremagic
Version: 1.28
Version: 1.29
Release: 0
Summary: Pure python implementation of magic file detection
License: MIT